synergy-scheduler-manager/packaging
Ian Wienand b7289ecf2f Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I61d325e02dbc0fad1c964aedbe6ff861ddd2bdc7
2019-03-24 20:36:13 +00:00
..
debian Replace openstack.org git:// URLs with https:// 2019-03-24 20:36:13 +00:00
docker Update packaging with docker 2017-03-21 14:48:42 +01:00
rpm Realease v2.6.0 2017-09-20 12:32:54 +02:00
README.md Update synergy scheduler manager packaging 2017-03-20 18:53:57 +01:00

README.md

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.