Updating misc settings for progress-linux.

This commit is contained in:
Daniel Baumann 2014-12-10 09:00:58 +01:00
parent 31dbf95d86
commit 07253b661c
3 changed files with 8 additions and 8 deletions

View File

@ -149,7 +149,7 @@ Set_defaults ()
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}" LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
;; ;;
charon|charon-backports) cairon|cairon-backports)
LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-sid}" LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-sid}"
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}" LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
;; ;;
@ -276,7 +276,7 @@ Set_defaults ()
progress-linux) progress-linux)
case "${LB_DISTRIBUTION}" in case "${LB_DISTRIBUTION}" in
chairon*) cairon*)
LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}" LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
;; ;;

View File

@ -15,7 +15,7 @@ RELEASE_sid="unstable"
# Progress Linux releases # Progress Linux releases
RELEASE_baureo="2" RELEASE_baureo="2"
RELEASE_charon="3" RELEASE_cairon="3"
# Ubuntu releases # Ubuntu releases
RELEASE_lucid="10.04" # LTS: 2015-04-01 RELEASE_lucid="10.04" # LTS: 2015-04-01

View File

@ -33,19 +33,19 @@ case "${LB_MODE}" in
progress-linux) progress-linux)
case "${LB_DISTRIBUTION}" in case "${LB_DISTRIBUTION}" in
artax*) artax*)
_KEYS="1.0-artax 1.0-artax-packages" _KEYS="artax artax-backports"
;; ;;
baureo*) baureo*)
_KEYS="2.0-baureo 2.0-baureo-packages" _KEYS="baureo baureo-backports"
;; ;;
chairon*) cairon*)
_KEYS="3.0-chairon 3.0-chairon-packages" _KEYS="cairon cairon-backports"
;; ;;
esac esac
_URL="${LB_MIRROR_CHROOT}/project/keys" _URL="${LB_MIRROR_CHROOT}/project/pgp"
;; ;;
esac esac