aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
Commit message (Expand)AuthorAgeFilesLines
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-16/+16
* release.py: use Python 2.7 for sphinx-buildW. Trevor King2012-11-121-1/+2
* release.py: build HTML docs when cutting releasesW. Trevor King2012-11-121-0/+7
* release.py: strip trailing whitespace from ChangeLog.W. Trevor King2012-10-251-3/+7
* release.py: sign tags when cutting releases.W. Trevor King2012-10-251-1/+1
* release.py: use current Python executable for ./be invocationW. Trevor King2012-10-251-1/+1
* release.py: pull main code into main().W. Trevor King2012-10-251-3/+7
* release.py: remove dependency on deprecated libbe.subproc.PipeW. Trevor King2012-10-251-4/+5
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Add update-copyright as a submodule and update release.py accordingly.W. Trevor King2012-02-161-1/+9
* Fix release.py to allow uncommented initial _VERSION.W. Trevor King2012-02-161-1/+1
* Modify release.py for external update-copyright.py.W. Trevor King2012-02-161-4/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Update release.py to generate .be/id-cache and remove update_copyright.py.W. Trevor King2010-12-061-0/+10
* Simpler undo message in release.py's help.W. Trevor King2010-10-211-3/+3
* release.set_vcs_name() now adjusts any vcs settings in the exported .be/.W. Trevor King2010-10-211-8/+15
* Ensure target_dir has trailing separator in release.export().W. Trevor King2010-10-211-0/+2
* Rename tag -> _tag in release.py to avoid collision with tag() function.W. Trevor King2010-10-211-6/+6
* Add `-a` option to `git commit` call in release.py.W. Trevor King2010-10-211-1/+1
* Use invoke() instead of Pipe() to run single commands in release.py.W. Trevor King2010-10-211-23/+15
* Updating copyright info in release.py can take a while. Let the user know.W. Trevor King2010-10-211-0/+1
* Simpler (and faster) ChangeLog format in release.py.W. Trevor King2010-10-211-16/+5
* Update release.py for use with git-versioned BE.W. Trevor King2010-10-211-28/+53
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Broke subprocess handling out into its own submodule libbe.subproc.W. Trevor King2009-11-201-4/+4
* Have release.py update copyrights as well.W. Trevor King2009-11-201-2/+4
* Added release.py script automating release processW. Trevor King2009-11-201-0/+159