From: Ansgar Burchardt Date: Mon, 5 Sep 2011 19:27:41 +0000 (+0000) Subject: gps2: Add -o option to set arbitrary configuration options. X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=e7641ea5991ff06a82bd1d8dc12a44457690746c gps2: Add -o option to set arbitrary configuration options. --- diff --git a/dak/generate_packages_sources2.py b/dak/generate_packages_sources2.py index c6d4ade9..5716e7e1 100755 --- a/dak/generate_packages_sources2.py +++ b/dak/generate_packages_sources2.py @@ -305,7 +305,8 @@ def main(): Arguments = [('h',"help","Generate-Packages-Sources::Options::Help"), ('5','description-md5',"Generate-Packages-Sources::Options::Description-md5"), ('s',"suite","Generate-Packages-Sources::Options::Suite"), - ('f',"force","Generate-Packages-Sources::Options::Force")] + ('f',"force","Generate-Packages-Sources::Options::Force"), + ('o','option','','ArbItem')] suite_names = apt_pkg.ParseCommandLine(cnf.Cnf, Arguments, sys.argv) try: