Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: About backporting or not

...

1) commit the fix to trunk and note down the commit id; e.g. rev 12345
2) go to the release branch you want to backport to; e.g. cd ofbiz/release14.12
3) run the following script (the script will apply the commit to your local release branch): ./tools/mergefromtrunk.sh/bat merge 12345
4) run the tests with: ./tools/mergefromtrunk.sh/bat test
5) it is also a good idea to start the instance and test manually
6.a) if tests are unsuccessful, abort the process and clean your local release branch: ./tools/mergefromtrunk.sh/bat abort
6.b) if tests are successful, and you want to commit the backport: ./tools/mergefromtrunk.sh/bat commit

I (Jacques Le Roux) wants to add: when you backport something, if you know that it should not be backported in older releases, please pass the information.

Following changes

Manage JIRA's issues

...