Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Setting up a new (in this case, WTP-R3_9_x_maintenance) build

Folks,

Just to document what I am doing, in case someone needs to know this stuff-
1) I branched the webtools.aggregator master branch over to R3_9_maintenance and modified the scripts/build-preparation.sh and the wtp-parent/pom.xml files.
2) I made a copy of the WTP-R3_9_Integration build (always copy the Integration build to have changes made) over to a WTP-R3_9_x_Maintenance build. I then modified the build configuration with similar changes as those made between the WTP-R3_8_Integration and the WTP-R3_8_x_Maintenance build, Once the build completed successfully, I selected "Build periodically", with a schedule of @daily
3) In order for builds to be visible, I did an ssh to build.eclipse.org and went to /share/webtools/committers/buildbranches.php and ~/downloads/webtools/downloads/buildbranches.php and added in
$buildBranches[]="wtp-R3.9.1-M";
This makes those branches available on our committers and downloads pages when they are pushed there. (The Hudson build should automatically push the contents to the committers page, but it is a manual process to promote our builds to download.eclipse.org.)

FWIW,

- Carl Anderson
WTP Releng project lead


Back to the top