[Collab-qa-commits] r1763 - udd/scripts
Lucas Nussbaum
lucas at alioth.debian.org
Mon Aug 2 18:14:06 UTC 2010
Author: lucas
Date: 2010-08-02 18:14:01 +0000 (Mon, 02 Aug 2010)
New Revision: 1763
Modified:
udd/scripts/check_timestamps
Log:
drop etch
Modified: udd/scripts/check_timestamps
===================================================================
--- udd/scripts/check_timestamps 2010-08-02 18:12:19 UTC (rev 1762)
+++ udd/scripts/check_timestamps 2010-08-02 18:14:01 UTC (rev 1763)
@@ -1,5 +1,7 @@
echo "select source, max(end_time) from timestamps
where command = 'run' and source not in (
+'debian-etch', 'debian-backports-etch', 'debian-volatile-etch', 'debian-volatile-sloppy-etch', 'debian-volatile-proposed-etch', 'debian-etch-proposed-updates', 'debian-etch-security', 'ddtp'
+) and source not in (
select source from timestamps where command = 'run' and end_time > (current_timestamp - interval '36 hours')) group by source;" | psql -q -t udd | grep -v "^$"
ls -l --time-style=full-iso /org/bugs.debian.org/www/project/trace/ |sort -n -k 6 | grep -v $(date --iso) | grep -v $(date --iso -d '1 day ago') | grep -v "^total"
More information about the Collab-qa-commits
mailing list