erplibre/doc/UPDATE.md
Mathieu Benoit db4b145e72 [ADD] update documentation
- How to update all repo with source
- Missing dependancy openupgradelib
2020-07-23 01:31:36 -04:00

615 B

Update ERPLibre

Update all repo from origin source

The update is done on branch 12.0, you need to validate this branch exist.

  1. Make sure all repo git is conform, remove all argument depth from manifest and regenerate. You can clean all and regenerate
./script/clean_repo_manifest.sh
./script/install_locally_dev.sh
  1. Update all remote with ssh/git
./script/git_change_remote_https_to_git.py
  1. Run update script
./script/git_update_repo.py
  1. Push force all needed repo, manage rebase conflict

  2. Test a clone with dev, check file DEVELOPMENT.md