Merge "Use the dib python to do cleanup"

This commit is contained in:
Jenkins 2017-06-29 21:22:36 +00:00 committed by Gerrit Code Review
commit 2ed643a734
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ function _get_chroot_processes () {
# Deselect kernel threads, and use a python script to avoid
# forking lots and lots of readlink / grep processes on a busy
# system.
ps --ppid 2 -p 2 --deselect -o pid= | xargs python -c '
ps --ppid 2 -p 2 --deselect -o pid= | xargs ${DIB_PYTHON_EXEC:-python} -c '
import os
import sys