summaryrefslogtreecommitdiff
path: root/cgi/default
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-07 11:49:29 +0100
committerDaniel Baumann <daniel@debian.org>2010-03-07 11:49:29 +0100
commit1db2027d556397b06d4ce9d61a3074ddedc878c7 (patch)
tree8b40ea5ad0eff4c827c6bf1cb91196d2ddf302ef /cgi/default
parent9cfc9a8a70934e87f178942bf59051bb8cf2cc9c (diff)
downloadvyos-live-build-1db2027d556397b06d4ce9d61a3074ddedc878c7.tar.gz
vyos-live-build-1db2027d556397b06d4ce9d61a3074ddedc878c7.zip
Merging live-webhelper.
Diffstat (limited to 'cgi/default')
-rw-r--r--cgi/default18
1 files changed, 18 insertions, 0 deletions
diff --git a/cgi/default b/cgi/default
new file mode 100644
index 000000000..f2403bd6a
--- /dev/null
+++ b/cgi/default
@@ -0,0 +1,18 @@
+# Defaults for /etc/cron.daily/live-webhelper
+
+_WEBBUILD="disabled"
+
+_MODE="debian-official"
+
+_DEBUG="disabled"
+
+_DESTDIR="/srv/debian-live/www/webhelper"
+_TEMPLATES="/usr/share/live-webhelper/templates/${_MODE}"
+_TEMPDIR="/srv/tmp/live-webhelper"
+
+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/webhelper"