]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
call util/check-changes in setup
authorMark Andrews <marka@isc.org>
Tue, 5 Jun 2018 01:49:38 +0000 (11:49 +1000)
committerEvan Hunt <each@isc.org>
Tue, 5 Jun 2018 02:26:08 +0000 (19:26 -0700)
(cherry picked from commit c0e69cc4067cde6671601096dfccdf70fc15d7c4)

.gitlab-ci.yml
util/check-changes

index 4651f823a1d21c64690e65c20ea8033c61eb8734..db1ace50d0f39ea215ea0380c6eca95e7aa5a2a4 100644 (file)
@@ -140,6 +140,7 @@ precheck:debian:sid:amd64:
   <<: *debian_sid_amd64_image
   stage: precheck
   script:
+    - perl util/check-changes CHANGES
     - perl -w util/merge_copyrights
     - diff -urNap util/copyrights util/newcopyrights
     - rm util/newcopyrights
index ee79da23b5c2ad3533672e596d5f887e134d2357..85eec0e6a882b58113e0b04d82e9950d76a96319 100644 (file)
@@ -14,7 +14,7 @@ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
                        # this emulates #! processing on NIH machines.
                        # (remove #! line above if indigestible)
 
-$master = 1;
+$master = 0;
 
 eval '$'.$1.'$2;' while $ARGV[0] =~ /^([A-Za-z_0-9]+=)(.*)/ && shift;
                        # process any FOO=bar switches