diff test/test_packager.py @ 299:c32dc72ba979

Turn the SourcePackager class attribute pkg_basename into a per-track configuratin option. The default value is the track name, as in most cases they're identical anyway. For now, the change is compatible with old SourcePackager subclasses that override pkg_basename.
author Bernhard Herzog <bh@intevation.de>
date Fri, 20 Nov 2009 21:06:10 +0000
parents faeeac2c4c71
children 23be5ab5bc7c
line wrap: on
line diff
--- a/test/test_packager.py	Fri Nov 20 20:22:34 2009 +0000
+++ b/test/test_packager.py	Fri Nov 20 21:06:10 2009 +0000
@@ -42,8 +42,6 @@
 
 class SourcePackager(treepkg.packager.SourcePackager):
 
-    pkg_basename = "testpkg"
-
     def do_package(self):
         pkgbaseversion, pkgbasedir = self.export_sources()
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)