Closed
Bug 786392
Opened 13 years ago
Closed 13 years ago
TokenServer 1.1 now requires cornice==0.10
Categories
(Cloud Services Graveyard :: Server: Token, defect)
Cloud Services Graveyard
Server: Token
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jbonacci, Unassigned)
Details
(Whiteboard: [qa+])
I am attempting a local install of TokenServer, using no CHANNEL option and the CHANNEL=dev option.
In both cases, the 'make build' step is erroring out with the following:
11:31 < jbonacci> Could not find a version that satisfies the requirement cornice==0.10 (from -r dev-reqs.txt (line 2)) (from versions: )
11:31 < jbonacci> No distributions matching the version for cornice==0.10 (from -r dev-reqs.txt (line 2))
Full details:
http://jbonacci.pastebin.mozilla.org/1781063
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [qa+]
| Reporter | ||
Comment 1•13 years ago
|
||
This might be an "as designed".
I thought no CHANNEL option was the same as Prod, but it must be Dev
If I do one of the following:
make build
make build CHANNEL=dev
I get the cornice error
If I do this
make build CHANNEL=prod
then I am good
Comment 2•13 years ago
|
||
That's because we need to release cornice 0.10. Doing that now.
Comment 3•13 years ago
|
||
should be good now.
| Reporter | ||
Comment 4•13 years ago
|
||
Yep, and now it's fixed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•