diff --git a/env/debian-7-32bit/build-zip.sh b/env/debian-7-32bit/build-zip.sh index 2be9123..ade8fd1 100755 --- a/env/debian-7-32bit/build-zip.sh +++ b/env/debian-7-32bit/build-zip.sh @@ -5,7 +5,7 @@ set -e arch=i386 suite=wheezy chroot_dir="/var/chroot/$suite" -apt_mirror="http://ftp.de.debian.org/debian/" +apt_mirror="http://archive.debian.org/debian/" SCRIPT_DIR=$(cd `dirname "$0"`; pwd) BASE_DIR=`dirname "$SCRIPT_DIR"` @@ -20,8 +20,8 @@ debootstrap --arch $arch $suite $chroot_dir $apt_mirror cat < $chroot_dir/etc/apt/sources.list deb $apt_mirror $suite main -deb $apt_mirror $suite-updates main -deb http://security.debian.org/ $suite/updates main +#deb $apt_mirror $suite-updates main +#deb http://security.debian.org/ $suite/updates main EOF chroot $chroot_dir apt-get update diff --git a/env/debian-7-32bit/files/sources.list b/env/debian-7-32bit/files/sources.list index 72b2518..98534ac 100644 --- a/env/debian-7-32bit/files/sources.list +++ b/env/debian-7-32bit/files/sources.list @@ -1,3 +1 @@ -deb http://ftp.de.debian.org/debian/ wheezy main -deb http://ftp.de.debian.org/debian/ wheezy-updates main -deb http://security.debian.org/ wheezy/updates main +deb http://archive.debian.org/debian/ wheezy main diff --git a/env/debian-7-64bit/build-zip.sh b/env/debian-7-64bit/build-zip.sh index ad5e48e..b3c3b81 100755 --- a/env/debian-7-64bit/build-zip.sh +++ b/env/debian-7-64bit/build-zip.sh @@ -5,7 +5,7 @@ set -e arch=amd64 suite=wheezy chroot_dir="/var/chroot/$suite" -apt_mirror="http://ftp.de.debian.org/debian/" +apt_mirror="http://archive.debian.org/debian/" SCRIPT_DIR=$(cd `dirname "$0"`; pwd) BASE_DIR=`dirname "$SCRIPT_DIR"` @@ -20,8 +20,8 @@ debootstrap --arch $arch $suite $chroot_dir $apt_mirror cat < $chroot_dir/etc/apt/sources.list deb $apt_mirror $suite main -deb $apt_mirror $suite-updates main -deb http://security.debian.org/ $suite/updates main +#deb $apt_mirror $suite-updates main +#deb http://security.debian.org/ $suite/updates main EOF chroot $chroot_dir apt-get update diff --git a/env/debian-7-64bit/files/sources.list b/env/debian-7-64bit/files/sources.list index 72b2518..98534ac 100644 --- a/env/debian-7-64bit/files/sources.list +++ b/env/debian-7-64bit/files/sources.list @@ -1,3 +1 @@ -deb http://ftp.de.debian.org/debian/ wheezy main -deb http://ftp.de.debian.org/debian/ wheezy-updates main -deb http://security.debian.org/ wheezy/updates main +deb http://archive.debian.org/debian/ wheezy main diff --git a/readme b/readme index ba5bf2b..0568bde 100644 --- a/readme +++ b/readme @@ -36,14 +36,11 @@ download virtual environment: build virtual environment: if you does not want to download os images you can build it - Impotant: - Debian project does not support Debian 7 (wheezy) anymore - so you need to find an active hosting of Debian 7 packages - enter valid url into files: - env/debian-7-32bit/files/sources.list - env/debian-7-64bit/files/sources.list - env/debian-7-32bit/build-zip.sh into variable apt_mirror - env/debian-7-64bit/build-zip.sh into variable apt_mirror + before begin you may configure debian mirror in files: + env/debian-7-32bit/files/sources.list + env/debian-7-64bit/files/sources.list + env/debian-7-32bit/build-zip.sh into variable apt_mirror + env/debian-7-64bit/build-zip.sh into variable apt_mirror here you still can download a base debian images from: https://coolbug.org/downloads/builder-images/debian-wheezy-i386.zip