]> 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:24:19 +0000 (19:24 -0700)
(cherry picked from commit c0e69cc4067cde6671601096dfccdf70fc15d7c4)

.gitlab-ci.yml
util/check-changes

index 91665f65179a719799468477b2d8ecdf75f3a1c2..c5f5fba01df7653c9270bc2dcbdcd9792b82d97c 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 be506aefefd1ed262a2eab621ac741076ed604fb..51766f97e1cae665fd9a2ba7d029bf1f05439580 100644 (file)
@@ -19,7 +19,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