Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
c0e69cc4
Commit
c0e69cc4
authored
Jun 05, 2018
by
Mark Andrews
Committed by
Evan Hunt
Jun 04, 2018
Browse files
call util/check-changes in setup
parent
0a613754
Pipeline
#2116
passed with stages
in 6 minutes and 57 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0e69cc4
...
...
@@ -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
...
...
CHANGES
View file @
c0e69cc4
...
...
@@ -104,6 +104,7 @@
server cookies. [RT #45672]
--- 9.11.3 released ---
--- 9.11.3rc2 released ---
4904. [bug] Temporarily revert change #4859. [GL #124]
...
...
util/check-changes
View file @
c0e69cc4
...
...
@@ -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
...
...
Mark Andrews
@marka
mentioned in commit
7e6d697b
·
Jun 05, 2018
mentioned in commit
7e6d697b
mentioned in commit 7e6d697b79e5c4e216abb37fc80f32948946bc84
Toggle commit list
Mark Andrews
@marka
mentioned in commit
022b2b48
·
Jun 05, 2018
mentioned in commit
022b2b48
mentioned in commit 022b2b481fc3015de657f546316c380036d02c06
Toggle commit list
Mark Andrews
@marka
mentioned in commit
9561c956
·
Jun 05, 2018
mentioned in commit
9561c956
mentioned in commit 9561c956690bca211f05edc8fd80f3b89a07db7b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment