dev-util/drone: remove unused files

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25513
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2022-05-16 08:13:16 +02:00
committed by Conrad Kostecki
parent d989d95d12
commit c8ba6a5256
2 changed files with 0 additions and 33 deletions

View File

@@ -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=

View File

@@ -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"