guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 01/01: build: assert-no-store-file-names: Ignore ChangeLog.
Date: Fri, 16 Dec 2016 23:23:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 76b3fbbce65ff9b32da07062d9b03a4876c200a1
Author: Ricardo Wurmus <address@hidden>
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 de0de71..8dda2f6 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 ;     
\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]