-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve deploy-data flexibility to deploy files from other checkout in same config file #462
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks ok. I suggest improving the changelog description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @fmigneault. The change looks good but the description needs some clarification
Improved the changelog, let me know if it's clearer. |
Need bird-house/birdhouse-deploy#462 to be merged first.
Overview
This is a non breaking change.
Given the config file can specify multiple checkouts, this flexibility to
have
SRC_DIR
be an absolute path will allow one checkout to take files fromother checkouts, using absolute path to the other checkouts.
SRC_DIR
canstill be a relative path of the current checkout, as before, to preserve
backward-compatibility.
Possible use-case: re-organize the layout of various files from the various
checkouts in an intermediate location before rsyncing this intermediate
location to the final destination.
CI Operations
birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false