Bug#522918: [Piuparts-devel] Bug#522918: Bug#522918: Patch

2011-09-02 Thread Scott Schaefer
> Was this part really needed or "clean up noise"? > diff --git a/piuparts.py b/piuparts.py > --- a/piuparts.py > +++ b/piuparts.py > @@ -37,11 +37,9 @@ > import logging > import optparse > import sys > -import commands > import tempfile > import shutil > import os > -import tarfile > impor

Bug#522918: [Piuparts-devel] Bug#522918: Patch

2011-08-29 Thread Holger Levsen
tags 522918 + pending thanks Hi Scott, On Donnerstag, 18. August 2011, Scott Schaefer wrote: > Attached is patch that will kill (via SIGTERM, then if that fails, via > SIGKILL), > these leftover processes. thanks, applied in the feature/522918 branch for now. Was this part really needed or "cl

Bug#522918: Patch

2011-08-18 Thread Scott Schaefer
Attached is patch that will kill (via SIGTERM, then if that fails, via SIGKILL), these leftover processes. diff --git a/piuparts.py b/piuparts.py --- a/piuparts.py +++ b/piuparts.py @@ -37,11 +37,9 @@ import logging import optparse import sys -import commands import tempfile import shutil