Skip to content

Commit d3b9407

Browse files
committed
updated URLs
1 parent fbed688 commit d3b9407

File tree

258 files changed

+532
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+532
-528
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# https://www.appveyor.com/docs/appveyor-yml/

.buildkite/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# BuildKite Pipeline

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#
66
# vim:ts=2:sts=2:sw=2:et
77
#
8-
# https://github.com/harisekhon/devops-python-tools
8+
# https://github.com/HariSekhon/DevOps-Python-tools
99
#
1010
# License: see accompanying Hari Sekhon LICENSE file
1111
#
1212
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1313
#
14-
# https://www.linkedin.com/in/harisekhon
14+
# https://www.linkedin.com/in/HariSekhon
1515
#
1616

1717
# Master Template with more advanced config:

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# https://cirrus-ci.org/guide/writing-tasks/

.concourse.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
resources:
1717
- name: github
1818
icon: github-circle
1919
type: git
2020
source:
21-
uri: https://github.com/harisekhon/devops-python-tools
21+
uri: https://github.com/HariSekhon/DevOps-Python-tools
2222
branch: master
2323
#- name: daily
2424
# type: time

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
# vim:ts=2:sts=2:sw=2:et
88
#
9-
# https://github.com/harisekhon/devops-python-tools
9+
# https://github.com/HariSekhon/DevOps-Python-tools
1010
#
1111
# License: see accompanying Hari Sekhon LICENSE file
1212
#
1313
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1414
#
15-
# https://www.linkedin.com/in/harisekhon
15+
# https://www.linkedin.com/in/HariSekhon
1616
#
1717

1818
# https://docs.drone.io/quickstart/cli/

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Hari Sekhon
44
# Date: 2015-10-31 19:04:34 +0000 (Sat, 31 Oct 2015)
55
#
6-
# https://github.com/harisekhon/devops-python-tools
6+
# https://github.com/HariSekhon/DevOps-Python-tools
77
#
88
# License: see accompanying Hari Sekhon LICENSE file
99
#

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Please be specific about your issue and include debug output from running with `-v -v -v` or for shell scripts after setting `export DEBUG=1` in your shell.
22

