tree: 71fad15502b6344d8972dc3fa713c5e805b0c14f [path history] [tgz]
  1. .gitignore
  2. README.md
  3. release_cmds.sh
  4. release_manager.profile
release/README.md

Scripts to help release Quickstep

Preqs

You must fill out release_manager.profile first.

You'll need:

  • md5sum
  • shasum
  • svn
  • gpg
  • tar
  • gzip

This is of course in addition to the regular build tools.

Usage Overview

# Test a candidate
./release_cmds.sh test

# Create candidate artifacts
./release_cmds.sh create

# Publish candidate artifacts (after you've created them)
./release_cmds.sh publish
  • A full guide to releases can be found on confluence.
  • PGP key generation is discussed here