diff options
author | Richard Nelson <unixabg@gmail.com> | 2011-12-28 23:00:15 -0600 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2011-12-28 23:00:15 -0600 |
commit | 58ba7df9ad347d3ca895e7e66fd287484b20e7e0 (patch) | |
tree | 5c2de08faa686fa21f38a8e57123442287ce1f4a /cgi/live-build-cgi.default | |
parent | adb3aec7067e2c444a2371f1cb8e36b1b46976cc (diff) | |
download | vyos-live-build-58ba7df9ad347d3ca895e7e66fd287484b20e7e0.tar.gz vyos-live-build-58ba7df9ad347d3ca895e7e66fd287484b20e7e0.zip |
l-b.cgi remove mirror operations which should be handled in /etc/live/build.conf
Diffstat (limited to 'cgi/live-build-cgi.default')
-rw-r--r-- | cgi/live-build-cgi.default | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cgi/live-build-cgi.default b/cgi/live-build-cgi.default index dc304a673..73daa586c 100644 --- a/cgi/live-build-cgi.default +++ b/cgi/live-build-cgi.default @@ -10,8 +10,4 @@ _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" |