diff treepkg/readconfig.py @ 300:e82fb08781a2

Turn the SourcePackager class attribute changemsg_template into a per-track configuration option called changelog_msg_template. For now, the change is compatible with old SourcePackager subclasses that override changemsg_template.
author Bernhard Herzog <bh@intevation.de>
date Fri, 20 Nov 2009 21:35:12 +0000
parents c32dc72ba979
children 6cffb43a28ca
line wrap: on
line diff
--- a/treepkg/readconfig.py	Fri Nov 20 21:06:10 2009 +0000
+++ b/treepkg/readconfig.py	Fri Nov 20 21:35:12 2009 +0000
@@ -30,6 +30,7 @@
     "pkg_revision_template", ("pkg_basename", str, ""),
     ("handle_dependencies", convert_bool),
     ("signing_key_id", str, ""),
+    ("changelog_msg_template", str, "Update to revision %(revision)d"),
     ]
 
 treepkg_desc = [
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)