summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-11-26 10:40:05 +0100
committerJonathan Bauer2020-11-26 10:40:05 +0100
commit4f2dd16f4c11d09695df8c90a370511b88ab7092 (patch)
tree3bce9a0f7e1fc3dc11ee9a754238c2f970d57c97
parentbuild-initramfs.sh: disable shallow clones for now (diff)
downloadsystemd-init-4f2dd16f4c11d09695df8c90a370511b88ab7092.tar.gz
systemd-init-4f2dd16f4c11d09695df8c90a370511b88ab7092.tar.xz
systemd-init-4f2dd16f4c11d09695df8c90a370511b88ab7092.zip
[dnbd3-rootfs] switch to urls for xmount/qemu-xmount
-rwxr-xr-xbuild-initramfs.sh23
1 files changed, 10 insertions, 13 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index 1336b071..1c65fd7d 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -59,27 +59,24 @@ declare -A module_dnbd3=(
[branch]="master"
)
-declare -A module_qemu_xmount=(
+declare -A module_xloop=(
[handler]="git"
+ [url]="git://git.openslx.org/openslx-ng/xloop.git"
+ [path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/xloop"
+)
+
+declare -A module_qemu_xmount=(
+ [handler]="http"
[path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/qemu-xmount"
- [url]="git://github.com/eaas-framework/qemu.git"
- [branch]="libxmount_input"
- [commit]="4873cd023da8511ed9792a318d1456c949046123"
+ [url]="https://github.com/eaas-framework/qemu/tarball/4873cd023da8511ed9792a318d1456c949046123"
)
declare -A module_xmount=(
- [handler]="git"
+ [handler]="http"
[path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/xmount"
- [url]="git://github.com/eaas-framework/xmount.git"
- [branch]="master"
- [commit]="0151375"
+ [url]="https://github.com/eaas-framework/xmount/tarball/015137556fce1e21273f198ae0b9158157f74f74"
)
-declare -A module_xloop=(
- [handler]="git"
- [url]="git://git.openslx.org/openslx-ng/xloop.git"
- [path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/xloop"
-)
declare -A override