Author: lucas Date: 2008-08-07 18:49:46 +0000 (Thu, 07 Aug 2008) New Revision: 987
Modified: udd/TODO Log: added TODO: make scripts failure-friendly Modified: udd/TODO =================================================================== --- udd/TODO 2008-08-05 12:12:27 UTC (rev 986) +++ udd/TODO 2008-08-07 18:49:46 UTC (rev 987) @@ -14,6 +14,12 @@ decided / the current status of everything. - (prio: high) Write/update documentation about the system, and how to use it. - (prio: high) add primary keys to tables that don't have one +- (prio: high) make sure scripts are resilient to failures. For example, the + popcon fetcher apparently isn't: + udd=> select * from popcon_src_max where distribution = 'debian'; + package | insts | vote | old | recent | nofiles | distribution + ---------+-------+------+-----+--------+---------+-------------- + (0 rows) packages/sources ---------------- _______________________________________________ Collab-qa-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits
