summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2022-08-09 16:43:16 +0200
committerJonathan Bauer2022-08-09 16:43:16 +0200
commita52adac1dca09f2182ac8a69852dc5ac97f1f307 (patch)
treee84042cf481a47e6c84ec424c67c8234947cfad8
parentuse the right fucking branch (diff)
downloadsystemd-init-a52adac1dca09f2182ac8a69852dc5ac97f1f307.tar.gz
systemd-init-a52adac1dca09f2182ac8a69852dc5ac97f1f307.tar.xz
systemd-init-a52adac1dca09f2182ac8a69852dc5ac97f1f307.zip
build-initramfs.sh: update URLs to HTTPS
-rwxr-xr-xbuild-initramfs.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index 300fe7a5..5b8b4abe 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -42,7 +42,7 @@ fi
declare -A core_repo=(
[handler]="git"
[path]="$_repo_dir"
- [url]="git://git.openslx.org/openslx-ng/systemd-init.git"
+ [url]="https://git.openslx.org/openslx-ng/systemd-init.git"
[branch]="downloader-dnbd3-update"
)
@@ -55,14 +55,14 @@ declare -A core_dracut=(
declare -A module_dnbd3=(
[handler]="git"
[path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/dnbd3"
- [url]="git://git.openslx.org/dnbd3.git"
+ [url]="https://git.openslx.org/dnbd3.git"
[branch]="master"
)
declare -A module_qemu_xmount=(
[handler]="git"
[path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/qemu-xmount"
- [url]="git://github.com/eaas-framework/qemu.git"
+ [url]="https://github.com/eaas-framework/qemu.git"
[branch]="libxmount_input"
[commit]="4873cd023da8511ed9792a318d1456c949046123"
)
@@ -70,20 +70,20 @@ declare -A module_qemu_xmount=(
declare -A module_xmount=(
[handler]="git"
[path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/xmount"
- [url]="git://github.com/eaas-framework/xmount.git"
+ [url]="https://github.com/eaas-framework/xmount.git"
[branch]="master"
[commit]="0151375"
)
declare -A module_kernel_qcow2_linux=(
[handler]="git"
- [url]="git://git.openslx.org/openslx-ng/xloop.git"
+ [url]="https://git.openslx.org/openslx-ng/xloop.git"
[path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/xloop"
)
declare -A module_kernel_qcow2_util_linux=(
[handler]="git"
- [url]="git://git.openslx.org/openslx/kernel-qcow2-util-linux.git"
+ [url]="https://git.openslx.org/openslx/kernel-qcow2-util-linux.git"
[path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/kernel-qcow2-util-linux"
[branch]="xloop-hack"
)