[Gnucash-changes] r12124 - meta/hooks - automatically update the search directory

Derek Atkins warlord at cvs.gnucash.org
Sun Dec 4 22:35:12 EST 2005


Author: warlord
Date: 2005-12-04 22:35:11 -0500 (Sun, 04 Dec 2005)
New Revision: 12124
Trac: http://svn.gnucash.org/trac/changeset/12124

Modified:
   meta/hooks/post-commit
Log:
automatically update the search directory

Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2005-12-05 03:27:06 UTC (rev 12123)
+++ meta/hooks/post-commit	2005-12-05 03:35:11 UTC (rev 12124)
@@ -60,3 +60,8 @@
 EGREP=/bin/egrep
 [ `${SVNLOOK} changed ${REPOS} -r ${REV} | ${EGREP} -c "^....meta/hooks"` != 0 ] && \
     cd ${REPOS}/hooks && svn update
+
+# 2005-12-04, warlord: If the commit changed mail-search/trunk/mail-search
+# 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



More information about the gnucash-changes mailing list