diff treepkg/readconfig.py @ 93:73c67372c7f7

Make the prefix used in the debian revision number configurable. This involves a new config file setting documented in demo.cfg, the necessary changes to the packagers and updated and new test cases
author Bernhard Herzog <bh@intevation.de>
date Wed, 07 Nov 2007 10:13:24 +0000
parents 3ed079a7174a
children 02c261e4443f
line wrap: on
line diff
--- a/treepkg/readconfig.py	Tue Nov 06 17:30:11 2007 +0000
+++ b/treepkg/readconfig.py	Wed Nov 07 10:13:24 2007 +0000
@@ -18,7 +18,7 @@
 packager_desc = [
     "name", "base_dir", "svn_url", "packager_class",
     ("root_cmd", shlex.split), "pbuilderrc",
-    "deb_email", "deb_fullname",
+    "deb_email", "deb_fullname", "debrevision_prefix",
     ]
 
 treepkg_desc = [
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)