Updating releases.sh to match internal namespace of included functions.

This commit is contained in:
Daniel Baumann 2008-10-27 09:42:09 +01:00
parent baed393d04
commit c36bae1013
4 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@
set -e
# Debian releases
VERSION_etch="4.0 r4"
VERSION_lenny="5.0 r0"
VERSION_squeeze="testing"
VERSION_sid="unstable"
RELEASE_etch="4.0 r4"
RELEASE_lenny="5.0 r0"
RELEASE_squeeze="testing"
RELEASE_sid="unstable"

View File

@ -55,7 +55,7 @@ mkdir -p binary/.disk
ARCHITECTURE="$(echo ${LH_ARCHITECTURE} | sed -e 's| |/|g')"
DISTRIBUTION="$(echo ${LH_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]')"
DISTRIBUTION="${DISTRIBUTION}$(echo ${LH_DISTRIBUTION} | cut -b 2-)"
eval VERSION="$`echo VERSION_${LH_DISTRIBUTION}`"
eval VERSION="$`echo RELEASE_${LH_DISTRIBUTION}`"
if [ "${LH_DISTRIBUTION}" != "etch" ]
then

View File

@ -139,7 +139,7 @@ then
ARCHITECTURE="$(echo ${LH_ARCHITECTURE} | sed -e 's| |/|g')"
DISTRIBUTION="$(echo ${LH_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]')"
DISTRIBUTION="${DISTRIBUTION}$(echo ${LH_DISTRIBUTION} | cut -b 2-)"
eval VERSION="$`echo VERSION_${LH_DISTRIBUTION}`"
eval VERSION="$`echo RELEASE_${LH_DISTRIBUTION}`"
if [ -d binary/pool/main/l/live-installer ]
then

View File

@ -52,7 +52,7 @@ mkdir -p source/.disk
ARCHITECTURE="$(echo ${LH_ARCHITECTURE} | sed -e 's| |/|g')"
DISTRIBUTION="$(echo ${LH_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]')"
DISTRIBUTION="${DISTRIBUTION}$(echo ${LH_DISTRIBUTION} | cut -b 2-)"
eval VERSION="$`echo VERSION_${LH_DISTRIBUTION}`"
eval VERSION="$`echo RELEASE_${LH_DISTRIBUTION}`"
if [ -d binary/pool/main/b/base-installer ]
then