From 438bdccff34b7cadfcc29dfd51f89b1b777ff2e7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 8 Jun 2016 12:17:03 +0200 Subject: Buildobt: Update master config --- build_files/buildbot/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/buildbot/master.cfg b/build_files/buildbot/master.cfg index 70dcbfbc1df..8bd23357fc6 100644 --- a/build_files/buildbot/master.cfg +++ b/build_files/buildbot/master.cfg @@ -285,7 +285,7 @@ def generic_builder(id, libdir='', branch='', rsync=False): maxsize=150 * 1024 * 1024, workdir='install')) f.addStep(MasterShellCommand(name='unpack', - command=['python', unpack_script, filename], + command=['python2.7', unpack_script, filename], description='unpacking', descriptionDone='unpacked')) return f -- cgit v1.2.3