Skip to content

Commit

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

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

Expand Down

0 comments on commit 97f0196

Please sign in to comment.