Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mweinelt/mach-symbols-upload
Upload debug symbols for Mozilla applications on NixOS channels to symbols.mozilla.org [maintainer=@mweinelt]
https://github.com/mweinelt/mach-symbols-upload
Last synced: 13 days ago
JSON representation
Upload debug symbols for Mozilla applications on NixOS channels to symbols.mozilla.org [maintainer=@mweinelt]
- Host: GitHub
- URL: https://github.com/mweinelt/mach-symbols-upload
- Owner: mweinelt
- License: mit
- Created: 2022-05-14T22:42:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T03:23:41.000Z (24 days ago)
- Last Synced: 2024-12-10T03:27:03.263Z (24 days ago)
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mach-symbols-upload
Uploads crashreport symbols created through Mozilla's Mach buildsystem
to symbols.mozilla.org.This tool scrapes the channel for the `symbols` output provided by
packages created through `buildMozillaMach` and uploads the zip file
contained within to Mozilla, so it can be used in their crash reporting
platform at https://crash-stats.mozilla.org.## Note
Only useful for the maintainer of `buildMozillaMach` in nixpkgs
and requires an account with upload permissions on
https://symbols.mozilla.org.