~ce-infrastructure/live-build/lb-sg-2.x

« back to all changes in this revision

Viewing changes to debian/default

  • Committer: Daniel Baumann
  • Date: 2011-03-09 17:18:29 UTC
  • Revision ID: daniel@debian.org-20110309171829-b7tyrxub0nimlo0z
Adding live-helper 1.0~a10-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AUTOBUILD="disabled"
4
4
 
5
 
AUTOBUILD_ARCHITECTURES="`dpkg --print-architecture`"
6
 
AUTOBUILD_DISTRIBUTIONS="sid"
7
 
AUTOBUILD_PACKAGES_LISTS="standard gnome-desktop kde-desktop xfce-desktop"
8
 
AUTOBUILD_OPTIONS="--apt-recommends disabled"
9
 
 
10
 
AUTOBUILD_DATE="`date +%Y%m%d`"
11
 
AUTOBUILD_DESTDIR="/srv/debian-live"
12
 
AUTOBUILD_TEMPDIR="/srv/tmp"
13
 
 
14
 
AUTOBUILD_MIRROR="http://ftp.debian.org/debian/"
15
 
AUTOBUILD_MIRROR_SECURITY="http://security.debian.org/"
 
5
DATE="`date +%Y%m%d`"
 
6
DESTDIR="/srv/debian-live"
 
7
TEMPDIR="/srv/tmp/live-helper"
 
8
 
 
9
OPTIONS="--binary-indices disabled"
 
10
 
 
11
ARCHITECTURES="`dpkg --print-architecture`"
 
12
DISTRIBUTIONS="sid"
 
13
MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
 
14
MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/"
 
15
MIRROR_BINARY="http://ftp.debian.org/debian/"
 
16
MIRROR_BINARY_SECURITY="http://security.debian.org/"
 
17
PACKAGES_LISTS="standard gnome-desktop kde-desktop xfce-desktop"