enter proper aptsources independent on mirror used at build time
This commit is contained in:
parent
3db811d1ac
commit
a0aa4e80f0
2 changed files with 16 additions and 8 deletions
|
@ -5,7 +5,7 @@ cleanup=true
|
||||||
unpack=true
|
unpack=true
|
||||||
noauth=true
|
noauth=true
|
||||||
bootstrap=Debian_bootstrap Debian_unreleased
|
bootstrap=Debian_bootstrap Debian_unreleased
|
||||||
aptsources=Debian
|
aptsources=Debian_apt Debian_apt_unreleased
|
||||||
allowrecommends=false
|
allowrecommends=false
|
||||||
addimportant=false
|
addimportant=false
|
||||||
|
|
||||||
|
@ -21,8 +21,12 @@ source=$MIRROR
|
||||||
suite=unreleased
|
suite=unreleased
|
||||||
omitdebsrc=true
|
omitdebsrc=true
|
||||||
|
|
||||||
[Debian]
|
[Debian_apt]
|
||||||
source=$MIRROR
|
source=http://ftp.debian-ports.org/debian
|
||||||
keyring=debian-archive-keyring
|
|
||||||
suite=$SUITE
|
suite=$SUITE
|
||||||
omitdebsrc=true
|
omitdebsrc=true
|
||||||
|
|
||||||
|
[Debian_apt_unreleased]
|
||||||
|
source=http://ftp.debian-ports.org/debian
|
||||||
|
suite=unreleased
|
||||||
|
omitdebsrc=true
|
||||||
|
|
|
@ -5,7 +5,7 @@ cleanup=true
|
||||||
unpack=true
|
unpack=true
|
||||||
noauth=true
|
noauth=true
|
||||||
bootstrap=Debian_bootstrap Debian_unreleased
|
bootstrap=Debian_bootstrap Debian_unreleased
|
||||||
aptsources=Debian
|
aptsources=Debian_apt Debian_apt_unreleased
|
||||||
allowrecommends=false
|
allowrecommends=false
|
||||||
addimportant=false
|
addimportant=false
|
||||||
|
|
||||||
|
@ -21,8 +21,12 @@ source=$MIRROR
|
||||||
suite=unreleased
|
suite=unreleased
|
||||||
omitdebsrc=true
|
omitdebsrc=true
|
||||||
|
|
||||||
[Debian]
|
[Debian_apt]
|
||||||
source=$MIRROR
|
source=http://ftp.debian-ports.org/debian
|
||||||
keyring=debian-archive-keyring
|
|
||||||
suite=$SUITE
|
suite=$SUITE
|
||||||
omitdebsrc=true
|
omitdebsrc=true
|
||||||
|
|
||||||
|
[Debian_apt_unreleased]
|
||||||
|
source=http://ftp.debian-ports.org/debian
|
||||||
|
suite=unreleased
|
||||||
|
omitdebsrc=true
|
||||||
|
|
Loading…
Reference in a new issue