Update arch lists to match what's in Jessie
Remove sparc and ia64 Add arm64
This commit is contained in:
parent
3d2e1f7fc2
commit
28d2a67dcf
|
@ -40,7 +40,7 @@ if [ -z "$IMAGETARGET" ] ; then
|
||||||
IMAGETARGET="official_images"
|
IMAGETARGET="official_images"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for ARCHES in i386 amd64 armel armhf ia64 mips mipsel powerpc s390x sparc kfreebsd-amd64 kfreebsd-i386 source
|
for ARCHES in i386 amd64 armel armhf arm64 mips mipsel powerpc s390x kfreebsd-amd64 kfreebsd-i386 source
|
||||||
do
|
do
|
||||||
export ARCHES
|
export ARCHES
|
||||||
echo "Now we're going to build CD for $ARCHES !"
|
echo "Now we're going to build CD for $ARCHES !"
|
||||||
|
|
|
@ -7,6 +7,8 @@ debian-cd (3.1.16) UNRELEASED; urgency=medium
|
||||||
* Update kernel flavours for armhf to just use armmp and armmp-lpae
|
* Update kernel flavours for armhf to just use armmp and armmp-lpae
|
||||||
* Add trivial initial (non-booting) support for arm64, by copying and
|
* Add trivial initial (non-booting) support for arm64, by copying and
|
||||||
extending armhf for now.
|
extending armhf for now.
|
||||||
|
* Update arch lists to match what's in Jessie: remove sparc and ia64,
|
||||||
|
add arm64.
|
||||||
|
|
||||||
[ Philipp Hahn ]
|
[ Philipp Hahn ]
|
||||||
* Fix word-splitting regexp in generate_di_list. Closes: #758512.
|
* Fix word-splitting regexp in generate_di_list. Closes: #758512.
|
||||||
|
|
|
@ -90,7 +90,7 @@ CAPCODE=`perl -e "print ucfirst("$CODENAME")"`
|
||||||
export FIRSTVER CAPCODE
|
export FIRSTVER CAPCODE
|
||||||
|
|
||||||
if [ "$ARCHLIST"x = ""x ] ; then
|
if [ "$ARCHLIST"x = ""x ] ; then
|
||||||
ARCHLIST="armel armhf amd64 i386 ia64 mips mipsel powerpc s390x sparc source kfreebsd-amd64 kfreebsd-i386" # amd64 # all dealt with specially
|
ARCHLIST="arm64 armel armhf amd64 i386 mips mipsel powerpc s390x source kfreebsd-amd64 kfreebsd-i386" # amd64 # all dealt with specially
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export TDIR NONFREE VER MIRROR CODENAME OUT BASEDIR
|
export TDIR NONFREE VER MIRROR CODENAME OUT BASEDIR
|
||||||
|
|
Loading…
Reference in New Issue