comparison treepkg/readconfig.py @ 293:faeeac2c4c71

Replace debrevision_prefix with pkg_revision_template. Their meaning is similar, but the template is not just a prefix, it's a template for Python's %-based string formatting. This allows more complex configuration to be done with command line settings so that it's easy to do a one-off build with a package revision like "kk5.2".
author Bernhard Herzog <bh@intevation.de>
date Tue, 06 Oct 2009 13:13:04 +0000
parents bb98e728f25b
children 4dd6ec3a1151
comparison
equal deleted inserted replaced
292:0542181b8452 293:faeeac2c4c71
24 24
25 25
26 packager_desc = [ 26 packager_desc = [
27 "name", "base_dir", "svn_url", ("rules_svn_url", str, ""), "packager_class", 27 "name", "base_dir", "svn_url", ("rules_svn_url", str, ""), "packager_class",
28 ("root_cmd", shlex.split, "sudo"), "pbuilderrc", 28 ("root_cmd", shlex.split, "sudo"), "pbuilderrc",
29 "deb_email", "deb_fullname", "debrevision_prefix", 29 "deb_email", "deb_fullname", "pkg_revision_template",
30 ("handle_dependencies", convert_bool), 30 ("handle_dependencies", convert_bool),
31 ("signing_key_id", str, ""), 31 ("signing_key_id", str, ""),
32 ] 32 ]
33 33
34 treepkg_desc = [ 34 treepkg_desc = [
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)