-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementimprove an existing featureimprove an existing feature
Description
Bug / Improvement Report
Prob:
- Our users are not specially aware about our
env.dsystem - A user installs the project for the first time
- He makes
make bootstrap make bootstrapwill copycommon.disttocommon- A few weeks later, the same user comes back to the project
- Some keys in
common.disthave changed - The user makes
make bootstrap - ⚠ The new keys are not added or updated in
common - The app fails
Prob location
cp -n copy only if the file does not exist already
Lines 232 to 233 in 5be2bc7
| env.d/development/common: | |
| cp -n env.d/development/common.dist env.d/development/common |
Solutions ?
- Merge the files, if the key exist don't overload, and add just the new key ?
- Or save the old common files by renaming it (
common-save-2701250950), then redo themake env.d/development/common?
This problem applies for others env/files as well (postgresql and kc_postgresql).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementimprove an existing featureimprove an existing feature
Type
Projects
Status
Done