nightly-ireland.env
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 9401 72746c79ffd2
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca

# -----------------------------------------------------------
# This is environment file for Ireland site.
# It is used during nightly builds by cron-nightly.sh script.
#
# Author: Alexandre Berman
# -----------------------------------------------------------

# our platform
OSrel=`uname -r | cut -f2 -d.`
OSarch_full=`uname -p`
if [ "x$OSarch_full" = "xsparc" ]; then
   OSarch=s
else
   OSarch_full=x86
   OSarch=x
fi

# host to rcp the rpms to
RHOST=blader

# user to rcp as (has to have root@<this host> in it's .rhosts file)
RUSER=gbuild

# other vars
TEMP_DIR=/export/home/gbuild/temp
SPECDIR=$TEMP_DIR/trunk
BUILD_BASE=/jds/packages
PRODNAME="G2.18"

# directory to copy rpms/srpms to on the remote host
RPMSDIR="/sgnome/pkgs/gnome2.18/S${OSrel}${OSarch}/nightly"

# reply-to/to address to send the build log as/to
EMAIL_ERRORS_TO="[email protected]"
EMAIL_NOTIFICATION="[email protected]"

# document root of the web server
WEBROOT="scde/web/docs"
LOGDIR_BASE_URL="http://gnome.ireland.sun.com"

# tarballsdir
TARBALLSDIR="/sgnome/tarballs/gnome2.18"

# subdir to keep logs and reports on the webserver
WEBDIR="gnome/releng/jds/gnome2.18/nightly/S${OSrel}${OSarch}"