[webkit-changes] [WebKit/WebKit] 6b72ae: [build.webkit.org] Fix file extension issues when ...
Carlos Alberto Lopez Perez
noreply at github.com
Thu Oct 17 10:10:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b72aeda7b35e3997df19bddd7d0e33adc979a83
https://github.com/WebKit/WebKit/commit/6b72aeda7b35e3997df19bddd7d0e33adc979a83
Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
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 at main
https://bugs.webkit.org/show_bug.cgi?id=281671
Unreviewed follow-up after 285255 at 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 at 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
More information about the webkit-changes
mailing list