mergerepo.py

[email protected]
Newsgroups gmane.linux.rpm.metadata
Message-ID <[email protected]>
 mergerepo.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cca1952a84d7cd112f6521573fa8b8a3efec7c96
Author: Seth Vidal <[email protected]>
Date:   Tue Jun 1 15:01:12 2010 -0400

    whoops - no-database shouldn't default to true!

diff --git a/mergerepo.py b/mergerepo.py
index 404debe..05e5f5e 100755
--- a/mergerepo.py
+++ b/mergerepo.py
@@ -40,7 +40,7 @@ def parse_args(args):
     parser.add_option("-a", "--archlist", default=[], action="append",
                       help="Defaults to all arches - otherwise specify arches")
     parser.add_option("-d", "--database", default=True, action="store_true")
-    parser.add_option( "--no-database", default=True, action="store_true", dest="nodatabase")
+    parser.add_option( "--no-database", default=False, action="store_true", dest="nodatabase")
     parser.add_option("-o", "--outputdir", default=None,
                       help="Location to create the repository")
     parser.add_option("", "--nogroups", default=False, action="store_true",
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.