From 76b3fbbce65ff9b32da07062d9b03a4876c200a1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 17 Dec 2016 00:21:23 +0100 Subject: [PATCH] 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index de0de7189d..8dda2f6057 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ; \