| # $Id: update_tags.gmf-runtime.R1_4_maintenance.txt,v 1.3 2010/10/29 15:13:42 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="R1_4_maintenance" |
| |
| ##################################################################### |
| # 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 M -cvsbranch R1_4_maintenance -version 1.4.2 -noSearchCVS -a -email anthonyh@ca.ibm.com -regex R-.*2010.*/eclipse-SDK-3.6.*x86_64*|R2010.*/emf-xsd-SDK-|R20.*/mdt-uml2-SDK-|R20.*/mdt-ocl-.*SDK-|R20.*/emf-query-SDK-|R20.*/emf-validation-SDK-|R20.*/emf-transaction-SDK-|1\.4\.1/[ISRM]20.*/gmf-sdk-notation-|3\.6\..+/[ISR]20.*/GEF-SDK-|orbitBundles-" |