3-
You can anonymize hostnames / FQDNs, IP / MAC addresses, Kerberos principals, email addresses and almost anything else using `anonymize.pl` or the newer `anonymize.py` available in the [DevOps Perl Tools](https://github.com/HariSekhon/DevOps-Perl-Tools) and [DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-Tools) respectively.
3+
You can anonymize hostnames / FQDNs, IP / MAC addresses, Kerberos principals, email addresses and almost anything else using `anonymize.pl` or the newer `anonymize.py` available in the [DevOps Perl Tools](https://github.com/HariSekhon/DevOps-Perl-tools) and [DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-tools) respectively.

.github/workflows/docker_pytools_alpine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

.github/workflows/docker_pytools_centos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

.github/workflows/docker_pytools_debian.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

.github/workflows/docker_pytools_fedora.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

.github/workflows/docker_pytools_ubuntu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

.github/workflows/ghcr_python_ubuntu.yaml.disabled

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
11-
# https://www.linkedin.com/in/harisekhon
11+
# https://www.linkedin.com/in/HariSekhon
1212
#
1313

1414
---

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Hari Sekhon
44
# Date: Sun Feb 23 19:02:10 2020 +0000
55
#
6-
# https://github.com/harisekhon/devops-python-tools
6+
# https://github.com/HariSekhon/DevOps-Python-tools
77
#
88
# License: see accompanying Hari Sekhon LICENSE file
99
#

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "pylib"]
22
path = pylib
3-
url = https://github.com/harisekhon/pylib
3+
url = https://github.com/HariSekhon/pylib
44
branch = master
55
[submodule "bash-tools"]
66
path = bash-tools

.gocd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Author: Hari Sekhon
44
# Date: 2020-03-21 11:14:07 +0000 (Sat, 21 Mar 2020)
55
#
6-
# https://github.com/harisekhon/devops-python-tools
6+
# https://github.com/HariSekhon/DevOps-Python-tools
77
#
88
# License: see accompanying Hari Sekhon LICENSE file
99
#
1010
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish
1111
#
12-
# https://www.linkedin.com/in/harisekhon
12+
# https://www.linkedin.com/in/HariSekhon
1313
#
1414

1515
# https://github.com/tomzo/gocd-yaml-config-plugin#setup
@@ -26,7 +26,7 @@ pipelines:
2626
display_order: -1
2727
materials:
2828
git:
29-
git: https://github.com/harisekhon/devops-python-tools
29+
git: https://github.com/HariSekhon/DevOps-Python-tools
3030
shallow_clone: false
3131
auto_update: true
3232
branch: master

.semaphore/semaphore.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# License: see accompanying Hari Sekhon LICENSE file
1010
#
1111
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# https://docs.semaphoreci.com/reference/pipeline-yaml-reference/

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# Author: Hari Sekhon
44
# Date: 2014-11-29 01:02:47 +0000 (Sat, 29 Nov 2014)
55
#
6-
# https://github.com/harisekhon/devops-python-tools
6+
# https://github.com/HariSekhon/DevOps-Python-tools
77
#
88
# License: see accompanying Hari Sekhon LICENSE file
99
#
1010
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1111
# to help improve or steer this or other code I publish
1212
#
13-
# https://www.linkedin.com/in/harisekhon
13+
# https://www.linkedin.com/in/HariSekhon
1414
#
1515

1616
# ============================================================================ #

.yamllint

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Author: Hari Sekhon
44
# Date: 2019-02-26 14:42:07 +0000 (Tue, 26 Feb 2019)
55
#
6-
# https://github.com/harisekhon/devops-python-tools
6+
# https://github.com/HariSekhon/DevOps-Python-tools
77
#
88
# License: see accompanying Hari Sekhon LICENSE file
99
#
1010
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1111
#
12-
# https://www.linkedin.com/in/harisekhon
12+
# https://www.linkedin.com/in/HariSekhon
1313
#
1414

1515
---

Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
// Author: Hari Sekhon
55
// Date: 2017-06-28 12:39:02 +0200 (Wed, 28 Jun 2017)
66
//
7-
// https://github.com/harisekhon/devops-python-tools
7+
// https://github.com/HariSekhon/DevOps-Python-tools
88
//
99
// License: see accompanying Hari Sekhon LICENSE file
1010
//
1111
// If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
1212
//
13-
// https://www.linkedin.com/in/harisekhon
13+
// https://www.linkedin.com/in/HariSekhon
1414
//
1515

1616
// ========================================================================== //
@@ -49,7 +49,7 @@ pipeline {
4949
stages {
5050
stage ('Checkout') {
5151
steps {
52-
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '', url: 'https://github.com/harisekhon/devops-python-tools']]])
52+
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '', url: 'https://github.com/HariSekhon/DevOps-Python-tools']]])
5353
}
5454
}
5555

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Author: Hari Sekhon
33
# Date: 2013-02-03 10:25:36 +0000 (Sun, 03 Feb 2013)
44
#
5-
# https://github.com/harisekhon/devops-python-tools
5+
# https://github.com/HariSekhon/DevOps-Python-tools
66
#
77
# License: see accompanying LICENSE file
88
#
9-
# https://www.linkedin.com/in/harisekhon
9+
# https://www.linkedin.com/in/HariSekhon
1010
#
1111

1212
# Travis has custom python install earlier in $PATH even in Perl builds so need to install PyPI modules to non-system python otherwise they're not found by programs.
@@ -21,15 +21,15 @@
2121
#
2222
# Alpine:
2323
#
24-
# apk add --no-cache git make && git clone https://github.com/harisekhon/devops-python-tools pytools && cd pytools && make
24+
# apk add --no-cache git make && git clone https://github.com/HariSekhon/DevOps-Python-tools pytools && cd pytools && make
2525
#
2626
# Debian / Ubuntu:
2727
#
28-
# apt-get update && apt-get install -y make git && git clone https://github.com/harisekhon/devops-python-tools pytools && cd pytools && make
28+
# apt-get update && apt-get install -y make git && git clone https://github.com/HariSekhon/DevOps-Python-tools pytools && cd pytools && make
2929
#
3030
# RHEL / CentOS:
3131
#
32-
# yum install -y make git && git clone https://github.com/harisekhon/devops-python-tools pytools && cd pytools && make
32+
# yum install -y make git && git clone https://github.com/HariSekhon/DevOps-Python-tools pytools && cd pytools && make
3333

3434
# ===================
3535

0 commit comments

Comments
 (0)