Give more info on type of Linux builds.

git-svn-id: svn://10.0.0.236/branches/RELYEA@258842 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rrelyea%redhat.com
2009-11-02 17:02:30 +00:00
parent afd14cd696
commit 4437aa7197

View File

@@ -41,6 +41,12 @@ if [ "${ARCH}" = "SunOS" ]; then
ARCH=SunOS/$(uname -p)
fi
if [ "${ARCH}" = "Linux" -a -f /etc/system-release ]; then
VERSION=`sed -e 's; release ;;' -e 's; (.*)$;;' -e 's;Red Hat Enterprise Linux Server;RHEL;' /etc/system-release`
ARCH=Linux/${VERSION}
echo ${ARCH}
fi
MAIL=mail
TB_SERVER=tinderbox-daemon@tinderbox.mozilla.org