synergy-scheduler-manager/packaging
Lisa Zangrando ef0bd4556d Added support for policy.json in packaging process
This commit updates the packaging files for supporting the new
authorization mechanism based on policy.json

Change-Id: I001fba11b9c59ef34a10bf92ab7241f37efd4668
Sem-Ver: feature
2017-08-11 09:02:58 +02:00
..
debian Added support for policy.json in packaging process 2017-08-11 09:02:58 +02:00
docker Update packaging with docker 2017-03-21 14:48:42 +01:00
rpm Added support for policy.json in packaging process 2017-08-11 09:02:58 +02:00
README.md Update synergy scheduler manager packaging 2017-03-20 18:53:57 +01: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.