ervin ba2c862c17 Realease v2.6.0
Synergy scheduler manager updates

Change-Id: Ib0180e7e0d776f4875e21b673bd25727a8dd2af5
2017-09-20 12:32:54 +02:00
..
2017-09-20 12:32:54 +02:00
2017-03-21 14:48:42 +01:00
2017-09-20 12:32:54 +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.