aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Also call remove_makefile_libbe_version_dependencies() on the exported Makefile.
* 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