servo/python/servo
Integral 466641310f
mach: Format package hash files to ensure sha256sum command compatibility (#39432)
Format the package hash files to include the package hash and filename
separated by two spaces, ensuring compatibility with the `sha256sum -c`
and `shasum -c` command.

---

Before:
```
╰─❯ sha256sum -c servo-latest.tar.gz.sha256
sha256sum: servo-latest.tar.gz.sha256: no properly formatted checksum lines found
```

After:
```
╰─❯ sha256sum -c servo-latest.tar.gz.sha256
servo-latest.tar.gz: OK
```

Signed-off-by: Integral <integral@member.fsf.org>
2025-09-22 14:39:47 +00:00
..
devtools_tests devtools: Reland test improvements from #38614 minus CI changes (#38933) 2025-08-26 10:06:51 +00:00
mutation mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
platform mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
build_commands.py mach: Split out post build tasks into their own command (#38853) 2025-08-22 18:21:15 +00:00
command_base.py mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
devenv_commands.py mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
devtools_tests.py devtools: Fix race in tests due to asynchronous termination (#39309) 2025-09-15 10:28:08 +00:00
gstreamer.py mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
package_commands.py mach: Format package hash files to ensure sha256sum command compatibility (#39432) 2025-09-22 14:39:47 +00:00
post_build_commands.py mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
testing_commands.py Remove test-content subcommand from mach (#39412) 2025-09-21 00:36:07 +00:00
try_parser.py CI: Enable webdriver classic on wpt workflow (#39087) 2025-09-03 03:50:44 +00:00
util.py mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00
visual_studio.py mach: add type annotation in function for 'python/servo' folder (#38592) 2025-08-15 10:37:24 +00:00