diff treepkg/readconfig.py @ 387:c1f3be727f9d treepkg-status

renamed new status dir to info because of a naming conflict with status.py let the user specify a treepkg name in the config the name is propagated to PackagerGroup [treepkg] name: <treepkgname> becomes: pg = PackagerGroup(...) pg.name
author Bjoern Ricks <bricks@intevation.de>
date Thu, 08 Jul 2010 10:07:39 +0000
parents 41226e427823
children a690fc689f2f
line wrap: on
line diff
--- a/treepkg/readconfig.py	Wed Jul 07 15:40:48 2010 +0000
+++ b/treepkg/readconfig.py	Thu Jul 08 10:07:39 2010 +0000
@@ -84,6 +84,7 @@
 treepkg_desc = [
     ("check_interval", int),
     "instructions_file",
+    ("name", str, "")
     ]
 
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)