Menu

Tree [r224] / tools /
 History

HTTPS access


File Date Author Commit
 README 2008-10-06 glynos [r100] Added useful tools for managing releases.
 create_packages_from_docs.py 2008-10-20 glynos [r113] Updated release tools.
 create_packages_from_release.py 2008-10-06 glynos [r100] Added useful tools for managing releases.
 generate_docs.py 2008-10-20 glynos [r113] Updated release tools.
 tag_release_from_trunk.py 2008-10-20 glynos [r113] Updated release tools.

Read Me

This directory three scripts which can be useful for managing releases.

* tag_release_from_trunk.py
  Once the release manager is happy that trunk is stable and
  a release can be created, they can run this script which simply
  copies trunk to a new url.

* create_packages_from_release.py
  Once the release has been tagged, this script will checkout the files
  from the repository and create three archive files (cpp-netlib.tar.gz,
  cpp-netlib.tar.bz2 and cpp-netlib.zip). These can be published online
  at sourceforge.

* generate_docs.py
  This script will generate the HTML docs (using bjam) and will copy the
  resultant HTML files to another directory.  This will help keep the
  on-line docs in synch with the last release.