Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add update-copyright as a submodule and update release.py accordingly. | W. Trevor King | 2012-02-16 | 1 | -1/+9 |
| | | | | Also add `**kwargs` to `invoke` so we can specify the environment. | ||||
* | Fix release.py to allow uncommented initial _VERSION. | W. Trevor King | 2012-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | I was in favor of always leaving _VERSION commented in the trunk, since released branches should fork off the trunk: trunkA -> trunkB -> trunkC -> trunkD `-> 1.0.0 `-> 1.1.0 `-> 1.0.1 `-> 1.1.1 But that doesn't seem to have been how things have worked out in BE. In any case, you will need to release on top of a previous release (e.g. 1.0.1 on top of 1.0.0 in my above example), so we cannot depend on an initial comment character before _VERSION. | ||||
* | Modify release.py for external update-copyright.py. | W. Trevor King | 2012-02-16 | 1 | -4/+1 |
| | |||||
* | Ran update-copyright.py. | W. Trevor King | 2012-02-16 | 1 | -10/+10 |
| | |||||
* | Run update_copyright.py. | W. Trevor King | 2011-05-25 | 1 | -1/+2 |
| | |||||
* | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Update release.py to generate .be/id-cache and remove update_copyright.py. | W. Trevor King | 2010-12-06 | 1 | -0/+10 |
| | | | | | | | | | The log output from generating .be/id-cache might confuse new BE users, so we should distribute the bug repo with a pre-built cache. update_copyright.py isn't much use without the Git repo from which it extracts authorship info, so we'll have a cleaner release tarball without it. | ||||
* | Simpler undo message in release.py's help. | W. Trevor King | 2010-10-21 | 1 | -3/+3 |
| | |||||
* | release.set_vcs_name() now adjusts any vcs settings in the exported .be/. | W. Trevor King | 2010-10-21 | 1 | -8/+15 |
| | | | | | Also call remove_makefile_libbe_version_dependencies() on the exported Makefile. | ||||
* | Ensure target_dir has trailing separator in release.export(). | W. Trevor King | 2010-10-21 | 1 | -0/+2 |
| | |||||
* | Rename tag -> _tag in release.py to avoid collision with tag() function. | W. Trevor King | 2010-10-21 | 1 | -6/+6 |
| | |||||
* | Add `-a` option to `git commit` call in release.py. | W. Trevor King | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Use invoke() instead of Pipe() to run single commands in release.py. | W. Trevor King | 2010-10-21 | 1 | -23/+15 |
| | |||||
* | Updating copyright info in release.py can take a while. Let the user know. | W. Trevor King | 2010-10-21 | 1 | -0/+1 |
| | |||||
* | Simpler (and faster) ChangeLog format in release.py. | W. Trevor King | 2010-10-21 | 1 | -16/+5 |
| | |||||
* | Update release.py for use with git-versioned BE. | W. Trevor King | 2010-10-21 | 1 | -28/+53 |
| | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -11/+12 |
| | |||||
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Broke subprocess handling out into its own submodule libbe.subproc. | W. Trevor King | 2009-11-20 | 1 | -4/+4 |
| | |||||
* | Have release.py update copyrights as well. | W. Trevor King | 2009-11-20 | 1 | -2/+4 |
| | |||||
* | Added release.py script automating release process | W. Trevor King | 2009-11-20 | 1 | -0/+159 |