diff options
Diffstat (limited to 'localdebpool')
-rwxr-xr-x | localdebpool | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/localdebpool b/localdebpool index a01abbe..2820662 100755 --- a/localdebpool +++ b/localdebpool @@ -4,7 +4,7 @@ set -e ORIGIN="Jones" LABEL="Jones" -DISTS="etch lenny sid" +DISTS="etch lenny squeeze sid" ARCHS="i386 powerpc amd64" PRVBASE=~/public_debian @@ -139,8 +139,9 @@ genrelease() { archs="$(archsfromdirs "$PRVBASE/sections"/*/"$dist")" archs="$(compactlist $archs)" case "$dist" in - etch) suite="stable";; - lenny) suite="testing";; + etch) suite="oldstable";; + lenny) suite="stable";; + squeeze) suite="testing";; sid) suite="unstable";; esac cat <<EOF > "$PUBBASE/dists/$dist/Release" |