Skip to content

Commit

Permalink
Changed the repository branch used by debootstrap from wheezy to sid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqm committed Feb 8, 2014
1 parent 00d1fa0 commit 4ccbe81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chroot-builder/chrootBuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function buildDebootstrap(){

# [ -d $CHROOT_NAME/debootsrap -o -d $CHROOT_NAME/usr/ ] ||
[ -e $CHROOT_NAME/debootstrap/debootstrap ] || (
sudo debootstrap --verbose --download-only --arch $DEBOOTSTRAP_ARCH --variant=minbase --foreign wheezy $CHROOT_NAME http://ftp.es.debian.org/debian
sudo debootstrap --verbose --arch $DEBOOTSTRAP_ARCH --variant=minbase --foreign wheezy $CHROOT_NAME http://ftp.es.debian.org/debian || true
sudo debootstrap --verbose --download-only --arch $DEBOOTSTRAP_ARCH --variant=minbase --foreign sid $CHROOT_NAME http://ftp.es.debian.org/debian
sudo debootstrap --verbose --arch $DEBOOTSTRAP_ARCH --variant=minbase --foreign sid $CHROOT_NAME http://ftp.es.debian.org/debian || true
)
# parada

Expand Down

0 comments on commit 4ccbe81

Please sign in to comment.