armhf is now in the main archives
This commit is contained in:
parent
827b6140c5
commit
2f9b465ce0
4 changed files with 13 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
||||||
SUITE="sid"
|
SUITE="sid"
|
||||||
ARCH="armhf"
|
ARCH="armhf"
|
||||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
||||||
MIRROR="http://ftp.debian-ports.org/debian"
|
MIRROR="http://cdn.debian.net/debian"
|
||||||
|
|
|
@ -4,29 +4,19 @@ directory=$ROOTDIR
|
||||||
cleanup=true
|
cleanup=true
|
||||||
unpack=true
|
unpack=true
|
||||||
noauth=true
|
noauth=true
|
||||||
bootstrap=Debian_bootstrap Debian_unreleased
|
bootstrap=Debian_bootstrap
|
||||||
aptsources=Debian_apt Debian_apt_unreleased
|
aptsources=Debian
|
||||||
allowrecommends=false
|
allowrecommends=false
|
||||||
addimportant=false
|
addimportant=false
|
||||||
|
|
||||||
[Debian_bootstrap]
|
[Debian_bootstrap]
|
||||||
packages=debian-ports-archive-keyring $PACKAGES
|
|
||||||
source=$MIRROR
|
|
||||||
suite=$SUITE
|
|
||||||
omitdebsrc=true
|
|
||||||
|
|
||||||
[Debian_unreleased]
|
|
||||||
packages=$PACKAGES
|
packages=$PACKAGES
|
||||||
source=$MIRROR
|
source=$MIRROR
|
||||||
suite=unreleased
|
|
||||||
omitdebsrc=true
|
|
||||||
|
|
||||||
[Debian_apt]
|
|
||||||
source=http://ftp.debian-ports.org/debian
|
|
||||||
suite=$SUITE
|
suite=$SUITE
|
||||||
omitdebsrc=true
|
omitdebsrc=true
|
||||||
|
|
||||||
[Debian_apt_unreleased]
|
[Debian]
|
||||||
source=http://ftp.debian-ports.org/debian
|
source=http://cdn.debian.net/debian
|
||||||
suite=unreleased
|
keyring=debian-archive-keyring
|
||||||
|
suite=$SUITE
|
||||||
omitdebsrc=true
|
omitdebsrc=true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SUITE="sid"
|
SUITE="sid"
|
||||||
ARCH="armhf"
|
ARCH="armhf"
|
||||||
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
|
||||||
MIRROR="http://ftp.debian-ports.org/debian"
|
MIRROR="http://cdn.debian.net/debian"
|
||||||
|
|
|
@ -4,29 +4,19 @@ directory=$ROOTDIR
|
||||||
cleanup=true
|
cleanup=true
|
||||||
unpack=true
|
unpack=true
|
||||||
noauth=true
|
noauth=true
|
||||||
bootstrap=Debian_bootstrap Debian_unreleased
|
bootstrap=Debian_bootstrap
|
||||||
aptsources=Debian_apt Debian_apt_unreleased
|
aptsources=Debian_apt
|
||||||
allowrecommends=false
|
allowrecommends=false
|
||||||
addimportant=false
|
addimportant=false
|
||||||
|
|
||||||
[Debian_bootstrap]
|
[Debian_bootstrap]
|
||||||
packages=debian-ports-archive-keyring $PACKAGES
|
|
||||||
source=$MIRROR
|
|
||||||
suite=$SUITE
|
|
||||||
omitdebsrc=true
|
|
||||||
|
|
||||||
[Debian_unreleased]
|
|
||||||
packages=$PACKAGES
|
packages=$PACKAGES
|
||||||
source=$MIRROR
|
source=$MIRROR
|
||||||
suite=unreleased
|
suite=$SUITE
|
||||||
omitdebsrc=true
|
omitdebsrc=true
|
||||||
|
|
||||||
[Debian_apt]
|
[Debian_apt]
|
||||||
source=http://ftp.debian-ports.org/debian
|
source=http://cdn.debian.net/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