Menu

TplsReleasing

How to release a version of TPLS

Change into trunk:

> cd trunk/tpls

Check that TPLS builds:

> make archer

Run unit tests:

> ./tpls_tests

Clean temporary files:

> make clean

Rebuild:

> make archer

ZIP up TPLS, where X.Y.Z is the desired version number:

> cd ../..
> tar --exclude=.svn -zcvf tpls-X.Y.Z.tar.gz tpls

Create a tag in Subversion:

> svn copy http://svn.code.sf.net/p/tpls/code/trunk/tpls/trunk \
           http://svn.code.sf.net/p/tpls/code/tags/tpls-X.Y.Z \
           -m "TPLS release X.Y.Z tag"

Related

Wiki: Home