From: martin f. krafft Date: Fri, 15 May 2009 09:09:32 +0000 (+0200) Subject: lenny is out X-Git-Url: https://git.madduck.net/code/mbuild.git/commitdiff_plain/ffd99d2ff5950dca979af4267850b795c2693890 lenny is out --- diff --git a/rc b/rc index 78a4746..9ba0259 100644 --- a/rc +++ b/rc @@ -19,8 +19,8 @@ print_repo_paths() { dinstall() { local dist case "$1" in - stable) dist=etch;; - testing) dist=lenny;; + stable*) dist=lenny;; + testing*) dist=squeeze;; unstable) dist=sid;; experimental|*-backports) dist="$1";; *) echo E: unknown distribution: "$1" >&2; exit 1;;