...
No Format |
---|
bash sakai-cle-artifactmaker.bash 2.8.1 /Users/arwhyte/Development/svn/sakai/branches/2.8.1 |
Update Sakai Maven2 repo
1. Make backup copy of current maven2/org/sakaiproject folder where x.x.x equals the previous Sakai release number. Then untar updated files:
No Format |
---|
sudo tar -xvzf mavenrepo-2.8.1.tgz -C /var/www/html/
|
2. Reset permissions
No Format |
---|
sudo chown -R shared_release:release sakaiproject
|
Download and check samigo audio jar for signature
...
1. Build and deploy the sakai-src archives.
WARNING do not issue clean and install goals or local repo will get wiped prematurely (Sakai maven2 repo has yet to be updated).
No Format |
---|
cd master mvn clean install cd .. mvn -o -Dmaven.test.skip=trueclean install sakai:deploy |
2. Test the sakai-bin archives
...
No Format |
---|
tar -czvf sakai-bin-2.8.1.tgz ECLv2.text common components licenses server shared webapps |
3. Run the demo artifact.
Update Sakai Maven2 repo
1. Make backup copy of current maven2/org/sakaiproject folder where x.x.x equals the previous Sakai release number. Then untar updated files:
No Format |
---|
sudo tar -xvzf mavenrepo-2.8.1.tgz -C /var/www/html/
|
2. Reset permissions
...
Cut release tag from 2.8.1 branch
...