Opened 15 years ago
Closed 13 years ago
#12129 closed New feature (fixed)
distributions checksums
Reported by: | while0pass | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | Normal | Keywords: | |
Cc: | justinlilly@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It will be a good practice to give links to files with checksums for any release download link. They can be found with google "site:djangoproject.com cheksums", for instance, for 1.1.1 release the link is
http://media.djangoproject.com/pgp/Django-1.1.1.checksum.txt
but it will be better to make them verbose at the django web-site.
Change History (8)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Cc: | added |
---|
comment:4 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:7 by , 13 years ago
This pattern isn't valid for 1.4. I don't have access to media.djangoproject.com, so I don't know if the checksum files were generated for 1.4.
comment:8 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in a7cc5865bbc9cda85f5fc29842c17298a382de56 and after I edited the flatpage.
Pattern for the checksum is: http://media.djangoproject.com/pgp/Django-{{ version }}.checksum.txt
where version is (for the current /download/ page):
1.3-beta-1
1.2.4
As /download/ is a flatpage, it has to be done by someone with admin access.