Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

  1. Code Block
    ~/config-staging/tomcatclean.sh
    
  2. Code Block
    cd ~/src
    
  3. Code Block
    svn co https://mware.ucdavis.edu/svn/ucd-sakai/sakai/tags/sakai_2-45-x-HEAD-test-XYZ
    
  4. Code Block
    cd sakai_2-45-x-HEAD-test-XYZ
    
  5. Code Block
    patches/scripts/apply-patches.pl
    
  6. Code Block
    
    mvn clean maveninstall sakai:deploy
    
  • Next step is to deploy the tag in the staging area
  1. Code Block
    cd $HOME/config-staging
    
  2. Delete any old tag directories
  3. Code Block
    svn export httpsexporthttps://mware.ucdavis.edu/svn/ucd-sakai/sakai-properties/tags/intg-sakai-2-45-x-HEAD-test-XYZ/sakai.properties
    

...