Opened 19 years ago
Closed 19 years ago
#3897 closed enhancement (wontfix)
[PATCH] - Enable use of __shared_dir__ within siteconfig.py
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | setuptools inheritance |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The attached patch introduces the use of the attribute "shared_dir" within siteconfig.py.
This addition does not change the existent behaviour, thus installations do not break.
A user _can_ set this attribute and delete all existent default… attributes (which contain redundant path information).
Existent default… attributes have priority over the shared_dir attribute.
context:
Attachments (2)
Change History (8)
by , 19 years ago
| Attachment: | SiteconfigSharedDir.diff added |
|---|
by , 19 years ago
| Attachment: | SiteconfigParentEnv.diff added |
|---|
comment:4 by , 19 years ago
| Keywords: | setuptools inheritance added |
|---|---|
| Owner: | changed from to |
an possible implementation, which would be backwards compatible even if setuptools is introduced would be:
- apply the patch
- use the planned setuptools package-data
- if siteconfig.py is existent, the locations override the package-data
comment:6 by , 19 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Closing, as wontfix (or cannotfix) in the way suggested.
Reasoning:
The trac-code is read-only-data and must remain free of any configuration data.



new patch with corrected name of option "parent_env"