2
0
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:
Francis Dupont
2016-09-28 15:45:25 +02:00
parent 290a761329
commit fe16ba39e7

View File

@@ -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