Vincent Llorens c86966c326 Remove versions for required packages
Requirement versions were set in the first place to limit the
buginess. However, after some time it appears that it made more
harm than good, as discussed in:
https://review.openstack.org/#/c/388003/

In this commit we remove the versions for the requirements, except
for the following:
- Nova
- synergy-service

In the future, if a specific dependency version is causing some issue
we should reintroduce the version for this dependency to block the
unstable version.

Sem-Ver: bugfix
Change-Id: If65e670a18a495a5c3f5c08c80b6b1d3abec5747
2016-10-27 11:18:30 +02:00
..
2016-08-22 16:56:35 +02:00
2016-10-27 11:18:30 +02:00

Packaging synergy-scheduler-manager

Using docker

  1. build the image
cd packaging/docker/{ubuntu-14.04,centos7}
docker build -t scheduler-builder-{centos7,ubuntu-14.04} .
  1. run the image
Docker run -i -v /path/to/synergy-scheduler-manager:/tmp/python-synergy-scheduler-manager scheduler-builder-{centos7,ubuntu-14.04}

the deb/rpm will be output in path/to/synergy-scheduler-manager/build