Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b72aeda7b35e3997df19bddd7d0e33adc979a83
https://github.com/WebKit/WebKit/commit/6b72aeda7b35e3997df19bddd7d0e33adc979a83
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M Tools/CISupport/Shared/transfer-archive-via-sftp
M Tools/CISupport/build-webkit-org/steps.py
M Tools/CISupport/build-webkit-org/steps_unittest.py
Log Message:
-----------
[build.webkit.org] Fix file extension issues when uploading the new bundles
after 285255@main
https://bugs.webkit.org/show_bug.cgi?id=281671
Unreviewed follow-up after 285255@main.
The new minibrowser bundles are generated with format '.tar.xz' instead of
'.zip'
because that generates significant savings on both bandwidth and disk space
usage,
but on 285255@main I forgot to update the step that uploads the bundles so it
picks
a '.tar.xz' file instead of a '.zip' one. Also the script needs a small
modification
to generate the '.sha256sum' file with the right name in this case.
* Tools/CISupport/Shared/transfer-archive-via-sftp:
(SftpClient.upload):
* Tools/CISupport/build-webkit-org/steps.py:
(UploadMiniBrowserBundleViaSftp):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
Canonical link: https://commits.webkit.org/285346@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes