
Update the required version of synergy-scheduler-manager Change-Id: I7eb35a6acd96ce29d748a0b68a82dd42717cd80f Depends-On: I03bbb3d795a8e771ee5a35a085078cc8301f8208
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.