WIP: Clean up code related to ERP5 Administration
Most of utility code was moved to erp5 code base as a generic implementation, since there is nothing specific to this project to keep it separated.
Most of utility code was moved to erp5 code base as a generic implementation, since there is nothing specific to this project to keep it separated.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/rafael/slapos.core.git" "cleanup-erp5-admin-code" git checkout -b "rafael/slapos.core-cleanup-erp5-admin-code" 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 "rafael/slapos.core-cleanup-erp5-admin-code"
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.