[csw-devel] SF.net SVN: gar:[13102] csw/mgar/gar/v2/lib/python/README
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Jan 29 16:45:54 CET 2011
Revision: 13102
http://gar.svn.sourceforge.net/gar/?rev=13102&view=rev
Author: wahwah
Date: 2011-01-29 15:45:54 +0000 (Sat, 29 Jan 2011)
Log Message:
-----------
checkpkg: README update
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/README
Modified: csw/mgar/gar/v2/lib/python/README
===================================================================
--- csw/mgar/gar/v2/lib/python/README 2011-01-28 00:28:53 UTC (rev 13101)
+++ csw/mgar/gar/v2/lib/python/README 2011-01-29 15:45:54 UTC (rev 13102)
@@ -15,6 +15,11 @@
Development plan for checkpkg:
+- Notify maintainers when their package is available from mirrors
+- Allow maintainers to opt-out from these notifications
+- Add support for the 'overridden' field in the database
+- When adding a package to a catalog, store the time and date of the
+ addition
- Display stats from each run
- Shorten the on-screen output, add commands to display override lines
- Move the set check stats outside of checking functions, remove the special
@@ -61,6 +66,8 @@
Additional database indexes:
+# TODO(maciej): Add them to the models.py
+
CREATE INDEX srv4_mtime_idx ON srv4_file_stats(mtime);
CREATE INDEX srv4_md5_idx ON srv4_file_stats(md5_sum);
CREATE INDEX catalog_idx ON srv4_file_in_catalog (arch_id, osrel_id, catrel_id);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list