Skip to content

Commit

Permalink
Merge pull request #4177 from MilhouseVH/le10-pkgbuilder-setsid
Browse files Browse the repository at this point in the history
scripts/pkgbuilder.py: assign each subprocess a process group
  • Loading branch information
dhewg committed Feb 19, 2020
2 parents b03bf23 + ef86eb8 commit c6e17d2
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 106 deletions.
1 change: 1 addition & 0 deletions config/multithread
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ start_multithread_build() {
# When building addons, don't halt on error - keep building all packages/addons
[ "${MTADDONBUILD}" = "yes" ] && buildopts+=" --continue-on-error" || buildopts+=" --halt-on-error"

[ "${MTPROGRESS}" = "yes" ] && buildopts+=" --progress"
[ "${MTVERBOSE}" = "yes" ] && buildopts+=" --verbose"
[ "${MTDEBUG}" = "yes" ] && buildopts+=" --debug"
if [ "${DISABLE_COLORS}" = "yes" ]; then
Expand Down

0 comments on commit c6e17d2

Please sign in to comment.