summaryrefslogtreecommitdiff
path: root/testing/git/git-daemon.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/git/git-daemon.conf')
-rw-r--r--testing/git/git-daemon.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/git/git-daemon.conf b/testing/git/git-daemon.conf
deleted file mode 100644
index 3f9a12060..000000000
--- a/testing/git/git-daemon.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# path to git repositories served
-GIT_REPO="/srv/git/"
-# see `man git-daemon` for all available options
-# $GIT_REPO will be present twice in most configs
-GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"