summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorThiago Abdo2019-11-11 11:14:57 +0100
committerThiago Abdo2019-11-11 11:14:57 +0100
commit8d6400b9eb3991f96edc6543bd2ff1c8090c7ee6 (patch)
tree560781b6b89c9717f5be5da5993d899aee0aff6f /builder
parentMerge branch 'nobash' into centos8 (diff)
downloadsystemd-init-8d6400b9eb3991f96edc6543bd2ff1c8090c7ee6.tar.gz
systemd-init-8d6400b9eb3991f96edc6543bd2ff1c8090c7ee6.tar.xz
systemd-init-8d6400b9eb3991f96edc6543bd2ff1c8090c7ee6.zip
Update 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 01d08059..7ab65db7 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="a6ddfe1212a2df72cacb0f44cc872b1bd0363c38"
+ [ "$mod" = "dnbd3" ] && depth_arg+=("2019-02-12") && url="git://git.openslx.org/dnbd3-ng.git" && commit="b57dadc2dd577fb8ce21975722cdfa2f010cd718"
[ "$mod" = "rebash" ] && depth_arg+=("2016-11-30")
[ "$mod" = "qemu-xmount" ] && depth_arg+=("2016-01-01")
[ "$mod" = "xmount" ] && depth_arg+=("2015-11-05")