Software Release/Installation


Information relating to releasing new versions of BC Lab software, especially for installation on our production servers

Pre-Release Checklist

Procedure 1. Release Procedure

  1. Tag the software with a suitable “pre-release” tag (eg, “prerelease-3”). This will allow you to continue working on the program if you wish without affecting the version that will be installed.

  2. Email ... and CC to the project coordinator for your group (either Dawei or Wolfram).

  3. When time allows, a system administrator will attempt to install the software by following the relevant section of the README file.

  4. The system administrator will attempt to preserve the previous (installed) version (configuration, files etc.) in case the installation fails. If the installation fails for some reason, the system administrator will roll-back to this previous version. The administrator will then email the software developer. At this point, the administrator and developer may need to agree to meet to try and resolve the problem efficiently.

  5. Upon successful installation, the administrator will reply to the original email confirming the installation. The developer should check the installation and if satisifed, must tag the software in the repository. A final email should be sent to the system administrator verifying successful installation and containing the name used for the tag (eg “release-3”).

  6. The system administrator will create a branch based on the tag and commit all configuration changes made in installing the software to this branch. Beyond the initial install of a package, this branch will serve as the base point for updating installed software preventing the administrator from having to do the same configuration steps over and over again and making it easier to keep the installed version and latest version of a given package in sync.