WIP: Do not reinstall just because ${:_profile_base_location_} changed
Do not reinstall a section just because its ${:_profile_base_location_}
changed. This is coherent with ignoring ${:_profile_base_location_}
for
part signatures.
Do not reinstall a section just because its ${:_profile_base_location_}
changed. This is coherent with ignoring ${:_profile_base_location_}
for
part signatures.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/xavier_thompson/slapos.buildout.git" "fix/buildout-ignore-profile-base-location" git checkout -b "xavier_thompson/slapos.buildout-fix/buildout-ignore-profile-base-location" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "xavier_thompson/slapos.buildout-fix/buildout-ignore-profile-base-location"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.