Vincent Llorens e4d9840645 Release 2.5.1
Synergy:
- fix small typo preventing it from running

Packaging:
- RPM: more specific python dependencies, to make it easier to install
  on CentOS 7
- update python-ova dependency to Newton (v14)
- update synergy-service dependency to 1.5

Change-Id: I7c583805cf60298a2af2c032cacc55affcabf474
2017-08-23 11:16:57 +02:00
..
2017-08-23 11:16:57 +02:00
2017-03-21 14:48:42 +01:00
2017-08-23 11:16:57 +02:00

Packaging synergy-scheduler-manager

Using docker

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

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

You can override the package version that will be set during the packaging process by adding -e "PKG_VERSION=x.y.z" to the above command line. Otherwise, the package version will be set to the latest git tag.