From 2be348bba602e97b9995dfa9b9803c6fe1a22690 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 9 Apr 2014 03:50:25 +0200 Subject: use release names (wheezy, jessie...) not code names (stable, testing...) --- bin/chroot-run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/chroot-run.sh') diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 2251c504..7ca5122c 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -27,9 +27,9 @@ if [ $# -lt 2 ]; then fi DISTRO="$1" -if [ "$DISTRO" == "stable+backports" ] ; then - # FIXME: this works but is a bit too hackish for my liking - DISTRO="stable" +if [ "$DISTRO" == "wheezy+backports" ] ; then + # FIXME: this works but is a bit too hackish for my liking, ie it will break when jessie will be stable.. + DISTRO="wheezy" BACKPORTS="deb $MIRROR ${DISTRO}-backports main" BACKPORTSSRC="deb-src $MIRROR ${DISTRO}-backports main" fi -- cgit v1.2.3-54-g00ecf