mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Added HEAD to "git merge --ff-only" for old gits
This commit is contained in:
@@ -104,7 +104,8 @@ then
|
||||
cd bind/bind9
|
||||
test -f Makefile && make distclean
|
||||
git fetch
|
||||
git checkout $BINDTAG && test -n "${noSNAP}" && git merge --ff-only
|
||||
git checkout $BINDTAG && test -n "${noSNAP}" && \
|
||||
git merge --ff-only HEAD
|
||||
else
|
||||
# Delete all previous bind stuff
|
||||
rm -rf bind
|
||||
|
Reference in New Issue
Block a user