Closed
Bug 613863
Opened 14 years ago
Closed 14 years ago
Error when testing add-ons on the AMO staging domain
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P1)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dbuchner, Assigned: zalun)
Details
When testing on allizom.org the following error occurs every time you try to test an add-on:
Error in building Add-on XPI
Traceback (most recent call last): File "/tmp/SDK-0.9-1000003-0/bin/cfx", line 3, in ? import cuddlefish File "/tmp/SDK-0.9-1000003-0/python-lib/cuddlefish/__init__.py", line 8, in ? from cuddlefish import packaging File "/tmp/SDK-0.9-1000003-0/python-lib/cuddlefish/packaging.py", line 199 if required_by is not None \ ^ SyntaxError: invalid syntax
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → zaloon
Severity: normal → blocker
Priority: -- → P1
Target Milestone: -- → 0.6
Assignee | ||
Comment 1•14 years ago
|
||
It looks like a not compatible python has been called.
I created a PYTHON_EXEC setting and I'm using it to alias the python in cfx.sh
https://github.com/mozilla/FlightDeck/blob/staging/apps/jetpack/xpi_utils.py#L23
This bug will be closed after confirming it fixes the staging server
Status: NEW → ASSIGNED
Updated•14 years ago
|
Component: FlightDeck → Add-on Builder
Product: Mozilla Labs → addons.mozilla.org
Target Milestone: 0.6 → ---
Updated•14 years ago
|
QA Contact: flightdeck → add-on-builder
Reporter | ||
Comment 2•14 years ago
|
||
Is this still relevant? I believe we fixed this a while ago.
Assignee | ||
Comment 3•14 years ago
|
||
old bug
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•