Skip to content

Commit

Permalink
There is no need to check the aggregator's mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Mar 11, 2024
1 parent 0b6f859 commit 1bc6123
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions checkMirrorsUtility/checkMirrors.sh
Expand Up @@ -164,7 +164,7 @@ get_epp_releases() {
}

get_eclipse_releases() {
for release in $(get_dir_list2 "https://download.eclipse.org/justj/?file=eclipse/updates" | grep '^4\.[2-9][0-9]$')
for release in $(get_dir_list2 "https://download.eclipse.org/justj/?file=eclipse/updates" | grep '^4\.[3-9][0-9]$')
do
for child in $(get_dir_list2 "https://download.eclipse.org/justj/?file=eclipse/updates/${release}" | grep '^R-')
do
Expand All @@ -189,8 +189,6 @@ get_simrel_releases() {
if [ -z "${urls}" ]; then
# line breaks are not really handled nicely here, but it still works
urls="\
/cbi/updates/aggregator/ide/4.8/ \
/cbi/updates/aggregator/headless/4.8/ \
$(get_eclipse_releases) \
$(get_epp_releases) \
$(get_simrel_releases)"
Expand Down

0 comments on commit 1bc6123

Please sign in to comment.