Opened 15 years ago

Closed 12 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 Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Justin Lilly, 13 years ago

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.

comment:3 by Justin Lilly, 13 years ago

Cc: justinlilly@… added

comment:4 by Julien Phalip, 13 years ago

Severity: Normal
Type: New feature

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Aymeric Augustin, 12 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 Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in a7cc5865bbc9cda85f5fc29842c17298a382de56 and after I edited the flatpage.

Note: See TracTickets for help on using tickets.
Back to Top