Author: nslater
Date: Thu Jul 16 20:31:00 2009
New Revision: 794833

URL: http://svn.apache.org/viewvc?rev=794833&view=rev
Log:
build fails, note to self

Modified:
    couchdb/trunk/Makefile.am

Modified: couchdb/trunk/Makefile.am
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/Makefile.am?rev=794833&r1=794832&r2=794833&view=diff
==============================================================================
--- couchdb/trunk/Makefile.am (original)
+++ couchdb/trunk/Makefile.am Thu Jul 16 20:31:00 2009
@@ -71,11 +71,14 @@
 
 distcheck-hook:
        grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \
-            | grep -vf license.skip; \
+            | grep -vEf license.skip; \
         test "$$?" -eq 1
 
 .PHONY: distsign
 distsign: distcheck
+       @# @@ unpack archive and run diff -r to double check missing files
+       @# @@ does automake have anything that does this?
+       false
        gpg --armor --detach-sig \
            < $(top_srcdir)/$(distdir).tar.gz \
            > $(top_srcdir)/$(distdir).tar.gz.asc


Reply via email to