[makebumpver 0/3] Add makebumpver to blivet

David Lehman dlehman at redhat.com
Mon Oct 28 18:09:43 UTC 2013


On Fri, 2013-10-25 at 16:54 -0700, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> Patch #1 updates the version numbers in setup and __init__ which had never been
> updated since we started using x.y.z numbering (this is for blivet rhel7-branch)
> 
> Patch #2 adds a blivet specific version of makebumpver and changes the Makefile
> to use it.
> 
> Patch #3 adds ack checking for the rhel branch.
> 
> I'd like to put all 2,3 on blivet master and 1,2,3 on rhel7-branch.
> 
> I want to add patch 3 (ack checking) to anaconda master and rhel7-branch (it
> applies with a few small changes).

ACK the set

> 
> ack checking can be skipped by passing -s/--skip-acks to makebumpver or setting
> SKIP_ACKS environmental variable while doing make bumpver.
> 
> Brian C. Lane (3):
>   Fix setup and init version numbers
>   Add makebumpver script
>   Add ack flag checking to makebumpver
> 
>  Makefile            |  24 ++-
>  blivet/__init__.py  |   2 +-
>  scripts/makebumpver | 512 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  setup.py            |   2 +-
>  4 files changed, 528 insertions(+), 12 deletions(-)
>  create mode 100755 scripts/makebumpver
> 




More information about the anaconda-patches mailing list