Skip to content

Commit d38609f

Browse files
Johnnynatorthe-maldridge
authored andcommitted
bulk: replace all git protocol occurrences with https
GitHub dropped support for the unauthenticated git protocol ref: https://github.blog/2021-09-01-improving-git-protocol-security-github/ Closes: #126 [via git-merge-pr]
1 parent 5885893 commit d38609f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/roles/buildmaster/templates/master.cfg.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ for m in user_settings.machines:
6868
subarch = m['subarch']
6969
BootstrapArgs = m['BootstrapArgs']
7070

71-
xbps_packages_url = 'git://github.com/void-linux/void-packages.git'
72-
bulk_url = 'git://github.com/void-linux/xbps-bulk.git'
71+
xbps_packages_url = 'https://github.com/void-linux/void-packages.git'
72+
bulk_url = 'https://github.com/void-linux/xbps-bulk.git'
7373

7474
BootstrapZap = """
7575
{distdir}/xbps-src -m {masterdir} zap
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0 4 * * * {{ void_updates_user }} /usr/bin/void-updates -p 20 -r git://github.com/void-linux/void-packages.git -s {{ void_updates_homedir }}/src -o {{ void_updates_homedir }}/result
1+
0 4 * * * {{ void_updates_user }} /usr/bin/void-updates -p 20 -r https://github.com/void-linux/void-packages.git -s {{ void_updates_homedir }}/src -o {{ void_updates_homedir }}/result

docs/src/upkeep/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Now install the required extra packages:
3232
Obtain the contents of mklive:
3333

3434
```
35-
$ git clone git://github.com/void-linux/void-mklive.git
35+
$ git clone https://github.com/void-linux/void-mklive.git
3636
```
3737

3838
Perform the initial make for templating:

0 commit comments

Comments
 (0)