diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:14 +0200 |
commit | ca8baa892f082d2da121e597770b5ef6db118f55 (patch) | |
tree | 07b3a64b1b6583c05187e8723410b627c8195391 /cgi/live-build-cgi.default | |
parent | 5b9c2c23df24e75a61cace8e26e36dbff2aae707 (diff) | |
download | vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.tar.gz vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.zip |
Renaming cgi files within the sources to consistently use the name live-build-cgi.
Diffstat (limited to 'cgi/live-build-cgi.default')
-rw-r--r-- | cgi/live-build-cgi.default | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cgi/live-build-cgi.default b/cgi/live-build-cgi.default new file mode 100644 index 000000000..37a879b25 --- /dev/null +++ b/cgi/live-build-cgi.default @@ -0,0 +1,17 @@ +# Defaults for /etc/cron.daily/live-build.cgi + +_WEBBUILD="disabled" + +_MODE="debian-official" + +_DEBUG="disabled" + +_DESTDIR="/srv/debian-live/build/www" +_TEMPLATES="/usr/share/live/build/templates/cgi/${_MODE}" +_TEMPDIR="/srv/debian-live/build/tmp" + +LB_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" +LB_MIRROR_BINARY="http://ftp.debian.org/debian/" +LB_MIRROR_BINARY_SECURITY="http://security.debian.org/" + +_SERVER="http://live.debian.net/build" |