[Gnucash-changes] r13449 - meta/hooks - Auto-update the nmz install.

Derek Atkins warlord at cvs.gnucash.org
Thu Mar 2 21:56:18 EST 2006


Author: warlord
Date: 2006-03-02 21:56:17 -0500 (Thu, 02 Mar 2006)
New Revision: 13449
Trac: http://svn.gnucash.org/trac/changeset/13449

Modified:
   meta/hooks/post-commit
Log:
Auto-update the nmz install.


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-03-03 02:38:17 UTC (rev 13448)
+++ meta/hooks/post-commit	2006-03-03 02:56:17 UTC (rev 13449)
@@ -70,3 +70,7 @@
 # then also update the web site search directory
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/trunk/externals"` != 0 ] && \
     cd /var/www/html/search && svn update
+
+# 2006-03-02: warlord: update the nazamu search engine
+[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/nmz"` != 0 ] && \
+    cd /home/nmz/nmz && svn update



More information about the gnucash-changes mailing list