1 # ----------------------------------------------------------- 2 # This is environment file for Ireland site. 3 # It is used during nightly builds by cron-nightly.sh script. 4 # 5 # Author: Alexandre Berman 6 # ----------------------------------------------------------- 7 8 # our platform 9 OSrel=`uname -r | cut -f2 -d.` 10 OSarch_full=`uname -p` 11 if [ "x$OSarch_full" = "xsparc" ]; then 12 OSarch=s 13 else 14 OSarch_full=x86 15 OSarch=x 16 fi 17 18 # host to rcp the rpms to 19 RHOST=blader 20 21 # user to rcp as (has to have root@<this host> in it's .rhosts file) 22 RUSER=gbuild 23 24 # other vars 25 TEMP_DIR=/export/home/gbuild/temp 26 SPECDIR=$TEMP_DIR/trunk 27 BUILD_BASE=/jds/packages 28 PRODNAME="G2.18" 29 30 # directory to copy rpms/srpms to on the remote host 31 RPMSDIR="/sgnome/pkgs/gnome2.18/S${OSrel}${OSarch}/nightly" 32 33 # reply-to/to address to send the build log as/to 34 EMAIL_ERRORS_TO="laszlo.peter (a] sun.com" 35 EMAIL_NOTIFICATION="gnome-re (a] sun.com" 36 37 # document root of the web server 38 WEBROOT="scde/web/docs" 39 LOGDIR_BASE_URL="http://gnome.ireland.sun.com" 40 41 # tarballsdir 42 TARBALLSDIR="/sgnome/tarballs/gnome2.18" 43 44 # subdir to keep logs and reports on the webserver 45 WEBDIR="gnome/releng/jds/gnome2.18/nightly/S${OSrel}${OSarch}" 46