[Gnucash-changes] r14398 - meta/hooks - Deal with htdocs/branches/beta

Derek Atkins warlord at cvs.gnucash.org
Wed Jun 21 15:28:50 EDT 2006


Author: warlord
Date: 2006-06-21 15:28:50 -0400 (Wed, 21 Jun 2006)
New Revision: 14398
Trac: http://svn.gnucash.org/trac/changeset/14398

Modified:
   meta/hooks/post-commit
Log:
Deal with htdocs/branches/beta


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-06-21 19:20:46 UTC (rev 14397)
+++ meta/hooks/post-commit	2006-06-21 19:28:50 UTC (rev 14398)
@@ -67,6 +67,6 @@
     ( ${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 ; \
-#      cd /home/nmz/nmz-beta && 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 )



More information about the gnucash-changes mailing list