Removing workaround for #657560 where we had to temporarily include bzip2 into the bootstrapped chroot to avoid sids apt failing on mirrors with bzip2 indices only.

This commit is contained in:
Daniel Baumann 2012-10-26 10:58:48 +02:00
parent 9a33f681fa
commit 2eaa6eeb71
2 changed files with 0 additions and 6 deletions

View File

@ -60,9 +60,6 @@ Create_lockfile .lock
# Creating chroot directory
mkdir -p chroot
# Temporarily including bzip2 manually until #657560 has been fixed in unstable
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --include=bzip2"
# Setting cdebootstrap options
if [ -n "${LB_ARCHITECTURES}" ]
then

View File

@ -60,9 +60,6 @@ Create_lockfile .lock
# Creating chroot directory
mkdir -p chroot
# Temporarily including bzip2 manually until #657560 has been fixed in unstable
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --include=bzip2"
# Setting debootstrap options
if [ -n "${LB_ARCHITECTURES}" ]
then