Updating versioning scheme references to match new scheme since wheezy.
This commit is contained in:
parent
e44fe9ba9e
commit
bc35323876
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
|
|
||||||
# Debian releases
|
# Debian releases
|
||||||
RELEASE_wheezy="7.0.0"
|
RELEASE_wheezy="7"
|
||||||
RELEASE_jessie="8"
|
RELEASE_jessie="8"
|
||||||
RELEASE_sid="unstable"
|
RELEASE_sid="unstable"
|
||||||
|
|
||||||
# Progress Linux releases
|
# Progress Linux releases
|
||||||
RELEASE_baureo="2.0"
|
RELEASE_baureo="2"
|
||||||
RELEASE_charon="unstable"
|
RELEASE_charon="3"
|
||||||
|
|
||||||
# Ubuntu releases
|
# Ubuntu releases
|
||||||
RELEASE_hardy="8.04" # LTS: 2013-04-01
|
RELEASE_hardy="8.04" # LTS: 2013-04-01
|
||||||
|
|
|
@ -33,27 +33,27 @@ case "${LB_MODE}" in
|
||||||
progress-linux)
|
progress-linux)
|
||||||
case "${LB_DISTRIBUTION}" in
|
case "${LB_DISTRIBUTION}" in
|
||||||
artax)
|
artax)
|
||||||
_KEYS="1.0-artax"
|
_KEYS="1-artax"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
artax-backports)
|
artax-backports)
|
||||||
_KEYS="1.0-artax 1.9-artax-backports"
|
_KEYS="1-artax 1+-artax-backports"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
baureo)
|
baureo)
|
||||||
_KEYS="2.0-baureo"
|
_KEYS="2-baureo"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
baureo-backports)
|
baureo-backports)
|
||||||
_KEYS="2.0-baureo 2.9-baureo-backports"
|
_KEYS="2-baureo 2+-baureo-backports"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
chairon)
|
chairon)
|
||||||
_KEYS="3.0-chairon"
|
_KEYS="3-chairon"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
chairon-backports)
|
chairon-backports)
|
||||||
_KEYS="3.0-chairon 3.9-chairon-backports"
|
_KEYS="3-chairon 3+-chairon-backports"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue