Bug 82252

Summary: [jhbuild] Prepend jhbuildrc's directory to sys.path instead of appending.
Product: WebKit Reporter: Raphael Kubo da Costa (:rakuco) <rakuco>
Component: Tools / TestsAssignee: Raphael Kubo da Costa (:rakuco) <rakuco>
Status: RESOLVED FIXED    
Severity: Normal CC: d-r, gustavo, mrobinson, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch gustavo: review+

Description Raphael Kubo da Costa (:rakuco) 2012-03-26 16:03:50 PDT
[jhbuild] Prepend jhbuildrc's directory to sys.path instead of appending.
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-03-26 16:07:10 PDT
Created attachment 133918 [details]
Patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-03-27 10:26:04 PDT
For the record, this is a real problem, as, for example, fail2ban installs a common/ directory which may end up in Python's default path. Prepending is the only way I see to make sure our common.py is always preferred.
Comment 3 Raphael Kubo da Costa (:rakuco) 2012-03-27 13:34:10 PDT
Committed r112309: <http://trac.webkit.org/changeset/112309>