Skip to content

Commit b345854

Browse files
committed
Encourage rebase on forks by configuring the clone default for that
eclipse-jdt/eclipse.jdt#79
1 parent d37d5eb commit b345854

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ua/org.eclipse.ua.releng/platformUa.setup

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
1010
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
1111
xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0"
12-
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
12+
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore http://www.eclipse.org/oomph/predicates/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/WorkingSets.ecore"
1313
name="ua"
1414
label="UA">
1515
<setupTask
@@ -37,6 +37,12 @@
3737
<value>remoteURI</value>
3838
</detail>
3939
</annotation>
40+
<configSections
41+
name="branch">
42+
<properties
43+
key="autoSetupRebase"
44+
value="always"/>
45+
</configSections>
4046
<description>Platform UA</description>
4147
</setupTask>
4248
<setupTask

0 commit comments

Comments
 (0)