You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maximum number of childrem the modified composite should contain.
59
59
If the total number of children exceeds this limit (after adding new ones), a corresponding number of children is removed from the beginning of the list.
60
60
''')
61
+
stringParam('repositoryName', null, "Optional name attribute of the composite repository to set (if blank the name is not changed)")
Copy file name to clipboardExpand all lines: RELEASE.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,12 +207,6 @@ Previously they were created in ther own job:
207
207
**General Cleanup**
208
208
- In [eclipse.platform.common] search for and clear out all of the forceQualifierUpdate.txt files.
209
209
The context here is that the doc builds only check for changes in this repo and so these files need to be changed to trigger a full rebuild.
210
-
*#### **Create Generic Composites**
211
-
- After First Stable Ibuild move Generic repos to next stream.
212
-
- Run the [Create Generic Composites](https://ci.eclipse.org/releng/job/Releng/job/createGenericComposites/) job to recreate the generic build repos for the next release.
213
-
-`currentStream`: To clarify this is the next stream, not the one currently being released. If you are releasing 4.32, the 'current' stream is 4.33 so that repos are created for it.
214
-
-`previousStream`: The stream being released, which needs to be removed.
215
-
- For reference, the generic repositories created are for the [latest GA release](https://download.eclipse.org/eclipse/updates/latest/) and the current (ongoing) [I-builds](https://download.eclipse.org/eclipse/updates/I-builds/), [Y-builds](https://download.eclipse.org/eclipse/updates/Y-builds/) and [P-builds](https://download.eclipse.org/eclipse/updates/P-builds/).
216
210
217
211
**RC2a Release**
218
212
* Sometimes there is a critical issue that requires a fix, if it's decided that one is needed then an RC2a (followed by RC2b, RC2c etc if necessary) is built from the maintenance branch and promoted using the RC2 process.
0 commit comments