add a check-changes step, to ensure CHANGES numbers are in order before commit

This commit is contained in:
Evan Hunt 2018-03-07 17:45:55 -08:00
parent 62c1dcb661
commit 6f4344af83

View file

@ -107,6 +107,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