[Gnucash-changes] r14107 - meta/hooks - fix htdocs/externals update hooks for mail search

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 20:09:51 EDT 2006


Author: jsled
Date: 2006-05-17 20:09:50 -0400 (Wed, 17 May 2006)
New Revision: 14107
Trac: http://svn.gnucash.org/trac/changeset/14107

Modified:
   meta/hooks/post-commit
Log:
fix htdocs/externals update hooks for mail search


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-05-18 00:05:39 UTC (rev 14106)
+++ meta/hooks/post-commit	2006-05-18 00:09:50 UTC (rev 14107)
@@ -64,7 +64,9 @@
 # 2006-01-18, warlord: If the commit changed htdocs/trunk/externals
 # 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
+    cd /home/nmz/nmz-beta && svn update
+[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/branches/published/externals"` != 0 ] && \
+    cd /home/nmz/nmz && svn update
 
 # 2006-05-14: warlord: update the nazamu search engine
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/trunk"` != 0 ] && \



More information about the gnucash-changes mailing list