blob: d4215c9c8eb1c8842d5c3cf0d81d0e0842dcd075 [file] [log] [blame]
# $Id: update_tags.gmf-runtime.head.txt,v 1.11 2011/02/17 15:24:18 ahunter Exp $
# set to the dir where update_tags.sh script is, in order to resolve options file, releng plugins file, and ../scripts/sendEmailSimple.php
WORKING_DIR="/home/www-data/modeling-releng-common/tools/org.eclipse.releng.tools.tagandrelease"
# comma separated list of email addresses - NO SPACES!
MAILING_LIST="anthonyh@ca.ibm.com"
#####################################################################
# Development CVS - where your plugins|features|fragments are located
#####################################################################
# user name on development CVS
DEV_CVS_USER="ahunter"
DEV_CVSROOT=':ext:'${DEV_CVS_USER}'@dev.eclipse.org:/cvsroot/modeling'
# if your DEV_CVSROOT is not "pserver" you must specify the path to
# your RSH replacement here - otherwise, just leave it as ""
DEV_CVS_RSH="ssh"
# if your DEV_CVSROOT *is* "pserver", then you must specify the path
# to a .cvspass file that will allow you to run commands on your
# dev CVS repo.
DEV_CVS_PASS="${WORKING_DIR}/.cvspass"
# branch from your plugin|feature|fragment CVS which contains the latest
# revision of your plugin. It is from this branch that your modules
# are compared and will be tagged if they have changed
DEV_BRANCH="HEAD"
#####################################################################
# CS CVS Variables - for Eclipse projects, use same as above
#####################################################################
CS_CVS_USER="${DEV_CVS_USER}"
CS_CVSROOT="${DEV_CVSROOT}"
# the branch that map modules will be checked out of and back in to
CS_BRANCH="${DEV_BRANCH}"
# This is the version of your map module that will be pulled from CS CVS
# it also represents the tag that will be moved to the new revision should
# your map module be changed and committed back to CS CVS
MAP_PLUGIN_VERSION="autotag${DEV_BRANCH}"
# define path to releng project containing map(s)
MAP_PLUGIN="org.eclipse.gmp/org.eclipse.gmf.runtime.releng"
#define script to run if map file is changed, eg., to run a build immediately
EXECUTE_ON_MAP_CHANGE="/home/www-data/build/modeling/scripts/start_cron.sh -sub gmf-runtime -buildType I -basebuilderBranch R37_M4 -version 1.5.0 -noSearchCVS -a -email anthonyh@ca.ibm.com -regex I20.*/eclipse-SDK-|[SR]-.*20.*/eclipse-SDK-3.7|2\.7\..+/[ISR]20.*/emf-xsd-SDK-|3\.2\..+/[ISR]20.*/mdt-uml2-SDK|3\.1\..+/[ISR]20.*/mdt-ocl-.*SDK-|1\.5\..+/[ISR]20.*/emf-query-SDK-|1\.5\..+/[ISR]20.*/emf-validation-SDK-|1\.5\..+/[ISR]20.*/emf-transaction-SDK-|1\.5\..+/[ISR]20.*/gmf-sdk-notation-|3\.7\..+/[ISR]20.*/GEF-SDK-|orbitBundles-.*\.map"