summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorThiago Abdo2019-10-10 14:28:12 +0200
committerThiago Abdo2019-10-10 14:28:12 +0200
commit00edc9e484860efe87607c94b5884e35f08ecb96 (patch)
treea05145bb1ab8d84e68270b4abf4cb73daaf2b5bf /builder
parentbuild-initramfs.sh: fix log message (diff)
downloadsystemd-init-00edc9e484860efe87607c94b5884e35f08ecb96.tar.gz
systemd-init-00edc9e484860efe87607c94b5884e35f08ecb96.tar.xz
systemd-init-00edc9e484860efe87607c94b5884e35f08ecb96.zip
Dirty change to dnbd3-ng
Signed-off-by: Thiago Abdo <tjabdo@inf.ufpr.br>
Diffstat (limited to 'builder')
-rwxr-xr-xbuilder/build-initramfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index a59ebab0..d306cf30 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -45,7 +45,7 @@ if [ ! -e "$_repo_dir" ]; then
branch="$(git config -f .gitmodules --get submodule.${mod}.branch)"
commit="$(git submodule status $path | grep -oE '[0-9a-f]{40}')"
depth_arg=("--shallow-since")
- [ "$mod" = "dnbd3" ] && depth_arg+=("2019-02-12")
+ [ "$mod" = "dnbd3" ] && depth_arg+=("2019-02-12") && url="git://git.openslx.org/dnbd3-ng.git"
[ "$mod" = "rebash" ] && depth_arg+=("2016-11-30")
[ "$mod" = "qemu-xmount" ] && depth_arg+=("2016-01-01")
[ "$mod" = "xmount" ] && depth_arg+=("2015-11-05")