Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2018-01-28 22:37:44 +0000
committerDavid Williams2018-01-28 22:37:44 +0000
commitff5aefa4378804ef516049721069d35058ec7303 (patch)
treed81c752fbfe40af553146997fc35d653cd852b9e /simrel.aggr
parent9b59d4ac0e819701d11277f44119863fdacc3200 (diff)
downloadorg.eclipse.simrel.build-ff5aefa4378804ef516049721069d35058ec7303.tar.gz
org.eclipse.simrel.build-ff5aefa4378804ef516049721069d35058ec7303.tar.xz
org.eclipse.simrel.build-ff5aefa4378804ef516049721069d35058ec7303.zip
[releng] change default 'buildRoot' property value
... to 'buildresultsPhoton' See also wiki at https://wiki.eclipse.org/SimRel/Simultaneous_Release_Engineering#SimRel which I use update to include <quote> In the simrel.aggrcon file itself, there is a property, named 'buildRoot' (or 'Build Root' if using the property page GUI from Aggregation Editor) that should be update every major release to something like 'buildresultsPhoton' or similar. The "buildresult" part since the .gitignore file says to ignore '/buildresult*' files and the last part, such as release name 'Photon' so that there can be different areas for the current stream and the update stream. </quote> Change-Id: I2c58463bd9cd77443e11ea20f5d07d657d7f5fe0 Signed-off-by: David Williams <david_williams@acm.org>
Diffstat (limited to 'simrel.aggr')
-rw-r--r--simrel.aggr2
1 files changed, 1 insertions, 1 deletions
diff --git a/simrel.aggr b/simrel.aggr
index 07b90cacf..55e187124 100644
--- a/simrel.aggr
+++ b/simrel.aggr
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ASCII"?>
-<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for Simultaneous Release (yearly &quot;release train&quot;)." buildmaster="//@contacts[email='frederic.gurr@eclipse.org']" label="Photon" buildRoot="buildresultsOxygen" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false">
+<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for Simultaneous Release (yearly &quot;release train&quot;)." buildmaster="//@contacts[email='frederic.gurr@eclipse.org']" label="Photon" buildRoot="buildresultsPhoton" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false">
<validationSets label="main">
<contributions href="equinox.aggrcon#/"/>
<contributions href="cft.aggrcon#/"/>

Back to the top