diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 12:13:10 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | adfd5f9c2a05b8778604f89c1f51f755e34561dd (patch) | |
tree | 9a44e368bc9395bb84a0e56257c852ed23456a40 /cgi/default | |
parent | cbef9a5a0aa68d46b6a707e3a77dd940ff24bb50 (diff) | |
download | live-build-adfd5f9c2a05b8778604f89c1f51f755e34561dd.zip live-build-adfd5f9c2a05b8778604f89c1f51f755e34561dd.tar.gz |
Updating filesystem pathes in cgi.
Diffstat (limited to 'cgi/default')
-rw-r--r-- | cgi/default | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cgi/default b/cgi/default index f2403bd..8e08435 100644 --- a/cgi/default +++ b/cgi/default @@ -1,4 +1,4 @@ -# Defaults for /etc/cron.daily/live-webhelper +# Defaults for /etc/cron.daily/live-helper.cgi _WEBBUILD="disabled" @@ -6,13 +6,13 @@ _MODE="debian-official" _DEBUG="disabled" -_DESTDIR="/srv/debian-live/www/webhelper" -_TEMPLATES="/usr/share/live-webhelper/templates/${_MODE}" -_TEMPDIR="/srv/tmp/live-webhelper" +_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/webhelper" +_SERVER="http://live.debian.net/build" |