[yum-cvs] yum-utils reposync.py,1.7,1.8
Seth Vidal
skvidal at linux.duke.edu
Thu May 18 16:06:03 UTC 2006
- Previous message: [yum-cvs] yum-metadata-parser debug.c, 1.1.1.1, 1.2 debug.h, 1.1.1.1, 1.2 sqlitecache.c, 1.1.1.1, 1.2 sqlitecache.py, 1.1.1.1, 1.2 xml-parser.c, 1.1.1.1, 1.2 xml-parser.h, 1.1.1.1, 1.2
- Next message: [yum-cvs] yum yum-updatesd.py,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv15477
Modified Files:
reposync.py
Log Message:
make -a do something quasi-correct
Index: reposync.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/reposync.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- reposync.py 8 May 2006 02:50:02 -0000 1.7
+++ reposync.py 18 May 2006 16:06:00 -0000 1.8
@@ -22,6 +22,8 @@
# make it work with mirrorlists (silly, really)
# man page/more useful docs
# deal nicely with a package changing but not changing names (ie: replacement)
+# maybe have it iterate the dir, if it exists, and delete files not listed
+# in a repo
# criteria
# if a package is not the same and smaller then reget it
@@ -57,7 +59,6 @@
def __init__(self, opts):
yum.YumBase.__init__(self)
self.opts = opts
- self.arch = opts.arch
def log(self, num, msg):
if num < 3 and not self.opts.quiet:
@@ -77,7 +78,7 @@
parser.add_option("-c", "--config", default='/etc/yum.conf',
help='config file to use (defaults to /etc/yum.conf)')
parser.add_option("-a", "--arch", default=None,
- help='check as if running the specified arch (default: current arch)')
+ help='act as if running the specified arch (default: current arch, note: does not override $releasever)')
parser.add_option("-r", "--repoid", default=[], action='append',
help="specify repo ids to query, can be specified multiple times (default is all enabled)")
parser.add_option("-t", "--tempcache", default=False, action="store_true",
- Previous message: [yum-cvs] yum-metadata-parser debug.c, 1.1.1.1, 1.2 debug.h, 1.1.1.1, 1.2 sqlitecache.c, 1.1.1.1, 1.2 sqlitecache.py, 1.1.1.1, 1.2 xml-parser.c, 1.1.1.1, 1.2 xml-parser.h, 1.1.1.1, 1.2
- Next message: [yum-cvs] yum yum-updatesd.py,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list