mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
[master] don't sync api file changes
(cherry picked from commit f2cb70f5d758495195ee53e593e75721bbbc80f0)
This commit is contained in:
@@ -102,8 +102,8 @@ git log $SOURCEBRANCH --reverse --format='%H' $LASTHASH..$SOURCEBRANCH | \
|
|||||||
while read hash author; do
|
while read hash author; do
|
||||||
if git cherry-pick -xn ${hash}; then
|
if git cherry-pick -xn ${hash}; then
|
||||||
# cherry-pick was clean
|
# cherry-pick was clean
|
||||||
# restore the copyrights file
|
# restore the copyrights and api files
|
||||||
git checkout HEAD -- util/copyrights
|
git checkout HEAD -- util/copyrights lib/*/api
|
||||||
# note which hash we've merged
|
# note which hash we've merged
|
||||||
savehash branchsync.dat $SOURCEBRANCH $hash
|
savehash branchsync.dat $SOURCEBRANCH $hash
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ git log $SOURCEBRANCH --reverse --format='%H' $LASTHASH..$SOURCEBRANCH | \
|
|||||||
continue
|
continue
|
||||||
elif [ -n "$interactive" ]; then
|
elif [ -n "$interactive" ]; then
|
||||||
# interactive mode -- wait for user to fix things
|
# interactive mode -- wait for user to fix things
|
||||||
git checkout HEAD -- util/copyrights
|
git checkout HEAD -- util/copyrights lib/*/api
|
||||||
# note which hash we've merged
|
# note which hash we've merged
|
||||||
savehash branchsync.dat $SOURCEBRANCH $hash
|
savehash branchsync.dat $SOURCEBRANCH $hash
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user