From 2a493dbbb01882d9e1cd22acd755e9d03202f1ee Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 9 Nov 2023 17:41:23 -0500 Subject: [PATCH] GHA: Revert downloads page script changes. Update all to Cloudgate. Concourse --- .../scripts/update-distro-download-page.sh | 4 +- .../aggregate-distro-update-sites.yml | 13 ++- .../aggregate-ls-extensions-update-site.yml | 13 ++- .github/workflows/clear_s3_cache.yml | 13 ++- .github/workflows/gen-nighly-downloads.yml | 14 ++- .../gh-hosted-eclipse-distro-build.yml | 4 +- .../upload-nightly-downloads-page.yml | 17 ++-- .../wipe-out-temp-build-artifacts.yml | 14 ++- concourse/pipeline.yml | 55 +++++++----- .../pom.xml | 69 --------------- .../pom.xml | 85 ------------------- .../pom.xml | 82 ------------------ 12 files changed, 97 insertions(+), 286 deletions(-) diff --git a/.github/scripts/update-distro-download-page.sh b/.github/scripts/update-distro-download-page.sh index d37aa636f..67da50d19 100755 --- a/.github/scripts/update-distro-download-page.sh +++ b/.github/scripts/update-distro-download-page.sh @@ -2,14 +2,14 @@ dist_path=$1 eclipse_version=$2 build_type=$3 -s3_url=s3://tools-spring-io/${dist_path} +s3_url=s3://dist.springsource.com/${dist_path} downloads_html="sts4-nightly-${eclipse_version}.html" files=`aws s3 cp ${s3_url} . --recursive --exclude "*" --include "spring-tool-suite-4*.zip" --include "spring-tool-suite-4*.dmg" --include "spring-tool-suite-4*.self-extracting.jar" --include "spring-tool-suite-4*.tar.gz" --exclude "*/*" --dryrun` rm -f ./${downloads_html} echo '