diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-09-23 22:40:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-09-23 22:40:32 +0200 |
commit | d948d138bd2404fa1fa7bf16343fc4fba40e36cb (patch) | |
tree | 5fdc3fb3f4ceff9ad9b8ed98a6234a1418e52ab7 /localdebpool | |
parent | af2fe4bc516ae4b0d0358c9d5e627e3c29625fb2 (diff) |
Bump suite names.
Diffstat (limited to 'localdebpool')
-rwxr-xr-x | localdebpool | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localdebpool b/localdebpool index 34e3abf..56307fd 100755 --- a/localdebpool +++ b/localdebpool @@ -144,9 +144,9 @@ genrelease() { archs="$(archsfromdirs "$PRVBASE/sections"/*/"$dist")" archs="$(compactlist $archs)" case "$dist" in - etch) suite="oldstable";; - lenny) suite="stable";; - squeeze) suite="testing";; + squeeze) suite="oldstable";; + wheezy) suite="stable";; + jessie) suite="testing";; sid) suite="unstable";; esac cat <<EOF > "$PUBBASE/dists/$dist/Release" |