You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
Currently, the destination's configuration is exported and committed before merging configuration from the source.
There are situations where this behaviour is not desirable, when the destination's database configuration is irrelevant/throw-away (say on a testing site) or the developer has already done an export and committed exactly what he/she wants from it.
So there are times when we only want to merge branch code on the destination with exported database configuration from the source, without needing anything from the destination's database.
As such, I'm proposing a --no-self-export option which, when provided, will skip the destination export and commit.
I'm working on this currently, and am planning to have a PR for this soon.
The text was updated successfully, but these errors were encountered:
colans
added a commit
to colans/config-extra
that referenced
this issue
Feb 19, 2016
Currently, the destination's configuration is exported and committed before merging configuration from the source.
There are situations where this behaviour is not desirable, when the destination's database configuration is irrelevant/throw-away (say on a testing site) or the developer has already done an export and committed exactly what he/she wants from it.
So there are times when we only want to merge branch code on the destination with exported database configuration from the source, without needing anything from the destination's database.
As such, I'm proposing a
--no-self-export
option which, when provided, will skip the destination export and commit.I'm working on this currently, and am planning to have a PR for this soon.
The text was updated successfully, but these errors were encountered: