Updating versioning scheme references to match new scheme since wheezy.

This commit is contained in:
Daniel Baumann 2013-05-31 13:53:30 +02:00
parent e44fe9ba9e
commit bc35323876
2 changed files with 9 additions and 9 deletions

View File

@ -9,13 +9,13 @@
# Debian releases
RELEASE_wheezy="7.0.0"
RELEASE_wheezy="7"
RELEASE_jessie="8"
RELEASE_sid="unstable"
# Progress Linux releases
RELEASE_baureo="2.0"
RELEASE_charon="unstable"
RELEASE_baureo="2"
RELEASE_charon="3"
# Ubuntu releases
RELEASE_hardy="8.04" # LTS: 2013-04-01

View File

@ -33,27 +33,27 @@ case "${LB_MODE}" in
progress-linux)
case "${LB_DISTRIBUTION}" in
artax)
_KEYS="1.0-artax"
_KEYS="1-artax"
;;
artax-backports)
_KEYS="1.0-artax 1.9-artax-backports"
_KEYS="1-artax 1+-artax-backports"
;;
baureo)
_KEYS="2.0-baureo"
_KEYS="2-baureo"
;;
baureo-backports)
_KEYS="2.0-baureo 2.9-baureo-backports"
_KEYS="2-baureo 2+-baureo-backports"
;;
chairon)
_KEYS="3.0-chairon"
_KEYS="3-chairon"
;;
chairon-backports)
_KEYS="3.0-chairon 3.9-chairon-backports"
_KEYS="3-chairon 3+-chairon-backports"
;;
esac