summaryrefslogtreecommitdiff
path: root/cgi/default
blob: 8e08435dd9efdd33a3ae0f869ee170aa5de9513b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Defaults for /etc/cron.daily/live-helper.cgi

_WEBBUILD="disabled"

_MODE="debian-official"

_DEBUG="disabled"

_DESTDIR="/srv/debian-live/build/www"
_TEMPLATES="/usr/share/live-helper/templates/cgi/${_MODE}"
_TEMPDIR="/srv/debian-live/build/tmp"

LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
LH_MIRROR_BOOTSTRAP_SECURITY="http://ftp.de.debian.org/debian-security/"
LH_MIRROR_BINARY="http://ftp.debian.org/debian/"
LH_MIRROR_BINARY_SECURITY="http://security.debian.org/"

_SERVER="http://live.debian.net/build"