Closed
Bug 914393
Opened 11 years ago
Closed 11 years ago
fix peep error about md5 change for mock
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
59
People
(Reporter: selenamarie, Assigned: peterbe)
Details
(Whiteboard: [qa-])
Error was:
THE FOLLOWING PACKAGES DIDN'T MATCHES THE HASHES SPECIFIED IN THE REQUIREMENTS FILE. If you have updated the package versions, update the hashes. If not, freak out, because someone has tampered with the packages.
mock: expected lvpN706AIAvoJ8P1EUfdez-ohzuSB-MyXUe6Rb8ppcE
got 6QTt-5DahBKcBiUs06BfkLTuvBu1uF7pblb_bPaUONU
And Peter says:
This has been fixed in peep 0.5
https://github.com/erikrose/peep/pull/17
But now we need to upgrade Socorro to use peep 0.5 and we'll need to set
two shas for mock.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
Pull request https://github.com/mozilla/socorro/pull/1485
However, now that I look more closely I see that brandon's fix changed the nose sha but your error is about mock. What does mock have to do with "6QTt-5DahBKcBiUs06BfkLTuvBu1uF7pblb_bPaUONU" ?!
Comment 2•11 years ago
|
||
There's a nose failure in https://ci.mozilla.org/job/socorro-release/519/console, but nose 1.3.0 does not have 2 competing archives, and the one that's up there was uploaded in April, so I don't know what to make of that. Let's see if it happens again, I guess.
Comment 3•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ea5388e540521ceab9bec8c0f98a29f0ba645fb5
fixes bug 914393 - fix peep error about md5 change for mock, r=ErikRose
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•11 years ago
|
||
If the nose package fails again, then, does that mean that pypi gives us different tarballs at different times depending on which CDN we use?
Comment 5•11 years ago
|
||
That would be hugely evil and not make any sense, but I don't have a better hypothesis.
Comment 6•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5980190f3dfd2760dc85c32d740640f9c5d03dd7
Upgrade to peep 0.5, and add a hash for the zipped version of mock. Fixes bug 914393.
Now peep will succeed whether PyPI gives us the zip or the tarball.
Updated•11 years ago
|
Whiteboard: [qa-]
Target Milestone: --- → 59
You need to log in
before you can comment on or make changes to this bug.
Description
•