]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fail the build if it updates any of the files in the git repository
authorOndřej Surý <ondrej@sury.org>
Tue, 7 Jul 2020 14:15:59 +0000 (16:15 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 8 Jul 2020 09:05:24 +0000 (11:05 +0200)
commit3da990943051d2059bfdf4ee16ae494fa95bc7c7
tree674d1ab851b5f077928b6a1c625ac35bd94bc88f
parent514ab2cc4f3d81f57e56f77f36f2ae07285d8e4f
Fail the build if it updates any of the files in the git repository

There are still some pregenerated files left in the git
repository (cleaned up during `make maintainer-clean`) and we currently
don't notice if any of those needs to be updated in the git repository
because we ignore changes in the repository done during the build.

This commit adds a safeguard that fails the build job if the contents of
the git repository gets modified during the build.
.gitlab-ci.yml