[yum-cvs] yum/yum plugins.py,1.28,1.29
Menno Smits
mjs at linux.duke.edu
Fri Jun 16 15:10:42 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv3406/yum
Modified Files:
plugins.py
Log Message:
updated TODO entries
Index: plugins.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/plugins.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- plugins.py 16 Jun 2006 07:40:14 -0000 1.28
+++ plugins.py 16 Jun 2006 15:10:40 -0000 1.29
@@ -24,24 +24,15 @@
import Errors
# TODO: expose rpm package sack objects to plugins (once finished)
-
-# TODO: consistent case of YumPlugins methods
-
+# TODO: allow plugins to use the existing config stuff to define options for
+# their own configuration files (would replace confString() etc).
# TODO: expose progress bar interface
-
-# TODO: allow plugins to define new repository types
-
-# TODO: check for *_hook methods that aren't supported
-
# TODO "log" slot? To allow plugins to do customised logging/history (say to a
# SQL db)
-
-# TODO: multiversion plugin support
-
+# TODO: consistent case of YumPlugins methods
# TODO: allow plugins to extend shell commands
-
# TODO: allow plugins to extend commands (on the command line)
-
+# TODO: allow plugins to define new repository types
# TODO: More developer docs: use epydoc as API begins to stablise
More information about the Yum-cvs-commits
mailing list