dev-util/buildbot: Added support for multiple service instances when using systemd.
authorMichael Seifert <mseifert@error-reports.org>
Thu, 10 Mar 2016 18:48:49 +0000 (19:48 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 30 Mar 2016 12:03:13 +0000 (12:03 +0000)
commit0462b33e75b5061c6671edc5fabf89b53dd1e09f
tree9dc6c2fa76bdc5d41adb9e7dbd84b8acead6abd8
parent0a098cd5685c2a28030738928c689fc6b338cf10
dev-util/buildbot: Added support for multiple service instances when using systemd.

This commit adds support for starting multiple buildmaster instances using
systemd. A service configuration file allows to specify the filesystem location
of the buildmaster instances. A systemd target allows to start up or shut down
all buildmaster instances at once.

Gentoo-Bug: https://bugs.gentoo.org/570666
Closes: https://github.com/gentoo/gentoo/pull/1027

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-util/buildbot/buildbot-0.8.12-r2.ebuild
dev-util/buildbot/files/buildmaster.target [new file with mode: 0644]
dev-util/buildbot/files/buildmaster_at.service [new file with mode: 0644]
dev-util/buildbot/files/buildmaster_at.service.conf [new file with mode: 0644]