Closed
Bug 1176253
Opened 10 years ago
Closed 10 years ago
"/bin/steps/python: line 6: [: too many arguments" during Heroku deploy
Categories
(Tree Management :: Treeherder, defect, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
This is from:
https://github.com/heroku/heroku-buildpack-python/blob/7d4093795bbd2028e34adcac2c6055e0195dff63/bin/steps/python#L6
tl;dr we shouldn't be putting anything else (including the licence text) in runtime.txt
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/0ea180259eda4f59cde4ceae868a971661bc1621
Bug 1176253 - Heroku: Remove licence boilerplate from runtime.txt
Since it breaks the Heroku Python buildpack build script.
Assignee | ||
Comment 2•10 years ago
|
||
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> Python app detected
remote: -----> Installing dependencies with pip
remote: You are using pip version 7.0.1, however version 7.0.3 is available.
remote: You should consider upgrading via the 'pip install --upgrade pip' command.
remote:
remote: -----> Preparing static assets
remote: Running collectstatic...
remote: 104 static files copied to '/app/treeherder/webapp/static'.
remote:
remote: -----> Running post-compile hook
...
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•