[Gnucash-changes] r14061 - meta/hooks - Update hooks to update namazu templates

Derek Atkins warlord at cvs.gnucash.org
Sun May 14 17:57:59 EDT 2006


Author: warlord
Date: 2006-05-14 17:57:58 -0400 (Sun, 14 May 2006)
New Revision: 14061
Trac: http://svn.gnucash.org/trac/changeset/14061

Modified:
   meta/hooks/post-commit
Log:
Update hooks to update namazu templates


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-05-14 21:54:14 UTC (rev 14060)
+++ meta/hooks/post-commit	2006-05-14 21:57:58 UTC (rev 14061)
@@ -61,20 +61,16 @@
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....meta/hooks"` != 0 ] && \
     cd ${REPOS}/hooks && svn update
 
-# 2005-12-04, warlord: If the commit changed mail-search/trunk/mail-search
-# then update the web site search directory
-#  -- commented out 2006-05-14
-# [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/trunk/mail-search"` != 0 ] && \
-#     cd /var/www/html/search && svn update
-
 # 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
 
-# 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
+# 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
+[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/branches/published"` != 0 ] && \
+    cd /home/nmz/nmz && svn update
 
 # 2006-05-08: jsled: tickle www.gnucash.org if the published branches changes.
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/trunk"` != 0 ] && \



More information about the gnucash-changes mailing list