comparison enterprise/kdei18n.py @ 101:fb5332a286cf

Add documentation/kdepim as SVN externals directory to the enterprise i18n packager.
author Bernhard Herzog <bh@intevation.de>
date Mon, 25 Feb 2008 16:36:34 +0000
parents 6b5f7f7575f6
children 66cbfc772f84
comparison
equal deleted inserted replaced
100:aea6b97e7c68 101:fb5332a286cf
1 # Copyright (C) 2007 by Intevation GmbH 1 # Copyright (C) 2007, 2008 by Intevation GmbH
2 # Authors: 2 # Authors:
3 # Bernhard Herzog <bh@intevation.de> 3 # Bernhard Herzog <bh@intevation.de>
4 # 4 #
5 # This program is free software under the GPL (>=v2) 5 # This program is free software under the GPL (>=v2)
6 # Read the file COPYING coming with the software for details. 6 # Read the file COPYING coming with the software for details.
127 127
128 class PackageTrack(treepkg.packager.PackageTrack): 128 class PackageTrack(treepkg.packager.PackageTrack):
129 129
130 revision_packager_cls = RevisionPackager 130 revision_packager_cls = RevisionPackager
131 131
132 svn_external_subdirs = ["scripts", "scripts/admin"] 132 svn_external_subdirs = ["scripts", "scripts/admin", "documentation/kdepim"]
133 133
134 extra_config_desc = ["orig_tarball"] 134 extra_config_desc = ["orig_tarball"]
135 135
136 def __init__(self, *args, **kw): 136 def __init__(self, *args, **kw):
137 self.orig_tarball = kw.pop("orig_tarball") 137 self.orig_tarball = kw.pop("orig_tarball")
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)