Home | History | Annotate | Download | only in trunk
      1 # -----------------------------------------------------------
      2 # This is environment file for Beijing 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=allstar.prc.sun.com
     20 
     21 # user to rcp as (has to have root@<this host> in it's .rhosts file)
     22 RUSER=mrbld
     23 
     24 # other vars
     25 TEMP_DIR=/export/home/mrbld/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="/export/storage/download/opensolaris/new_nightly/S${OSrel}${OSarch}"
     32 
     33 # reply-to/to address to send the build log as/to
     34 EMAIL_ERRORS_TO="jdsbj-re (a] sun.com"
     35 EMAIL_NOTIFICATION="jdsbj-re (a] sun.com"
     36 
     37 # document root of the web server
     38 WEBROOT="/net/allstar/export/storage/download/opensolaris/new_nightly/web"
     39 LOGDIR_BASE_URL="http://sceri.prc.sun.com/nightly/new_nightly/web"
     40 
     41 # tarballsdir
     42 TARBALLSDIR="/net/decathlon.prc/export/storage/tarballs-from-ireland/gnome2.18"
     43 
     44 # subdir to keep logs and reports on the webserver
     45 WEBDIR="logs/nightly/S${OSrel}${OSarch}"
     46