commit | 02f9e8bbdddd69603cbb0afc93279c4151afd5f5 | [log] [tgz] |
---|---|---|
author | Dirk Mueller <dirk@dmllr.de> | Sun Sep 10 02:51:10 2017 +0200 |
committer | Dirk Mueller <dirk@dmllr.de> | Sun Sep 10 17:50:00 2017 -0600 |
tree | f028e008d7e1c1c6575a0d92a4edf568c4837d1b | |
parent | 6effdf370a1a638e72319337db57c5ef1fa1312d [diff] |
Replace pmap shellout with pure python implementation Without this patch, the pmap -XX call fails on openSUSE Leap distributions as those have a fairly ancient procps version that does not support the -XX parameter. A pure python implementation is more portable, faster and even shorter than the subprocess call. Closes-Bug: #1716066 Change-Id: I2fdb457e65359a1c9d40452c922cfdca0e6e74dc