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}:" # _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue