Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/files/
Date: Tue, 30 Aug 2022 22:57:54
Message-Id: 1661900255.f06c4aceb52c6f744390ac8ec31dd61e7c4d60c2.conikost@gentoo
1 commit: f06c4aceb52c6f744390ac8ec31dd61e7c4d60c2
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Aug 30 17:02:34 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 22:57:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06c4ace
7
8 dev-util/buildbot-worker: remove unused file
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.30 / pkgdev 0.2.1 / pkgcheck 0.10.11
12 Closes: https://github.com/gentoo/gentoo/pull/27073
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-util/buildbot-worker/files/buildbot_worker.service | 12 ------------
16 1 file changed, 12 deletions(-)
17
18 diff --git a/dev-util/buildbot-worker/files/buildbot_worker.service b/dev-util/buildbot-worker/files/buildbot_worker.service
19 deleted file mode 100644
20 index e75a2d51e4f3..000000000000
21 --- a/dev-util/buildbot-worker/files/buildbot_worker.service
22 +++ /dev/null
23 @@ -1,12 +0,0 @@
24 -[Unit]
25 -Description=buildbot worker (slave) instances
26 -After=local-fs.target network.target
27 -
28 -[Service]
29 -Type=forking
30 -User=buildbot
31 -ExecStart=/usr/bin/buildbot_worker start /var/lib/buildbot_worker
32 -ExecStop=/usr/bin/buildbot_worker stop /var/lib/buildbot_worker
33 -
34 -[Install]
35 -WantedBy=multi-user.target