Bug 1175701 - Windows Puppet machines failing on sendchange, use pre-moz6 py exe, r=mshal

This commit is contained in:
Jordan Lund 2015-07-23 13:55:38 -07:00
parent 17f4d6e27c
commit 8609546c31
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ config = {
'c:\\mozilla-build\\buildbotve\\scripts\\buildbot'
],
'puppet_location': [
sys.executable,
'c:\\mozilla-build\\buildbot-0.8.4-pre-moz6\\Scripts\\python.exe',
'c:\\mozilla-build\\buildbot-0.8.4-pre-moz6\\scripts\\buildbot'
]
},

View File

@ -36,7 +36,7 @@ config = {
'c:\\mozilla-build\\buildbotve\\scripts\\buildbot'
],
'puppet_location': [
sys.executable,
'c:\\mozilla-build\\buildbot-0.8.4-pre-moz6\\Scripts\\python.exe',
'c:\\mozilla-build\\buildbot-0.8.4-pre-moz6\\scripts\\buildbot'
]
},