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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user