Skip to content

Commit ca27eb2

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Move 4.39-I builds to R4_39_maintenance branch
1 parent cbf8d40 commit ca27eb2

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.gitmodules

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
[submodule "eclipse.jdt"]
22
path = eclipse.jdt
33
url = https://github.com/eclipse-jdt/eclipse.jdt.git
4-
branch = master
4+
branch = R4_39_maintenance
55
[submodule "eclipse.jdt.core"]
66
path = eclipse.jdt.core
77
url = https://github.com/eclipse-jdt/eclipse.jdt.core.git
8-
branch = master
8+
branch = R4_39_maintenance
99
[submodule "eclipse.jdt.core.binaries"]
1010
path = eclipse.jdt.core.binaries
1111
url = https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git
12-
branch = master
12+
branch = R4_39_maintenance
1313
[submodule "eclipse.jdt.debug"]
1414
path = eclipse.jdt.debug
1515
url = https://github.com/eclipse-jdt/eclipse.jdt.debug.git
16-
branch = master
16+
branch = R4_39_maintenance
1717
[submodule "eclipse.jdt.ui"]
1818
path = eclipse.jdt.ui
1919
url = https://github.com/eclipse-jdt/eclipse.jdt.ui.git
20-
branch = master
20+
branch = R4_39_maintenance
2121
[submodule "eclipse.pde"]
2222
path = eclipse.pde
2323
url = https://github.com/eclipse-pde/eclipse.pde.git
24-
branch = master
24+
branch = R4_39_maintenance
2525
[submodule "eclipse.platform"]
2626
path = eclipse.platform
2727
url = https://github.com/eclipse-platform/eclipse.platform.git
28-
branch = master
28+
branch = R4_39_maintenance
2929
[submodule "eclipse.platform.swt"]
3030
path = eclipse.platform.swt
3131
url = https://github.com/eclipse-platform/eclipse.platform.swt.git
32-
branch = master
32+
branch = R4_39_maintenance
3333
[submodule "eclipse.platform.ui"]
3434
path = eclipse.platform.ui
3535
url = https://github.com/eclipse-platform/eclipse.platform.ui.git
36-
branch = master
36+
branch = R4_39_maintenance
3737
[submodule "equinox.binaries"]
3838
path = equinox.binaries
3939
url = https://github.com/eclipse-equinox/equinox.binaries.git
40-
branch = master
40+
branch = R4_39_maintenance
4141
[submodule "equinox"]
4242
path = equinox
4343
url = https://github.com/eclipse-equinox/equinox.git
44-
branch = master
44+
branch = R4_39_maintenance
4545
[submodule "equinox.p2"]
4646
path = equinox.p2
4747
url = https://github.com/eclipse-equinox/p2.git
48-
branch = master
48+
branch = R4_39_maintenance

JenkinsJobs/buildConfigurations.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"folder": "Builds",
55
"streams": {
66
"4.39": {
7-
"branch": "master",
8-
"schedule": "0 18 * 11-12,1-1 *\n0 18 1-25 2 *"
7+
"branch": "R4_39_maintenance",
8+
"schedule": ""
99
}
1010
},
1111
"mailingList": "platform-releng-dev@eclipse.org",
@@ -73,9 +73,9 @@
7373
"folder": "YBuilds",
7474
"streams": {
7575
"4.39": {
76-
"branch": "master",
76+
"branch": "R4_39_maintenance",
7777
"disabled": "false",
78-
"schedule": "0 10 * 11-12,1-2 2,4,6\n0 10 1-10 3 2,4,6\n0 10 10-19 3 *"
78+
"schedule": ""
7979
}
8080
},
8181
"branches": {

0 commit comments

Comments
 (0)