mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 16:25:21 +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
|
cd bind/bind9
|
||||||
test -f Makefile && make distclean
|
test -f Makefile && make distclean
|
||||||
git fetch
|
git fetch
|
||||||
git checkout $BINDTAG && test -n "${noSNAP}" && git merge --ff-only
|
git checkout $BINDTAG && test -n "${noSNAP}" && \
|
||||||
|
git merge --ff-only HEAD
|
||||||
else
|
else
|
||||||
# Delete all previous bind stuff
|
# Delete all previous bind stuff
|
||||||
rm -rf bind
|
rm -rf bind
|
||||||
|
Reference in New Issue
Block a user