Skip to content

Commit

Permalink
Update builds and repo cleanup scripts for 4.31 (#1586)
Browse files Browse the repository at this point in the history
and Cleanup approved api list

Tracked in
#1557
  • Loading branch information
MohananRahul committed Nov 27, 2023
1 parent 35f3140 commit 5d036de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cje-production/cleaners/cleanupNightlyRepo.sh
Expand Up @@ -222,9 +222,9 @@ function cleanRepo ()
workspace=$1
remoteBase="/home/data/httpd/download.eclipse.org"

eclipseIRepo="${remoteBase}/eclipse/updates/4.30-I-builds"
eclipseYRepo="${remoteBase}/eclipse/updates/4.30-Y-builds"
eclipsePRepo="${remoteBase}/eclipse/updates/4.30-P-builds"
eclipseIRepo="${remoteBase}/eclipse/updates/4.31-I-builds"
eclipseYRepo="${remoteBase}/eclipse/updates/4.31-Y-builds"
eclipsePRepo="${remoteBase}/eclipse/updates/4.31-P-builds"
eclipseBuildTools="${remoteBase}/eclipse/updates/buildtools"

doDryrun=
Expand Down
@@ -1,4 +1,4 @@
# List of approved API changes after 4.30 RC2
# List of approved API changes after 4.31 RC2

# The unapproved entry exclude list can be copied from <build>/buildlogs/mb080_publish-eclipse_output.txt
# Search for: Potential exclude list:
Expand Down

0 comments on commit 5d036de

Please sign in to comment.