Smartsite-NG special instructions
When staging a release, one needs to follow these instructions to build/setup properties:
~/config-staging/tomcatclean.shcd ~/srcsvn co https://mware.ucdavis.edu/svn/ucd-sakai/sakai/tags/sakai_2-5-x-prod-XYZcd sakai_2-5-x-prod-XYZUncomment SAK-1607 line in patches/patch-list.txt
patches/scripts/apply-patches.plmvn clean install sakai:deploy -P with-jsmath
Next step is to deploy the sakai.properties tag in the staging area
cd $HOME/config-stagingsvn export https://mware.ucdavis.edu/svn/ucd-sakai/sakai-properties/tags/sakai-properties-2-5-x-prod-XYZ/sakai.properties sakai.properties.XYZdiff sakai.properties.XYZ sakai.propertiesHand 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.