[Gnucash-changes] r13969 - meta/hooks - Add post-commit hook to update website (in intentionally-uncommitted external script)

Joshua Sled jsled at cvs.gnucash.org
Tue May 9 11:03:59 EDT 2006


Author: jsled
Date: 2006-05-09 11:03:58 -0400 (Tue, 09 May 2006)
New Revision: 13969
Trac: http://svn.gnucash.org/trac/changeset/13969

Modified:
   meta/hooks/post-commit
Log:
Add post-commit hook to update website (in intentionally-uncommitted external script)

Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-05-09 15:00:05 UTC (rev 13968)
+++ meta/hooks/post-commit	2006-05-09 15:03:58 UTC (rev 13969)
@@ -74,3 +74,8 @@
 # 2006-03-02: warlord: update the nazamu search engine
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/nmz"` != 0 ] && \
     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/branches/published"` != 0 ] && \
+    ${REPOS}/hooks/update-website
+



More information about the gnucash-changes mailing list