diff treepkg/readconfig.py @ 340:a83a78a93fd6

Changed default message templates to the correct types
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 15 Apr 2010 14:52:35 +0000
parents e0e99b71932b
children f06f707d9fda
line wrap: on
line diff
--- a/treepkg/readconfig.py	Wed Apr 14 13:17:30 2010 +0000
+++ b/treepkg/readconfig.py	Thu Apr 15 14:52:35 2010 +0000
@@ -75,7 +75,7 @@
     "pkg_revision_template", ("pkg_basename", str, ""),
     ("handle_dependencies", convert_bool),
     ("signing_key_id", str, ""),
-    ("changelog_msg_template", str, "Update to revision %(revision)d"),
+    ("changelog_msg_template", str, "Update to revision %(revision)s"),
     ("git_branch", str,""),
     ("git_url", str,"")
     ]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)