support environment variables as part of option values
Bug #557769 reported by
Florian Friesdorf
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Buildout |
New
|
Undecided
|
Unassigned |
Bug Description
I implemented support for environment variables as option values.
One patch is for enabling ${env:<variable>} syntax, wherever ${<section>
The other patch enables usage of ${env:<variable>} for extends. (0002-...)
Tests are included, patches apply cleanly to 1.4.3 and trunk@110428
To post a comment you must log in.
aclark pointed me to gocept.recipe.env which might be a cleaner approach, however, without support for extends. On the other hand, the extends support is unrelated to the support everywhere else.