Closed
Bug 1380943
Opened 8 years ago
Closed 5 years ago
Require 2.7+ python post bug 1380780
Categories
(SeaMonkey :: Release Engineering, enhancement)
SeaMonkey
Release Engineering
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(1 file)
|
4.45 KB,
patch
|
frg
:
review+
|
Details | Diff | Splinter Review |
With the fixing of bug 1380780, our builds are busted as by default, we aren't
using 2.7+ (by default, it's 2.6.x).
So this will need to be fixed. though I do have an inkling of how to do so.
Basically use the right python... (give that man a cigar!)
Luckily.. we do have a python2.7 (2.7.5.. no, it's not recent, but at least
it should shut this thing up. ) until we upgrade our slaves to 2.7.13...
| Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Comment on attachment 8886840 [details] [diff] [review]
[custom] use pythonWithJson to get the python 2.7
Do we use talos?
Then factory.py should probably or anyway be fixed up here too in TalosFactory?
> def pythonWithJson(self, platform):
> if platform in ('macosx64', 'linux'):
> return "/tools/buildbot/bin/python"
Attachment #8886840 -
Flags: review?(frgrahl) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Frank-Rainer Grahl (:frg) from comment #2)
> Comment on attachment 8886840 [details] [diff] [review]
> [custom] use pythonWithJson to get the python 2.7
>
> Do we use talos?
No we don't use Talos.
>
> Then factory.py should probably or anyway be fixed up here too in
> TalosFactory?
>
> > def pythonWithJson(self, platform):
> > if platform in ('macosx64', 'linux'):
> > return "/tools/buildbot/bin/python"
In fact, I want to get rid of that TalosFactory.
Comment 4•5 years ago
|
||
Old infra. I think obsolete.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•