nightly-ireland.env
author leon.sha
Mon, 21 May 2012 08:33:48 +0000
branchgnome-2-30-s11update
changeset 22452 fd11d9f99d18
parent 9401 72746c79ffd2
permissions -rw-r--r--
2012-05-21 Leon Sha <[email protected]> CR#7164838 Update thunderbird to 10.0.4 * base-specs/thunderbird.spec: * copyright/SUNWthunderbird.copyright: * patches/firefox8-14-getting-started.diff: * patches/thunderbird10-01-ldap.diff: * specs/SUNWthunderbird.spec:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
# -----------------------------------------------------------
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# This is environment file for Ireland site.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
# It is used during nightly builds by cron-nightly.sh script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# Author: Alexandre Berman
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# -----------------------------------------------------------
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# our platform
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
OSrel=`uname -r | cut -f2 -d.`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
OSarch_full=`uname -p`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
if [ "x$OSarch_full" = "xsparc" ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
   OSarch=s
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
   OSarch_full=x86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
   OSarch=x
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
# host to rcp the rpms to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
RHOST=blader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
# user to rcp as (has to have root@<this host> in it's .rhosts file)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
RUSER=gbuild
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
# other vars
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
TEMP_DIR=/export/home/gbuild/temp
9401
72746c79ffd2 update path names to match new svn structure
laca
parents: 9397
diff changeset
    26
SPECDIR=$TEMP_DIR/trunk
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
BUILD_BASE=/jds/packages
9401
72746c79ffd2 update path names to match new svn structure
laca
parents: 9397
diff changeset
    28
PRODNAME="G2.18"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
# directory to copy rpms/srpms to on the remote host
9401
72746c79ffd2 update path names to match new svn structure
laca
parents: 9397
diff changeset
    31
RPMSDIR="/sgnome/pkgs/gnome2.18/S${OSrel}${OSarch}/nightly"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
# reply-to/to address to send the build log as/to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
EMAIL_ERRORS_TO="[email protected]"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
EMAIL_NOTIFICATION="[email protected]"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
# document root of the web server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
WEBROOT="scde/web/docs"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
LOGDIR_BASE_URL="http://gnome.ireland.sun.com"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
# tarballsdir
9401
72746c79ffd2 update path names to match new svn structure
laca
parents: 9397
diff changeset
    42
TARBALLSDIR="/sgnome/tarballs/gnome2.18"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
# subdir to keep logs and reports on the webserver
9401
72746c79ffd2 update path names to match new svn structure
laca
parents: 9397
diff changeset
    45
WEBDIR="gnome/releng/jds/gnome2.18/nightly/S${OSrel}${OSarch}"