[Gnucash-changes] r13978 - meta/hooks - update on trunk changes.

Joshua Sled jsled at cvs.gnucash.org
Tue May 9 14:00:17 EDT 2006


Author: jsled
Date: 2006-05-09 14:00:17 -0400 (Tue, 09 May 2006)
New Revision: 13978
Trac: http://svn.gnucash.org/trac/changeset/13978

Modified:
   meta/hooks/post-commit
Log:
update on trunk changes.


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-05-09 17:57:47 UTC (rev 13977)
+++ meta/hooks/post-commit	2006-05-09 18:00:17 UTC (rev 13978)
@@ -76,6 +76,7 @@
     cd /home/nmz/nmz && svn update
 
 # 2006-05-08: jsled: tickle www.gnucash.org if the published branches changes.
+[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/trunk"` != 0 ] && \
+    ${REPOS}/hooks/update-website
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/branches/published"` != 0 ] && \
     ${REPOS}/hooks/update-website
-



More information about the gnucash-changes mailing list