Project

General

Profile

Task #1973

Updated by Junxiao Shi over 9 years ago

Automate tarball creation as a build target. 

 `./waf dist` should generate a tarball that contains all source code including git submodules.   
 During tarball creation, the version number (obtained from `git describe --always`) should be saved to `VERSION` file. 

 An automated process `wscript` should create be changed to take `VERSION` file contents as version number when building from a tarball as described above for each tagged release, and upload to named-data.net website. (`git describe --always` is unavailable).

Back