build: assert-no-store-file-names: Ignore ChangeLog.

* Makefile.am (assert-no-store-file-names): Ignore /gnu/store file names
in the ChangeLog, because they might be examples in commit messages.
This commit is contained in:
Ricardo Wurmus 2016-12-17 00:21:23 +01:00
parent f8faf537ca
commit 76b3fbbce6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ assert-no-store-file-names:
--exclude=*.info-[0-9] --exclude=*.dot \
--exclude=*.eps --exclude-dir=bootstrap \
--exclude=guix-prettify.el \
--exclude=ChangeLog \
-E "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
then \
echo "error: store file names embedded in the distribution" >&2 ; \