Consolidate RPM and DEB build process

* Add reprepro target
* Use debuild for building deb packages
* Use the same setuptools target for RPM and DEB
* Update rpm and deb changelogs for existing releases
This commit is contained in:
James Laska
2014-10-17 09:01:45 -04:00
parent 103929c9ee
commit bfce078ce4
3 changed files with 146 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
# Copyright (c) 2014 AnsibleWorks, Inc.
# All Rights Reserved.
__version__ = '2.1.0-l'
__version__ = '2.1.0'
import os
import sys