Closed
Bug 1389777
Opened 8 years ago
Closed 8 years ago
Incorrect checksum on ftp.mozilla.org for nightly
Categories
(Release Engineering :: General, enhancement)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1389361
People
(Reporter: Sylvestre, Unassigned)
References
()
Details
$ curl -O https://ftp.mozilla.org/pub/firefox/nightly/latest-date/firefox-57.0a1.en-US.linux-x86_64.tar.bz2
$ curl -O https://ftp.mozilla.org/pub/firefox/nightly/latest-date/firefox-57.0a1.en-US.linux-x86_64.checksums
$ grep $(sha256sum firefox-57.0a1.en-US.linux-x86_64.tar.bz2|cut -d" " -f1) firefox-57.0a1.en-US.linux-x86_64.checksums|wc -l
0
$ grep $(sha512sum firefox-57.0a1.en-US.linux-x86_64.tar.bz2|cut -d" " -f1) firefox-57.0a1.en-US.linux-x86_64.checksums|wc -l
0
Obviously, we should get 1
| Reporter | ||
Comment 1•8 years ago
|
||
Reported here:
Comment 2•8 years ago
|
||
I suspect it's merely a time between upload and checksum upload that this user got caught in, however there have been changes related to signing linux done on date in support of another endeavor .
Due to me not being at a keyboard I'm just going to ni to Aki about it.
Flags: needinfo?(aki)
Comment 3•8 years ago
|
||
a) Why are people looking at date? It's a project branch. Right now we're testing bug 1389361 on it, but it's never intended for general audiences.
b) bug 1389361 helps me test the new signing logic, but breaks beetmover, so we don't get checksums uploaded.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(aki)
Resolution: --- → DUPLICATE
Comment 4•8 years ago
|
||
We should probably point them at https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/ or https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/
You need to log in
before you can comment on or make changes to this bug.
Description
•