[Gnucash-changes] r12867 - meta/hooks - Update search when htdocs externals are updated

Derek Atkins warlord at cvs.gnucash.org
Wed Jan 18 20:07:38 EST 2006


Author: warlord
Date: 2006-01-18 20:07:37 -0500 (Wed, 18 Jan 2006)
New Revision: 12867
Trac: http://svn.gnucash.org/trac/changeset/12867

Modified:
   meta/hooks/post-commit
Log:
Update search when htdocs externals are updated


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-01-19 00:55:52 UTC (rev 12866)
+++ meta/hooks/post-commit	2006-01-19 01:07:37 UTC (rev 12867)
@@ -65,3 +65,8 @@
 # then update the web site search directory
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....mail-search/trunk/mail-search"` != 0 ] && \
     cd /var/www/html/search && svn update
+
+# 2006-01-18, warlord: If the commit changed htdocs/trunk/externals
+# then also update the web site search directory
+[ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....htdocs/trunk/externals"` != 0 ] && \
+    cd /var/www/html/search && svn update



More information about the gnucash-changes mailing list