@@ -117,7 +117,7 @@ jobs:
117117 - name : Upload Linux Distro Build Artifacts
118118 run : |
119119 cd eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products
120- files=`ls spring-tool-suite-4 *linux*.tar.gz`
120+ files=`ls spring-tools-for-eclipse *linux*.tar.gz`
121121 for file in $files
122122 do
123123 echo "Re-archive using tar.gz on linux runner to remove LIBARCHIVE headers"
@@ -134,11 +134,11 @@ jobs:
134134 done
135135 echo "Processing S3 update..."
136136 dist_path=${{ steps.s3-paths.outputs.dist_path }}
137- ls spring-tool-suite-4 *linux*.tar.gz*
137+ ls spring-tools-for-eclipse *linux*.tar.gz*
138138 echo "Removing old Linux .tar.gz files from s3..."
139- aws s3 rm s3://$AWS_S3_BUCKET/$dist_path --recursive --exclude "*" --include "spring-tool-suite-4 *linux*.tar.gz*" --exclude "*/*"
139+ aws s3 rm s3://$AWS_S3_BUCKET/$dist_path --recursive --exclude "*" --include "spring-tools-for-eclipse *linux*.tar.gz*" --exclude "*/*"
140140 echo "Uploading new Linux .tar.gz files to s3..."
141- aws s3 cp . s3://$AWS_S3_BUCKET/$dist_path --recursive --exclude "*" --include "spring-tool-suite-4 *linux*.tar.gz*" --exclude "*/*" --no-progress
141+ aws s3 cp . s3://$AWS_S3_BUCKET/$dist_path --recursive --exclude "*" --include "spring-tools-for-eclipse *linux*.tar.gz*" --exclude "*/*" --no-progress
142142 - name : Update Nightly Distro Downloads page
143143 if : ${{ inputs.build_type == 'snapshot' }}
144144 run : |
@@ -149,7 +149,7 @@ jobs:
149149 run : |
150150 echo "Uploading Win Zips and OSX tar.gz to S3 for signing..."
151151 id=${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
152- aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/$id --recursive --exclude "*" --include "spring-tool-suite-4 *win*.zip" --include "spring-tool-suite-4 *macosx*.tar.gz" --exclude "*/*" --no-progress
152+ aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/$id --recursive --exclude "*" --include "spring-tools-for-eclipse *win*.zip" --include "spring-tools-for-eclipse *macosx*.tar.gz" --exclude "*/*" --no-progress
153153 outputs :
154154 id : ${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
155155 dist_path : ${{ steps.s3-paths.outputs.dist_path }}
@@ -172,14 +172,14 @@ jobs:
172172 .github
173173 - name : Download Win Zips from S3 for Signing
174174 run : |
175- rm -f spring-tool-suite-4 *win*.zip*
176- rm -f spring-tool-suite-4 *win*.self-extracting.jar*
175+ rm -f spring-tools-for-eclipse *win*.zip*
176+ rm -f spring-tools-for-eclipse *win*.self-extracting.jar*
177177 ls
178- aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tool-suite-4 *win*.zip*" --exclude "*/*" --no-progress
178+ aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tools-for-eclipse *win*.zip*" --exclude "*/*" --no-progress
179179 - name : Sign EXE within zip files
180180 id : sign
181181 run : |
182- files=`ls spring-tool-suite-4 *win*.zip`
182+ files=`ls spring-tools-for-eclipse *win*.zip`
183183 for file in $files
184184 do
185185 ${{ github.workspace }}/.github/scripts/sign-exe-in-zip-file.sh $file ${{ github.workspace }}/.github/scripts/sign-exe.sh ${{ github.workspace }}/.github/scripts/self-extracting-jar-creator.jar ${{ github.run_id }} &
@@ -201,11 +201,11 @@ jobs:
201201 run : |
202202 dist_path=${{ needs.eclipse-distro-build.outputs.dist_path }}
203203 echo "Processing S3 update..."
204- ls spring-tool-suite-4 *win*
204+ ls spring-tools-for-eclipse *win*
205205 echo "Removing old win zip and self extracting jar files from S3..."
206- aws s3 rm s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4 *win*.zip*" --include "spring-tool-suite-4 *win*.self-extracting.jar*" --exclude "*/*"
206+ aws s3 rm s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tools-for-eclipse *win*.zip*" --include "spring-tools-for-eclipse *win*.self-extracting.jar*" --exclude "*/*"
207207 echo "Uploading new win zip and self extracting jar files to S3..."
208- aws s3 mv . s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4 *win*.zip*" --include "spring-tool-suite-4 *win*.self-extracting.jar*" --exclude "*/*" --no-progress
208+ aws s3 mv . s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tools-for-eclipse *win*.zip*" --include "spring-tools-for-eclipse *win*.self-extracting.jar*" --exclude "*/*" --no-progress
209209 - name : Update Nightly Distro Downloads page
210210 if : ${{ inputs.build_type == 'snapshot' }}
211211 run : |
@@ -254,15 +254,15 @@ jobs:
254254 run : |
255255 rm -rf *macosx*
256256 ls
257- aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tool-suite-4 *macosx*.tar.gz" --exclude "*/*" --no-progress
257+ aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tools-for-eclipse *macosx*.tar.gz" --exclude "*/*" --no-progress
258258 - name : Sign .app, Create and Sign DMG
259259 env :
260260 MACOS_CERTIFICATE_ID : ${{ secrets.MACOS_CERTIFICATE_ID }}
261261 NOTARIZE_PROFILE : notarize-app-dmg-profile
262262 run : |
263263 export KEYCHAIN=$RUNNER_TEMP/app-signing.keychain-db
264264 ls ${{ github.workspace }}/.github/assets
265- files=`ls spring-tool-suite-4 *macosx*.tar.gz`
265+ files=`ls spring-tools-for-eclipse *macosx*.tar.gz`
266266 for file in $files
267267 do
268268 ${{ github.workspace }}/.github/scripts/sign-osx-distro-file.sh $file ${{ github.workspace }}/.github/assets/entitlements.plist ${{ github.workspace }}/.github/assets/sts4.icns
@@ -272,7 +272,7 @@ jobs:
272272 NOTARIZE_PROFILE : notarize-app-dmg-profile
273273 run : |
274274 xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.VMWARE_APPLE_USER }} --team-id ${{ secrets.VMWARE_APPLE_TEAM_ID }} --password ${{ secrets.VMWARE_APPLE_PASSWORD }}
275- dmg_files=`ls spring-tool-suite-4 *macosx*.dmg`
275+ dmg_files=`ls spring-tools-for-eclipse *macosx*.dmg`
276276 for dmg_file in $dmg_files
277277 do
278278 ${{ github.workspace }}/.github/scripts/notarize-osx-distro-file.sh $dmg_file $NOTARIZE_PROFILE &
@@ -294,11 +294,11 @@ jobs:
294294 run : |
295295 dist_path=${{ needs.eclipse-distro-build.outputs.dist_path }}
296296 echo "Processing S3 update..."
297- ls spring-tool-suite-4 *macosx*.dmg*
297+ ls spring-tools-for-eclipse *macosx*.dmg*
298298 echo "Removing old dmg files from S3..."
299- aws s3 rm s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4 *macosx*.dmg*" --exclude "*/*"
299+ aws s3 rm s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tools-for-eclipse *macosx*.dmg*" --exclude "*/*"
300300 echo "Uploading new dmg files to S3..."
301- aws s3 mv . s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4 *macosx*.dmg*" --exclude "*/*" --no-progress
301+ aws s3 mv . s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tools-for-eclipse *macosx*.dmg*" --exclude "*/*" --no-progress
302302 - name : Update Nightly Distro Downloads page
303303 if : ${{ inputs.build_type == 'snapshot' && always() }}
304304 run : |
@@ -309,7 +309,7 @@ jobs:
309309 - name : Cleanup
310310 if : ${{ always() }}
311311 run : |
312- rm -rf *spring-tool-suite-4 *macosx*
312+ rm -rf *spring-tools-for-eclipse *macosx*
313313
314314 purge_cache :
315315 needs : [ eclipse-distro-build, sign-win-distros, sign-osx-distros ]
@@ -348,7 +348,7 @@ jobs:
348348 downloads_html="sts4-distro-downloads-${{ inputs.eclipse_profile }}.txt"
349349 rm -f ./downloads_html
350350 s3_url=s3://${AWS_S3_BUCKET}/${{ needs.eclipse-distro-build.outputs.dist_path }}
351- 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`
351+ files=`aws s3 cp ${s3_url} . --recursive --exclude "*" --include "spring-tools-for-eclipse *.zip" --include "spring-tools-for-eclipse *.dmg" --include "spring-tools-for-eclipse *.self-extracting.jar" --include "spring-tools-for-eclipse *.tar.gz" --exclude "*/*" --dryrun --checksum-algorithm CRC32 `
352352 s3_url_prefix="s3://${AWS_S3_BUCKET}"
353353 s3_url_prefix_length=${#s3_url_prefix}
354354 for file in $files
0 commit comments