[yum-cvs] yum-utils repotrack.py,1.4,1.5

Seth Vidal skvidal at linux.duke.edu
Mon Jan 9 06:56:55 UTC 2006


Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv25924

Modified Files:
	repotrack.py 
Log Message:

update a few comments


Index: repotrack.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/repotrack.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- repotrack.py	9 Jan 2006 06:54:25 -0000	1.4
+++ repotrack.py	9 Jan 2006 06:56:53 -0000	1.5
@@ -15,17 +15,11 @@
 # (c) 2005 seth vidal skvidal at phy.duke.edu
 
 
-# specify list of repos or default in yum.conf
-# specify list of pkgs - default to *
-# download latest set + any deps to a specified dir
-# alternatively:
-# repomanage repo
-# createrepo repo
-# repoview repo
-# email some address the list of new/updated packages.
-
-# need to keep state of current repo to know what's 'new' and when to download things
-# arch should be specified or default to system arch.
+# helps partially track a repo. Let's you download a package + all of its
+# deps from any set of repos.
+# use: so you can keep current on any given pkg + its deps from another
+#      repo w/o enabling that repo in your yum configuration by default
+#      also for making partial mirrors that traverse dependencies.
 
 import os
 import sys
@@ -111,7 +105,6 @@
 # TODO/FIXME
 # gpg/sha checksum them
 # make -a do something
-# does it make more sense for -n to be the default?
 
     (opts, user_pkg_list) = parseArgs()
     




More information about the Yum-cvs-commits mailing list