Skip to content

Commit

Permalink
update for new toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugerata authored Jul 15, 2018
1 parent 3bef679 commit a50a1f1
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 @@ -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=$?
Expand Down

0 comments on commit a50a1f1

Please sign in to comment.