Changeset 4844
- Timestamp:
- 11/18/08 14:05:20 (2 months ago)
- Files:
-
- traclegosscript/anyrelease/traclegos/legos.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traclegosscript/anyrelease/traclegos/legos.py
r4631 r4844 50 50 * directory: directory for project creation 51 51 * master: path to master trac instance 52 * site_ini: global site configuration used for all projects53 * vars: variables for interpolation of trac.ini54 52 * inherit: inherited configuration to update 53 * site_templates: global site configuration used for all projects 54 * vars: values of variables for interpolation 55 * options: descriptions and annotations on variables 55 56 """ 56 57 … … 86 87 # apply site configuration last (override) 87 88 return ProjectTemplates(*(templates + self.site_templates)) 88 # TODO: add the self.options to the templates89 89 90 90 def repository_fields(self, project): … … 100 100 database=None, repository=None): 101 101 """ 102 * project: directoryname of project103 * templates to be applied102 * project: path name of project 103 * templates: templates to be applied on project creation 104 104 * vars: variables for interpolation 105 105 """
