mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Conrad Kostecki
parent
d989d95d12
commit
c8ba6a5256
@@ -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=
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user