Project

General

Profile

Actions

Release Procedure

  1. Update version number in following places:
    • xboa/__init__.py
  2. Update release notes
  3. Run the tests python setup.py install; python test/XBOATest.py
  4. Build the documentation doxygen doc/Doxyfile
    • fix any errors or warnings
  5. Run pylint and wince
  6. Run MAUS_xboa_rogers test; check that the xboa tests pass at least
  7. python setup.py sdist
  8. Move everything to heplnv156.pp.rl.ac.uk:/www/analysis/xboa
    • cd dist; md5sum xboa-<ver>.tar.gz xboa-<ver>.tar.gz
    • cp -r ../doc/html ./doc/
    • tar -czf doc.tar.gz doc
    • scp xboa-<ver>.tar.gz xboa-<ver>.tar.gz doc.tar.gz heplnv156.pp.rl.ac.uk:/www/analysis/xboa/xboa->ver>
    • Edit /www/analysis/xboa/index.html
  9. Move tarball to sourceforge

Updated by Rogers, Chris over 8 years ago ยท 9 revisions