When staging a release, one needs to follow these instructions in addition to the normal deployment steps:
~/config-staging/tomcatclean.sh
cd ~/src
svn co https://mware.ucdavis.edu/svn/ucd-sakai/sakai/tags/sakai_2-5-x-prod-XYZ
cd sakai_2-5-x-prod-XYZ
- Uncomment SAK-1607 line in patches/patch-list.txt
patches/scripts/apply-patches.pl
mvn clean install sakai:deploy -P with-jsmath
- Next step is to deploy the sakai.properties tag in the staging area
cd $HOME/config-staging
svn export https://mware.ucdavis.edu/svn/ucd-sakai/sakai-properties/tags/sakai-properties-2-5-x-prod-XYZ/sakai.properties sakai.properties.XYZ
diff sakai.properties.XYZ sakai.properties
- Hand merge to sakai.properties any of the above differences that are not URL related. If there is a URL difference, the URL should remain smartsite-ng, but anything else in there should change.
- Make sure smtp.rewrite.outbound=true and smtp.rewrite.address=smartsiteng@gmail.com are present in the sakai.properties file.