From a50a1f15f9da37a760ee27d51a01714b489f8ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 15 Jul 2018 15:01:03 +0300 Subject: [PATCH] update for new toolchain --- gonullu/volunteer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gonullu/volunteer.py b/gonullu/volunteer.py index 0340afa..09d784d 100644 --- a/gonullu/volunteer.py +++ b/gonullu/volunteer.py @@ -64,7 +64,7 @@ def preparation(kernel_require, sandbox_requirement, package, j=5): pisi ar core --ignore-check https://github.com/pisilinux/core/raw/master/pisi-index.xml.xz && pisi ar main --ignore-check https://github.com/pisilinux/main/raw/master/pisi-index.xml.xz --at 2 pisi ur sed -i 's/-j5/-j%d/g' /etc/pisi/pisi.conf -sed -i 's/build_host = localhost/build_host=farmV3/g' /etc/pisi/pisi.conf +sed -i 's/build_host = localhost/build_host=farmV4/g' /etc/pisi/pisi.conf cd /root pisi bi --ignore-safety%s-y $3 1>/root/%s/$1-$2-$3.log 2>/root/%s/$1-$2-$3.err STAT=$?