Versions Compared

Key

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

...

  • For all releases, check in on jabber chat thalia-talk .
  • For QA releases, also check in with QA testers in thalia-QA .
  • For production releases,  email asst@mit.edu about the scheduled down time ahead of time so they will not be alarmed when the nagios service fails on Thalia. 

 COMMON STEPSBEFORE STARTING:

1. Make sure all developers have checked in their code.
2. For releases, make sure everyone has closed out their fixed bugs so the release notes are accurate.

 BACK END

Configuring the Build Environment

...

3. Make a clean build of the .war file:

cd thalia-maven/trunkBranches/thaliathalia<ver>-sprint<num>
mvn clean package

It will create or update the target directory and add the file ROOT.war . 

...