From 1bc6123ec663282e14e1a4d96440554bec16b785 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Mon, 11 Mar 2024 14:27:58 +0100 Subject: [PATCH] There is no need to check the aggregator's mirrors --- checkMirrorsUtility/checkMirrors.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/checkMirrorsUtility/checkMirrors.sh b/checkMirrorsUtility/checkMirrors.sh index 5e576f1..32ceb3b 100755 --- a/checkMirrorsUtility/checkMirrors.sh +++ b/checkMirrorsUtility/checkMirrors.sh @@ -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 @@ -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)"