![Ian Wienand](/assets/img/avatar_default.png)
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
Packaging synergy-scheduler-manager
Using docker
- build the image
cd packaging/docker/{ubuntu-16.04,centos7}
docker build -t scheduler-builder-{centos7,ubuntu-16.04} .
- 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.