* [gentoo-commits] repo/gentoo:master commit in: dev-util/drone/files/
@ 2017-06-23 11:41 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-06-23 11:41 UTC (permalink / raw
To: gentoo-commits
commit: eb5b347df550e1222e93f4fafdcaaec59e2aa8e7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 11:33:26 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 11:33:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5b347d
dev-util/drone: Update init files
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-util/drone/files/drone-agent.initd | 2 +-
dev-util/drone/files/drone.initd | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/drone/files/drone-agent.initd b/dev-util/drone/files/drone-agent.initd
index b231f518fd6..b0e387f0b60 100644
--- a/dev-util/drone/files/drone-agent.initd
+++ b/dev-util/drone/files/drone-agent.initd
@@ -7,7 +7,7 @@ pidfile=${pidfile:-"/run/drone/${SVCNAME}.pid"}
user=${user:-drone}
group=${group:-drone}
-command="/usr/bin/drone agent"
+command="/usr/bin/drone-server agent"
command_background="true"
start_stop_daemon_args="--user ${user} --group ${group} \
--stdout /var/log/drone/${SVCNAME}.log \
diff --git a/dev-util/drone/files/drone.initd b/dev-util/drone/files/drone.initd
index 0840db86bf9..1e98dc1ee95 100644
--- a/dev-util/drone/files/drone.initd
+++ b/dev-util/drone/files/drone.initd
@@ -7,7 +7,7 @@ pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
user=${user:-${SVCNAME}}
group=${group:-${SVCNAME}}
-command="/usr/bin/drone server"
+command="/usr/bin/drone-server server"
command_background="true"
start_stop_daemon_args="--user ${user} --group ${group} \
--stdout /var/log/${SVCNAME}/${SVCNAME}.log \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/drone/files/
@ 2017-09-14 12:37 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-09-14 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 7fb5b81dc63aa738d7307c59a2d9bd328375c1fe
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 12:26:35 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 12:33:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb5b81d
dev-util/drone: Fixup initscripts
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-util/drone/files/drone-agent.initd | 4 ----
dev-util/drone/files/drone-server.initd | 4 ----
dev-util/drone/files/drone.initd | 4 ----
3 files changed, 12 deletions(-)
diff --git a/dev-util/drone/files/drone-agent.initd b/dev-util/drone/files/drone-agent.initd
index 16bd320fd2e..d14b11f80d3 100644
--- a/dev-util/drone/files/drone-agent.initd
+++ b/dev-util/drone/files/drone-agent.initd
@@ -12,7 +12,3 @@ command_background="true"
start_stop_daemon_args="--user ${user} --group ${group} \
--stdout /var/log/drone/${SVCNAME}.log \
--stderr /var/log/drone/${SVCNAME}.log"
-
-start_pre() {
- checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
-}
diff --git a/dev-util/drone/files/drone-server.initd b/dev-util/drone/files/drone-server.initd
index db2ae65a8bb..fe87c713db9 100644
--- a/dev-util/drone/files/drone-server.initd
+++ b/dev-util/drone/files/drone-server.initd
@@ -12,7 +12,3 @@ command_background="true"
start_stop_daemon_args="--user ${user} --group ${group} \
--stdout /var/log/${SVCNAME}/${SVCNAME}.log \
--stderr /var/log/${SVCNAME}/${SVCNAME}.log"
-
-start_pre() {
- checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
-}
diff --git a/dev-util/drone/files/drone.initd b/dev-util/drone/files/drone.initd
index 1e98dc1ee95..a7219c7d761 100644
--- a/dev-util/drone/files/drone.initd
+++ b/dev-util/drone/files/drone.initd
@@ -12,7 +12,3 @@ command_background="true"
start_stop_daemon_args="--user ${user} --group ${group} \
--stdout /var/log/${SVCNAME}/${SVCNAME}.log \
--stderr /var/log/${SVCNAME}/${SVCNAME}.log"
-
-start_pre() {
- checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/drone/files/
@ 2019-03-04 3:14 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-03-04 3:14 UTC (permalink / raw
To: gentoo-commits
commit: b4647cf0f63ce30ddb4fb786a3f77af6b8f6abda
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 1 17:54:12 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 03:12:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4647cf0
dev-util/drone: remove unused files
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11201
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/drone/files/drone.confd | 47 ----------------------------------------
dev-util/drone/files/drone.initd | 14 ------------
2 files changed, 61 deletions(-)
diff --git a/dev-util/drone/files/drone.confd b/dev-util/drone/files/drone.confd
deleted file mode 100644
index 3d4fd461402..00000000000
--- a/dev-util/drone/files/drone.confd
+++ /dev/null
@@ -1,47 +0,0 @@
-# arguments for drone
-# See also http://readme.drone.io/admin/installation-reference/
-#DRONE_SECRET=
-#DRONE_DEBUG=false
-#DRONE_SERVER_CERT=
-#DRONE_SERVER_KEY=
-#DRONE_ADMIN=
-#DRONE_ORGS=
-#DRONE_OPEN=false
-#DRONE_YAML=.drone.yml
-#DRONE_CACHE_TTY=15m
-DRONE_DATABASE_DRIVER=sqlite3
-DRONE_DATABASE_DATASOURCE="/var/lib/drone/drone.sqlite"
-DRONE_GITHUB=true
-#DRONE_GITHUB_URL=https://github.com
-#DRONE_GITHUB_CLIENT=
-#DRONE_GITHUB_SECRET=
-#DRONE_GITHUB_SCOPE=
-#DRONE_GITHUB_GIT_USERNAME=
-#DRONE_GITHUB_GIT_PASSWORD=
-#DRONE_GITHUB_PRIVATE_MODE=false
-#DRONE_GITHUB_MERGE_REF=true
-#DRONE_GITHUB_CONTEXT=continuous-integration/drone
-#DRONE_GITHUB_SKIP_VERIFY=false
-#DRONE_GOGS=false
-#DRONE_GOGS_URL=
-#DRONE_GOGS_GIT_USERNAME=
-#DRONE_GOGS_GIT_PASSWORD=
-#DRONE_GOGS_PRIVATE_MODE=
-#DRONE_GOGS_SKIP_VERIFY=false
-#DRONE_BITBUCKET=false
-#DRONE_BITBUCKET_CLIENT=
-#DRONE_BITBUCKET_SECRET=
-#DRONE_STASH=false
-#DRONE_STASH_URL=
-#DRONE_STASH_CONSUMER_KEY=
-#DRONE_STASH_CONSUMER_RSA=
-#DRONE_STASH_GIT_USERNAME=
-#DRONE_STASH_GIT_PASSWORD=
-#DRONE_GITLAB=false
-#DRONE_GITLAB_URL=https://gitlab.com
-#DRONE_GITLAB_CLIENT=
-#DRONE_GITLAB_SECRET=
-#DRONE_GITLAB_GIT_USERNAME=
-#DRONE_GITLAB_GIT_PASSWORD=
-#DRONE_GITLAB_SKIP_VERIFY=false
-#DRONE_GITLAB_PRIVATE_MODE=false
diff --git a/dev-util/drone/files/drone.initd b/dev-util/drone/files/drone.initd
deleted file mode 100644
index a7219c7d761..00000000000
--- a/dev-util/drone/files/drone.initd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2016-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="Drone CI"
-pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
-user=${user:-${SVCNAME}}
-group=${group:-${SVCNAME}}
-
-command="/usr/bin/drone-server server"
-command_background="true"
-start_stop_daemon_args="--user ${user} --group ${group} \
- --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
- --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/drone/files/
@ 2022-05-23 11:58 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2022-05-23 11:58 UTC (permalink / raw
To: gentoo-commits
commit: c8ba6a52560b015c5a4d138bd36f6096ec4dc319
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 16 06:13:16 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon May 23 11:58:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ba6a52
dev-util/drone: remove unused files
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25513
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-util/drone/files/drone-agent.confd | 19 -------------------
dev-util/drone/files/drone-agent.initd | 14 --------------
2 files changed, 33 deletions(-)
diff --git a/dev-util/drone/files/drone-agent.confd b/dev-util/drone/files/drone-agent.confd
deleted file mode 100644
index bfe82b16c756..000000000000
--- a/dev-util/drone/files/drone-agent.confd
+++ /dev/null
@@ -1,19 +0,0 @@
-# arguments for drone-agent
-# See also http://readme.drone.io/admin/installation-reference/
-#DRONE_SERVER=
-#DRONE_SECRET=
-#DRONE_DEBUG=false
-#DRONE_BACKOFF=15s
-#DRONE_TIMEOUT=15m
-#DRONE_MAX_LOGS=5
-#DRONE_PLUGIN_PULL=true
-#DRONE_PLUGIN_PRIVILEGED
-#DOCKER_HOST
-#DOCKER_TLS_VERIFY
-#DOCKER_CERT_PATH
-#DOCKER_MAX_PROCS=2
-#DOCKER_OS=linux
-#DOCKER_ARCH=amd64
-#HTTP_PROXY=
-#HTTPS_PROXY=
-#NO_PROXY=
diff --git a/dev-util/drone/files/drone-agent.initd b/dev-util/drone/files/drone-agent.initd
deleted file mode 100644
index d14b11f80d33..000000000000
--- a/dev-util/drone/files/drone-agent.initd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="Drone CI Agent"
-pidfile=${pidfile:-"/run/drone/${SVCNAME}.pid"}
-user=${user:-drone}
-group=${group:-drone}
-
-command="/usr/bin/drone-agent"
-command_background="true"
-start_stop_daemon_args="--user ${user} --group ${group} \
- --stdout /var/log/drone/${SVCNAME}.log \
- --stderr /var/log/drone/${SVCNAME}.log"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-05-23 11:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-util/drone/files/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2022-05-23 11:58 Conrad Kostecki
2019-03-04 3:14 Aaron Bauman
2017-06-23 11:41 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox