[Gnucash-changes] r14052 - meta/hooks - Don't update the old php mail-search anymore

Derek Atkins warlord at cvs.gnucash.org
Sun May 14 17:36:11 EDT 2006


Author: warlord
Date: 2006-05-14 17:36:09 -0400 (Sun, 14 May 2006)
New Revision: 14052
Trac: http://svn.gnucash.org/trac/changeset/14052

Modified:
   meta/hooks/post-commit
Log:
Don't update the old php mail-search anymore


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2006-05-14 21:33:25 UTC (rev 14051)
+++ meta/hooks/post-commit	2006-05-14 21:36:09 UTC (rev 14052)
@@ -63,8 +63,9 @@
 
 # 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
+#  -- commented out 2006-05-14
+# [ `${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



More information about the gnucash-changes mailing list