mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 00:24:58 +00:00
Add default configuration file for droned.
Also mark configuration file as conffiles.
This commit is contained in:
3
Makefile
3
Makefile
@@ -48,6 +48,7 @@ test:
|
||||
|
||||
install:
|
||||
cp deb/drone/etc/init/drone.conf /etc/init/drone.conf
|
||||
test -f /etc/default/drone || cp deb/drone/etc/default/drone /etc/default/drone
|
||||
cd bin && install -t /usr/local/bin drone
|
||||
cd bin && install -t /usr/local/bin droned
|
||||
mkdir -p /var/lib/drone
|
||||
@@ -75,4 +76,4 @@ dpkg:
|
||||
dpkg-deb --build deb/drone
|
||||
|
||||
run:
|
||||
bin/droned --port=":8080" --datasource="/tmp/drone.sqlite"
|
||||
bin/droned --port=":8080" --datasource="/tmp/drone.sqlite"
|
||||
|
Reference in New Issue
Block a user