summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-03-12 19:15:42 -0400
committerWill Woods <wwoods@redhat.com>2009-03-12 19:15:42 -0400
commit6a7f6704f595594eba8e587288c97e91dfd20c49 (patch)
tree0aff041ef51468abb4901a643aade21ea14f7f63
parent9b9141e601f2a0f3491f912b2d3517e92e1bfa2f (diff)
downloaddebuginfofs-6a7f6704f595594eba8e587288c97e91dfd20c49.tar.gz
debuginfofs-6a7f6704f595594eba8e587288c97e91dfd20c49.tar.xz
debuginfofs-6a7f6704f595594eba8e587288c97e91dfd20c49.zip
Turn keep_lib on by default - we need it, or debuginfo files age improperly
-rwxr-xr-xserver/debuginfofs-mirror4
1 files changed, 2 insertions, 2 deletions
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")