synergy-scheduler-manager/packaging
Vincent Llorens f22afd8f0f Release v2.2.0
Change-Id: Ifcbc9fb361f8d43022355313b043475e8290583e
2016-12-12 13:39:48 +01:00
..
debian Release v2.2.0 2016-12-12 13:39:48 +01:00
docker [packaging] make docker aware of PKG_VERSION 2016-12-08 09:03:14 +00:00
rpm Release v2.2.0 2016-12-12 13:39:48 +01:00
README.md [packaging] make docker aware of PKG_VERSION 2016-12-08 09:03:14 +00:00

README.md

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

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.