From 6a7f6704f595594eba8e587288c97e91dfd20c49 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 12 Mar 2009 19:15:42 -0400 Subject: Turn keep_lib on by default - we need it, or debuginfo files age improperly --- server/debuginfofs-mirror | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server') diff --git a/server/debuginfofs-mirror b/server/debuginfofs-mirror index fd5ad30..71d464a 100755 --- a/server/debuginfofs-mirror +++ b/server/debuginfofs-mirror @@ -82,8 +82,8 @@ class DebuginfoFSDownloader(YumUtilBase): help="download RPMs but don't bother unpacking them") o.add_option("--keep-src", default=False, action="store_true", help="keep the contents of /usr/src/debug from each package") - o.add_option("--keep-lib", default=False, action="store_true", - help="keep the contents of /usr/lib/debug from each package") + o.add_option("--no-keep-lib", dest="keep_lib", default=True, action="store_false", + help="delete the contents of /usr/lib/debug from each package") #o.add_option("--update-mtimes", default=False, action="store_true", # help="update the mtime of all files from the given repos") -- cgit