...
The sakaitagbuilder.bash script accepts two arguments: Sakai version and tag suffix (e.g., blank, beta01, rc01, qa01). six arguments: Jira issue number, source branch, take head of branch (true/false) target (branches/tags) new version and new version suffix. In this case no tag suffix is required.
No Format |
---|
bash sakaitagbuilder.bash SAK-17611 sakai-2.5.6 true tags 2-.5-4.6 |
After the release is generated, backup .m2/repository/org/sakaiproject, whack original (to ensure someone new can populate their repo from scratch), download the release tag and build and deploy it to a fresh Tomcat and fresh MySQL database.
...