[gnue] r10147 - trunk/www/utils/sbin
[email protected] Sun, 24 Jan 2010 05:13:28 -0600 (CST)
| Newsgroups | gmane.comp.cms.gnue.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: reinhard
Date: 2010-01-24 05:13:28 -0600 (Sun, 24 Jan 2010)
New Revision: 10147
Modified:
trunk/www/utils/sbin/update-tasks
Log:
Don't run nightly tasks (like nightly builds) for designer.
Modified: trunk/www/utils/sbin/update-tasks
===================================================================
--- trunk/www/utils/sbin/update-tasks 2010-01-04 17:36:53 UTC (rev 10146)
+++ trunk/www/utils/sbin/update-tasks 2010-01-24 11:13:28 UTC (rev 10147)
@@ -92,7 +92,9 @@
cd ${BASE}
for tool in `(cd ${INSTALLED}/gnue; ls|grep -v '\.')`
do
- SRC=${INSTALLED}/gnue/${tool}
+ test "${tool}" = "designer" && continue # Skip designer, unmaintained
+
+ SRC=${INSTALLED}/gnue/${tool}
echo -n "$(date +"%F %T") Performing tasks for ${tool}:"
#