diff treepkg/packager.py @ 338:28df50b267f6

Expanded the pkg_revision_template dictionary to include rules revision
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 13 Apr 2010 09:53:19 +0000
parents 5fa56edeb606
children a83a78a93fd6
line wrap: on
line diff
--- a/treepkg/packager.py	Tue Apr 13 09:48:19 2010 +0000
+++ b/treepkg/packager.py	Tue Apr 13 09:53:19 2010 +0000
@@ -251,7 +251,8 @@
 
         if pkg_revision is None:
             pkg_revision = (self.track.pkg_revision_template
-                            % dict(pkg_revision=1))
+                            % dict(pkg_revision=1,
+                                   rules_revision=rules_revision))
         self.pkg_revision = pkg_revision
 
         self.base_dir = self.track.pkg_dir_for_revision(self.revision,
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)