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
[MASTER][WORKER] Don't build and upload livecd artifacts anymore (#15)
The ReactOS livecd artifact is deprecated since commit
reactos/reactos@b2e33f2
and now, the bootcd contains the functionality of both the Setup and the
old livecd. In addition, the "livecd" build target will be renamed and
repurposed in the future.
Copy file name to clipboardExpand all lines: worker/README
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ ReactOS BuildBot Build Scripts
3
3
4
4
Some possible usage scenarios for these scripts:
5
5
6
-
* Plainbot: Builds a Boot-CD, Live-CD, Test-CD, triggers a Testbot for testing it and uploads the created ISO file.
6
+
* Plainbot: Builds a Boot-CD, a Test-CD, and triggers a Testbot for testing it and uploads the created ISO files.
7
7
If a patch ID is given, the patch is applied first, but the build is not uploaded.
8
8
* Testbot: Triggered by a Plainbot, performs regression testing on a Test-CD and submits the results.
9
9
Generally, this one is implemented as an independent builder to not block the Plainbot doing its other tasks. But its steps can also be integrated inside a Plainbot.
0 commit comments