summaryrefslogtreecommitdiffstats
path: root/bin/chroot-run.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-09 03:50:25 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-09 03:50:25 +0200
commit2be348bba602e97b9995dfa9b9803c6fe1a22690 (patch)
treeefc8935bff86b144c46bed1ba31891edd16a83da /bin/chroot-run.sh
parentf733f4d9369193273d13c0eba6e3c3d70b1772a6 (diff)
downloadjenkins.debian.net-2be348bba602e97b9995dfa9b9803c6fe1a22690.tar.xz
use release names (wheezy, jessie...) not code names (stable, testing...)
Diffstat (limited to 'bin/chroot-run.sh')
-rwxr-xr-xbin/chroot-run.sh6
1 files changed, 3 insertions, 3 deletions
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