[Gnucash-changes] r14395 - meta/hooks - ignore htdocs/branches/published for now

Derek Atkins warlord at cvs.gnucash.org
Wed Jun 21 15:18:29 EDT 2006


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

Modified:
   meta/hooks/post-commit
Log:
ignore htdocs/branches/published for now


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-06-21 18:27:07 UTC (rev 14394)
+++ meta/hooks/post-commit	2006-06-21 19:18:28 UTC (rev 14395)
@@ -65,8 +65,8 @@
 # 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-beta && svn update && make nmz URLBASE=/beta )
+      cd /home/nmz/nmz && svn update && make nmz )
 
-[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/branches/published"` != 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 ; \
+#      cd /home/nmz/nmz-beta && svn update && make nmz )



More information about the gnucash-changes mailing list