mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1429158 - Ensure 'six' and 'mozterm' are available from the one-click-loaner mach environment, r=jmaher
Mach itself now depends on 'six', so it needs to be packaged in the test archive. MozReview-Commit-ID: 8lWc0cxwrss --HG-- extra : rebase_source : fc25b5dec23d0864905ebb116114b5ef37f0595b
This commit is contained in:
parent
a08ebf9101
commit
263b035a20
@ -226,6 +226,12 @@ ARCHIVE_FILES = {
|
||||
'pattern': '**',
|
||||
'dest': 'tools/mozterm',
|
||||
},
|
||||
{
|
||||
'source': buildconfig.topsrcdir,
|
||||
'base': 'third_party/python/six',
|
||||
'pattern': '**',
|
||||
'dest': 'tools/six',
|
||||
},
|
||||
{
|
||||
'source': buildconfig.topobjdir,
|
||||
'base': '',
|
||||
|
@ -36,6 +36,8 @@ SEARCH_PATHS = [
|
||||
'mozbase/mozversion',
|
||||
'reftest',
|
||||
'tools/mach',
|
||||
'tools/mozterm',
|
||||
'tools/six',
|
||||
'tools/wptserve',
|
||||
'web-platform',
|
||||
'web-platform/tests/tools/wptrunner',
|
||||
|
Loading…
Reference in New Issue
Block a user