Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] GEF Automated Build Schedule, August 2008

Because I'll be on vacation from Aug 1 - 20, I've set the following schedule for automated GEF builds:

# tag and release GEF HEAD @ 3:35pm; search cvs update runs every day at 4pm and can take a couple hours to complete 45 15 * * 2 /home/www-data/modeling-releng-common/tools/org.eclipse.releng.tools.tagandrelease/update_tags.sh /home/www-data/modeling-r eleng-common/tools/org.eclipse.releng.tools.tagandrelease/gef.HEAD.options.txt -debug 2 > $HOME/cron_logs/update_tags.sh.gef.35I.txt 2>
&1

# automatic build on Tuesdays at 7pm EST. Will only run a build if searchcvs data is up to date and there are changes in gef.releng for the HEAD branch # to make builds ALWAYS run on schedule regardless of searchcvs check, use the "-n" or "-noSearchCVS" flag 00 19 * * 2 /home/www-data/build/modeling/scripts/start_cron.sh -sub gef -buildType I -basebuilderBranch RC2_34 -searchcvs gef.gef.releng -version 3.5.0 -email "anthonyh@xxxxxxxxxx,nickboldt@xxxxxxxxx" > $HOME/cron_logs/start_cron.sh.gef.35I.txt 2>&1

# automatic promotes are disabled -- uncomment this line in www-data's crontab to re-enable them to run about 30 mins after a promote starts #30 19 * * 2 /home/www-data/build/modeling/scripts/promoteToEclipse_cron.sh -parent NONE -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools -c org.eclipse.gef/org.eclipse.gef.releng/promoteToEclipse.gef.properties,HEAD -sub gef -branch 3.5.0 -type I -user nickb -announce -email "anthonyh@xxxxxxxxxx,nickboldt@xxxxxxxxx" > $HOME/cron_logs/promoteToEclipse_cron.sh.gef.35I.txt 2>&1

Additionally, because there's been little cvs traffic in R3_4_maintenance, I've disabled those builds from the crontab. Ad hoc builds and promotes can be done from http://emf.torolab.ibm.com/gef/build/

To edit the crontab, ssh to emf.torolab and run `sudo -u www-data crontab -e`

--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling http://wiki.eclipse.org/index.php/User:Nickb



Back to the top