[Gnucash-changes] r14266 - meta/hooks - Properly update the search page when htdocs is published

Derek Atkins warlord at cvs.gnucash.org
Tue May 30 19:16:51 EDT 2006


Author: warlord
Date: 2006-05-30 19:16:50 -0400 (Tue, 30 May 2006)
New Revision: 14266
Trac: http://svn.gnucash.org/trac/changeset/14266

Modified:
   meta/hooks/post-commit
Log:
Properly update the search page when htdocs is published


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-05-30 23:11:40 UTC (rev 14265)
+++ meta/hooks/post-commit	2006-05-30 23:16:50 UTC (rev 14266)
@@ -68,4 +68,5 @@
       cd /home/nmz/nmz-beta && svn update && make nmz URLBASE=/beta )
 
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/branches/published"` != 0 ] && \
-    ${REPOS}/hooks/update-website
+    ( ${REPOS}/hooks/update-website ; \
+      cd /home/nmz/nmz && svn update && make nmz )



More information about the gnucash-changes mailing list