mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 18:41:15 -04:00
call util/check-changes in setup
This commit is contained in:
parent
0a613754e4
commit
c0e69cc406
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
CHANGES
1
CHANGES
|
|
@ -104,6 +104,7 @@
|
|||
server cookies. [RT #45672]
|
||||
|
||||
--- 9.11.3 released ---
|
||||
|
||||
--- 9.11.3rc2 released ---
|
||||
|
||||
4904. [bug] Temporarily revert change #4859. [GL #124]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue