Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Preparation work

Create GB2 tag

svn copy https://source.sakaiproject.org/contrib/gradebook2/trunk/ https://source.sakaiproject.org/contrib/gradebook2/tags/1.3.0-b5 -m "NOJIRA : creating 1.3.0-b5 tag"

Create ucd-gradebook-ent tag

Prepare rsmart_2.6.2.13_b5 tag

...

ps -ef | grep sakai| grep java

  • if necessary (killall -9 java)

cd

~/config-staging/setup-sakai-node.sh

...

~/bin/start.sh ; tail -f catalina.out

NOTE: After the deployment, commit the "server/src/java/org/sakaiproject/gradebook/gwt/server/version.xml" in GB2 since it has the correct svn version information after the build. This needs to be committed back to the tag. We do this for folks that build GB2 after an SVN export.

cd src/rsmart_2.6.2.13_b5/src/cle/gradebook2
svn commit -m "NOJIRA : Committing version.xml" server/src/java/org/sakaiproject/gradebook/gwt/server/version.xml