diff options
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" |