[Gnucash-changes] r14088 - meta/hooks - run make after updating beta nmz content

Joshua Sled jsled at cvs.gnucash.org
Tue May 16 22:28:56 EDT 2006


Author: jsled
Date: 2006-05-16 22:28:56 -0400 (Tue, 16 May 2006)
New Revision: 14088
Trac: http://svn.gnucash.org/trac/changeset/14088

Modified:
   meta/hooks/post-commit
Log:
run make after updating beta nmz content

Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-05-17 02:27:59 UTC (rev 14087)
+++ meta/hooks/post-commit	2006-05-17 02:28:56 UTC (rev 14088)
@@ -68,7 +68,7 @@
 
 # 2006-05-14: warlord: update the nazamu search engine
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/trunk"` != 0 ] && \
-    cd /home/nmz/nmz-beta && svn update
+    cd /home/nmz/nmz-beta && svn update && make
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/branches/published"` != 0 ] && \
     cd /home/nmz/nmz && svn update
 



More information about the gnucash-changes mailing list