diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:09 +0200 |
commit | f0712b2f79ae4a23146a088624fe48aed7c02cca (patch) | |
tree | d7facbbbf53b1a5bc0fa92f671f5b1e29a7e3200 /debian/default | |
parent | afe37cce9356e0284db08134781e3a0da375c35d (diff) | |
download | vyos-live-build-f0712b2f79ae4a23146a088624fe48aed7c02cca.tar.gz vyos-live-build-f0712b2f79ae4a23146a088624fe48aed7c02cca.zip |
Adding live-helper 1.0~a10-1.
Diffstat (limited to 'debian/default')
-rw-r--r-- | debian/default | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/debian/default b/debian/default index 5d26a7214..8aebe5a2f 100644 --- a/debian/default +++ b/debian/default @@ -2,14 +2,16 @@ AUTOBUILD="disabled" -AUTOBUILD_ARCHITECTURES="`dpkg --print-architecture`" -AUTOBUILD_DISTRIBUTIONS="sid" -AUTOBUILD_PACKAGES_LISTS="standard gnome-desktop kde-desktop xfce-desktop" -AUTOBUILD_OPTIONS="--apt-recommends disabled" +DATE="`date +%Y%m%d`" +DESTDIR="/srv/debian-live" +TEMPDIR="/srv/tmp/live-helper" -AUTOBUILD_DATE="`date +%Y%m%d`" -AUTOBUILD_DESTDIR="/srv/debian-live" -AUTOBUILD_TEMPDIR="/srv/tmp" +OPTIONS="--binary-indices disabled" -AUTOBUILD_MIRROR="http://ftp.debian.org/debian/" -AUTOBUILD_MIRROR_SECURITY="http://security.debian.org/" +ARCHITECTURES="`dpkg --print-architecture`" +DISTRIBUTIONS="sid" +MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" +MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/" +MIRROR_BINARY="http://ftp.debian.org/debian/" +MIRROR_BINARY_SECURITY="http://security.debian.org/" +PACKAGES_LISTS="standard gnome-desktop kde-desktop xfce-desktop" |