jmd pushed a commit to branch wip-installer
in repository guix.
commit 4adbb1c215902f256c3d4bc31ed513decb03783e
Author: Ricardo Wurmus <[email protected]>
Date: Sat Dec 17 00:21:23 2016 +0100
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 4821b77..8d18a9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -510,6 +510,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 ;
\