Skip to content

Commit

Permalink
Update builds and repo cleanup scripts for 4.33 (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohananRahul committed Jun 4, 2024
1 parent 8eed978 commit a90d81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cje-production/cleaners/cleanupNightlyRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ function cleanRepo ()
workspace=$1
remoteBase="/home/data/httpd/download.eclipse.org"

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

doDryrun=
Expand Down

0 comments on commit a90d81c

Please sign in to comment.