Account for zypper return values not matching reality 38/6038/1
authorWilliam Douglas <william.douglas@intel.com>
Wed, 24 Jul 2013 23:56:57 +0000 (16:56 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Thu, 25 Jul 2013 00:16:27 +0000 (17:16 -0700)
commitdcbe56295bbdbfce441de9acfa4e3b3288be9dc4
tree6b21ca8c99a732a4bec0c03c5087b007936e00f6
parent061a83ad5d396ad2db4ed02cfab221f4e6ebb913
Account for zypper return values not matching reality

Zypper will return OK status when the update is aborted so search
stderr for indications of problems and fail if they are found.

Switching to using libpackagekit will hopefully avoid this issue in
the future.

Signed-off-by: William Douglas <william.douglas@intel.com>
swup.py