[Debtags-commits] [SCM] Debian Data Export - A tool to publish Debian information branch, master, updated. 544096f5c3eab9f9799eac6e530ec3b1348ffde7
Enrico Zini
enrico at enricozini.org
Tue Mar 10 21:07:57 UTC 2009
The following commit has been merged in the master branch:
commit e7e9a30101331adb8812a12e819f6b6f288ad102
Author: Olivier Berger <olivier.berger at it-sudparis.eu>
Date: Tue Mar 10 09:49:43 2009 +0100
Have it run with python2.4 (tested on alioth)
diff --git a/src/dde b/src/dde
index cce2bdd..514cee8 100755
--- a/src/dde
+++ b/src/dde
@@ -38,6 +38,7 @@ if __name__ == "__main__":
parser.add_option("-t", "--type", type="str", help="List elements with a short description")
parser.add_option("--help", action="store_true", help="Show help")
parser.add_option("--cgitest", type="str", help="Test running as CGI, with the given query string")
+ parser.add_option("--fastcgi", action="store_true", help="Run with fascgi")
parser.add_option("--verbose", action="store_true", help="Verbose output")
parser.add_option("--debug", action="store_true", help="Debug output")
#parser.set_defaults(type = "yaml")
--
Debian Data Export - A tool to publish Debian information
More information about the Debtags-commits
mailing list