Skip to content

Commit

Permalink
Merge pull request #43 from suvari/master
Browse files Browse the repository at this point in the history
works for toolchain after 2.1.2
  • Loading branch information
suvari authored Dec 10, 2019
2 parents 16c4db9 + cb3efe6 commit 4607d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gonullu/volunteer.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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=farmV4/g' /etc/pisi/pisi.conf
sed -i 's/build_host = localhost/build_host=farmV5/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=$?
Expand Down

0 comments on commit 4607d13

Please sign in to comment.