7 Commits

Author SHA1 Message Date
Fausto Marzi
4f2f9bd060 Align requirements and version to Mitaka
Change-Id: I3ff73f4dff44799f67e7aa8478b2ffb798ffdd7c
2016-01-18 18:30:14 +00:00
Erno Kuvaja
3c79e9d07c Fix versions for Liberty
Change-Id: I6bcd9b1d3462ccf9b35119c571ec57d9aa548578
2015-11-17 15:23:44 +00:00
Fausto Marzi
3e3f6f9d6d Fix bug on setup.cfg after bin removal
This patch fix a bug freezer build as the binaries are
not anymore available.

Change-Id: I70296510212d7703de14d52a209c6b69063aadc0
2015-11-05 15:59:51 +00:00
Fausto Marzi
94e1c6ea4a Improved freezerc and freezer-agent script management
With this patch the scripts are generated by automatically
only from setuptools. The /bin/freezerc script is removed
and the content is incorporated in freezer.main

This patch should make more portable freezer on
win32 platform.

Unfortunately in order to support win32 platforms
we need to use a version of PBR >= 1.0.0,
to support env markers. Now requirements.txt reflects that

Change-Id: I31a4a13711f8c042072e3cc8785078fdbb971cb7
2015-10-29 14:35:55 +00:00
Fausto Marzi
341584f038 Fixed bug on requierments and deps
For some reason PBR wasn't installing the
packages listed in requirements.txt. By adding
explicitly the pbr version in setup.py and
adding setuptools requirements the issue is fixed.

Change-Id: Iccb66ae20a7108fe7f359ae656ed11c4e5d6f7a0
2015-10-29 14:27:12 +00:00
Fausto Marzi
f191cceded Fixed bug on setup.cfg and added author and changelog
There was a bug in the setup.cfg after switching to PBR.

Also the AUTHOR and Changelog are added.

Change-Id: I3d1f0c442218b0e300e88bc3bb6fdd5602434c57
2015-10-19 21:43:46 +01:00
Fausto Marzi
0daf5887eb Switching to PBR in freezer
Freezer now uses pbr so to be aligned to the other
openstack projects.

Implements blueprint: switch-to-pbr

Change-Id: I67ffe7cf23b857f7d81420586361dcd708f0fc21
2015-10-16 16:46:18 +01:00