Skip to content

Move 4.25-I and 4.25-Y builds to R4_25_maintenance branch #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/I-build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
sshagent(['github-bot-ssh']) {
dir ('eclipse.platform.releng.aggregator') {
sh '''
git clone -b master [email protected]:eclipse-platform/eclipse.platform.releng.aggregator.git
git clone -b R4_25_maintenance [email protected]:eclipse-platform/eclipse.platform.releng.aggregator.git
'''
}
}
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/Y-build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
sshagent(['github-bot-ssh']) {
dir ('eclipse.platform.releng.aggregator') {
sh '''
git clone -b master [email protected]:eclipse-platform/eclipse.platform.releng.aggregator.git
git clone -b R4_25_maintenance [email protected]:eclipse-platform/eclipse.platform.releng.aggregator.git
'''
}
}
Expand Down
2 changes: 1 addition & 1 deletion cje-production/Y-build/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# with # are considered comments and no spaces allowed in keys

# CJE build variables
BRANCH="master"
BRANCH="R4_25_maintenance"
PATCH_OR_BRANCH_LABEL="java19"
BUILD_TYPE_NAME="Beta Java 19"
BUILD_TYPE="Y"
Expand Down
4 changes: 2 additions & 2 deletions cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# with # are considered comments and no spaces allowed in keys

# CJE build variables
BRANCH="master"
PATCH_OR_BRANCH_LABEL="master"
BRANCH="R4_25_maintenance"
PATCH_OR_BRANCH_LABEL="R4_25_maintenance"
BUILD_TYPE_NAME="Integration"
BUILD_TYPE="I"
TESTED_BUILD_TYPE="I"
Expand Down
20 changes: 20 additions & 0 deletions cje-production/streams/repositories_R4_25_maintenance.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
rt.equinox.binaries: R4_25_maintenance
equinox: R4_25_maintenance
rt.equinox.p2: R4_25_maintenance
eclipse.jdt.core.binaries: R4_25_maintenance
eclipse.jdt.core: R4_25_maintenance
eclipse.jdt.debug: R4_25_maintenance
eclipse.jdt: R4_25_maintenance
eclipse.jdt.ui: R4_25_maintenance
eclipse.pde: R4_25_maintenance
eclipse.platform.debug: R4_25_maintenance
eclipse.platform.resources: R4_25_maintenance
eclipse.platform: R4_25_maintenance
eclipse.platform.common: R4_25_maintenance
eclipse.platform.releng: R4_25_maintenance
eclipse.platform.swt: R4_25_maintenance
eclipse.platform.swt.binaries: R4_25_maintenance
eclipse.platform.text: R4_25_maintenance
eclipse.platform.ua: R4_25_maintenance
eclipse.platform.ui: R4_25_maintenance
eclipse.platform.ui.tools: R4_25_maintenance
38 changes: 19 additions & 19 deletions cje-production/streams/repositories_java19.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
rt.equinox.binaries: master
equinox: master
rt.equinox.p2: master
eclipse.jdt: master
eclipse.jdt.core.binaries: master
rt.equinox.binaries: R4_25_maintenance
equinox: R4_25_maintenance
rt.equinox.p2: R4_25_maintenance
eclipse.jdt: R4_25_maintenance
eclipse.jdt.core.binaries: R4_25_maintenance
eclipse.jdt.core: BETA_JAVA19
eclipse.jdt.debug: BETA_JAVA19
eclipse.jdt.ui: BETA_JAVA19
eclipse.pde: master
eclipse.platform.debug: master
eclipse.platform.resources: master
eclipse.platform: master
eclipse.platform.common: master
eclipse.platform.releng: master
eclipse.platform.runtime: master
eclipse.platform.swt: master
eclipse.platform.swt.binaries: master
eclipse.platform.team: master
eclipse.platform.text: master
eclipse.platform.ua: master
eclipse.platform.ui: master
eclipse.platform.ui.tools: master
eclipse.pde: R4_25_maintenance
eclipse.platform.debug: R4_25_maintenance
eclipse.platform.resources: R4_25_maintenance
eclipse.platform: R4_25_maintenance
eclipse.platform.common: R4_25_maintenance
eclipse.platform.releng: R4_25_maintenance
eclipse.platform.runtime: R4_25_maintenance
eclipse.platform.swt: R4_25_maintenance
eclipse.platform.swt.binaries: R4_25_maintenance
eclipse.platform.team: R4_25_maintenance
eclipse.platform.text: R4_25_maintenance
eclipse.platform.ua: R4_25_maintenance
eclipse.platform.ui: R4_25_maintenance
eclipse.platform.ui.tools: R4_25_maintenance
20 changes: 0 additions & 20 deletions cje-production/streams/repositories_master.txt

This file was deleted.

Loading