diskimage-builder/elements/package-installs/bin
Pino Toscano 7f410aaff2 package-installs: work with Python < 2.7
subprocess.check_output() has been introduced in Python 2.7, so the
script will fail when trying to install stuff in guests with Python 2.6
and older (like RHEL 6 / CentOS 6, for example).

Thus gracefully fallback to subprocess.Popen() when
subprocess.check_output() is not available.

Change-Id: I335148397932177810f095a942b993b249991107
Closes-Bug: #1415240
2015-02-25 17:46:08 +01:00
..
package-installs package-installs assumes packages have a pkg-map 2014-10-27 09:42:58 -07:00
package-installs-squash Add installtype support to package-installs 2015-01-28 20:11:51 -08:00
package-installs-v2 package-installs: work with Python < 2.7 2015-02-25 17:46:08 +01:00
package-uninstalls package-installs for pre-install.d/post-install.d 2014-08-14 21:18:19 -04:00