[Gnucash-changes] r14422 - meta/hooks - Disable htdocs post-commit processing temporarily

Derek Atkins warlord at cvs.gnucash.org
Fri Jun 23 23:31:20 EDT 2006


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

Modified:
   meta/hooks/post-commit
Log:
Disable htdocs post-commit processing temporarily


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-06-24 03:09:58 UTC (rev 14421)
+++ meta/hooks/post-commit	2006-06-24 03:31:19 UTC (rev 14422)
@@ -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