[Gnucash-changes] r14423 - meta/hooks - re-install the htdocs post-commit hooks

Derek Atkins warlord at cvs.gnucash.org
Fri Jun 23 23:45:21 EDT 2006


Author: warlord
Date: 2006-06-23 23:45:21 -0400 (Fri, 23 Jun 2006)
New Revision: 14423
Trac: http://svn.gnucash.org/trac/changeset/14423

Modified:
   meta/hooks/post-commit
Log:
re-install the htdocs post-commit hooks


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-06-24 03:31:19 UTC (rev 14422)
+++ meta/hooks/post-commit	2006-06-24 03:45:21 UTC (rev 14423)
@@ -63,10 +63,10 @@
 
 # 2006-05-08: jsled: tickle www.gnucash.org if the published branches changes.
 # 2006-05-31: warlord: also update the namazu templates
-#[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/trunk"` != 0 ] && \
-#    ( ${REPOS}/hooks/update-website ; \
-#      cd /home/nmz/nmz && svn update && make nmz )
+[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/trunk"` != 0 ] && \
+    ( ${REPOS}/hooks/update-website ; \
+      cd /home/nmz/nmz && svn update && make nmz )
 
-#[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/branches/beta"` != 0 ] && \
-#    ( ${REPOS}/hooks/update-website-beta ; \
-#      cd /home/nmz/nmz-beta && svn update && make nmz URLBASE=/beta )
+[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/branches/beta"` != 0 ] && \
+    ( ${REPOS}/hooks/update-website-beta ; \
+      cd /home/nmz/nmz-beta && svn update && make nmz URLBASE=/beta )



More information about the gnucash-changes mailing list