aboutsummaryrefslogtreecommitdiffstats
path: root/maketarball.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move maketarball.sh into devtools/Elrond2012-01-141-178/+0
| | | | Now that there is a devtools directory, use it!
* Removes .pyc files from mgext directory after buildingWill Kahn-Greene2011-08-011-0/+3
|
* Adds release-related bits; fixes arg handlingWill Kahn-Greene2011-07-311-29/+128
| | | | | | | | * fixes arg handling * adds -h support * builds html and texinfo docs and puts them in the right place * puts the resulting tarball and any work done in a tmp/ directory * fixes messages so it tells you what it's doing
* Adds license/copyright header to maketarball.shWill Kahn-Greene2011-07-301-1/+18
|
* Tweaks maketarball.shWill Kahn-Greene2011-07-301-11/+13
| | | | | | | | This tweaks maketarball.sh so that it takes a -d argument which adds the date to the filename and parent directory. Also, this changes maketarball.sh so it requires a rev-ish--no more "by default, grabs master".
* Makes maketarball more resilient to errorsWill Kahn-Greene2011-07-051-0/+10
|
* Adds tarball generation scriptWill Kahn-Greene2011-07-051-0/+47
This just makes it easier to generate tarballs of master and tarballs of releases.