mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Provide checksums for GitHub release assets #10328
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#10328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Piccirello on GitHub (Apr 30, 2020).
Checksums for Sourceforge releases are hosted at qbittorrent.org. No such checksums exist for the
.zipand.tar.gzassets attached to each GitHub release.Ideally, the changelog of each GitHub release (currently unused) can include the relevant checksums. This would result in the checksum being displayed inline directly on the Releases page. Alternatively, the checksums can be included in an additional
checksums.txtrelease asset (example).@Piccirello commented on GitHub (Apr 30, 2020):
To provide a concrete use-case: I'm migrating from running qBittorrent in a VM to running it in a Docker container. During the build phase, when downloading the source, I'd like to have a SHA256 hash that the download can be compared against.
Btw, I've added the
Project managementlabel, though I'm not sure that's strictly correct.@Piccirello commented on GitHub (May 1, 2020):
@sledgehammer999 forgive the ping, I believe you're the only person than can address this issue.
@FranciscoPombal commented on GitHub (May 1, 2020):
This can be done manually, but IMO ideally it is the sort of stuff that should be automated.
https://github.com/qbittorrent/qBittorrent/issues/12357 is a step in that direction, though right now the focus of that effort is on nightly builds using vcpkg to get the dependencies, which is currently deemed not suitable for the official release process.
This repository could benefit greatly from more usage of GitHub Actions and bots, but deployment of such tools is only possible at the maintainer's discretion.