diff enterprise/kdei18n.py @ 106:66cbfc772f84

Add bin/inittreepkg.py, a script to automate some of the installation and some support code for in in the packager classes.
author Bernhard Herzog <bh@intevation.de>
date Tue, 04 Mar 2008 14:31:28 +0000
parents fb5332a286cf
children
line wrap: on
line diff
--- a/enterprise/kdei18n.py	Tue Mar 04 14:18:56 2008 +0000
+++ b/enterprise/kdei18n.py	Tue Mar 04 14:31:28 2008 +0000
@@ -137,3 +137,8 @@
         self.orig_tarball = kw.pop("orig_tarball")
         super(PackageTrack, self).__init__(*args, **kw)
 
+    def init_treepkg(self):
+        super(PackageTrack, self).init_treepkg()
+        if not os.path.exists(self.orig_tarball):
+            print ("TODO: The orig_tarball %s still has to be created"
+                   % (self.orig_tarball,))
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)