Information
Note |
---|
This has been updated for 2-5-x |
Once a test tag has been made /wiki/spaces/UCDSAKAI/pages/120456414, it should be deployed.
...
Code Block ~/config-staging/tomcatclean.sh
Code Block cd ~/src
Code Block svn co https://mware.ucdavis.edu/svn/ucd-sakai/sakai/tags/sakai_2-45-x-HEAD-test-XYZ
Code Block cd sakai_2-45-x-HEAD-test-XYZ
Code Block patches/scripts/apply-patches.pl
Code Block mvn clean maveninstall sakai:deploy
- Next step is to deploy the tag in the staging area
Code Block cd $HOME/config-staging
- Delete any old tag directories
Code Block svn export httpsexporthttps://mware.ucdavis.edu/svn/ucd-sakai/sakai-properties/tags/intg-sakai-2-45-x-HEAD-test-XYZ/sakai.properties
...