From 3c92f3e96506e24d27ef139e8887bc27a05959ce Mon Sep 17 00:00:00 2001 From: Thiago Abdo Date: Tue, 19 Nov 2019 13:45:52 +0100 Subject: Update dnbd3-ng version Signed-off-by: Thiago Abdo --- builder/build-initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder') diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index 7ab65db7..e8afeb5a 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -38,7 +38,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") && url="git://git.openslx.org/dnbd3-ng.git" && commit="b57dadc2dd577fb8ce21975722cdfa2f010cd718" + [ "$mod" = "dnbd3" ] && depth_arg+=("2019-02-12") && url="git://git.openslx.org/dnbd3-ng.git" && commit="fff87d1c3e19c0a24a3b0d4cff3e9a8f6f140e34" [ "$mod" = "rebash" ] && depth_arg+=("2016-11-30") [ "$mod" = "qemu-xmount" ] && depth_arg+=("2016-01-01") [ "$mod" = "xmount" ] && depth_arg+=("2015-11-05") -- cgit v1.2.3-55-g7522