Ordering of repo sources

This commit is contained in:
Bob Mottram 2016-08-13 10:43:23 +01:00
parent e07c8eb2a5
commit 426c259452
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 8 additions and 10 deletions

View File

@ -690,13 +690,6 @@ function configure_user_interface {
return
fi
if [ ! $DEBIAN_REPO ]; then
DEBIAN_REPO='ftp.de.debian.org'
fi
if [ ! $DEBIAN_VERSION ]; then
DEBIAN_VERSION='jessie'
fi
# desktop
chroot "$rootdir" apt-get -y install mate-desktop-environment
@ -834,10 +827,18 @@ case "$MACHINE" in
;;
esac
if [ ! $DEBIAN_REPO ]; then
DEBIAN_REPO='ftp.de.debian.org'
fi
if [ ! $DEBIAN_VERSION ]; then
DEBIAN_VERSION='jessie'
fi
set_apt_sources $BUILD_MIRROR
chroot "$rootdir" apt-get clean
chroot "$rootdir" rm -rf /var/lib/apt/lists/*
chroot "$rootdir" apt-get clean
set_apt_sources $MIRROR
configure_backports
configure_contrib_repo
chroot "$rootdir" apt-get update
@ -914,9 +915,6 @@ if $use_eatmydata ; then
disable_eatmydata_override
fi
set_apt_sources $MIRROR
chroot "$rootdir" apt-get update
configure_ssh
configure_networking
admin_user_sudo