metal/bsp-files
SidneyAn cdabacd300 ensure output format of 'subprocess.check_output' is same in Python2/3
Once upgraded to CentOS 8, the default python env (both of runtime and
build container) is python3. 
It fails to build platform-kickstart rpm for the changes of function
'subprocess.check_output' during upgrading from python2 to python3.

In python3.5 or above the default output format of function
'subprocess.check_output', which is str in python2, is bytes. However if
factor 'universal_newlines' is set as True, the output format will be
str in both python3 and python2.

Setting "universal_newlines=True" is safe for current system and can
solve issues met in python3. 

Change-Id: I01b166b5669553d9363b745747e1e9901345904f
Story: 2007018
Task: 37803
Signed-off-by: SidneyAn <ran1.an@intel.com>
2019-12-17 01:59:34 +00:00
..
kickstarts Update kickstarts to remove cgts-vg as needed 2019-11-26 11:52:49 -05:00
upgrades Fix linters issues and enable tox/zuul linters job as gate 2018-09-05 09:02:25 +08:00
centos-ks-gen.pl Support custom kickstart addon for install from USB 2019-09-20 12:42:22 -04:00
centos.syslinux.cfg Remove Extended Security Profile selections 2019-08-19 10:53:34 -04:00
filter_out_from_controller i40e Driver Upgrade in support of N3000 on-board NICs 2019-11-19 15:06:06 -05:00
filter_out_from_smallsystem i40e Driver Upgrade in support of N3000 on-board NICs 2019-11-19 15:06:06 -05:00
filter_out_from_smallsystem_lowlatency i40e Driver Upgrade in support of N3000 on-board NICs 2019-11-19 15:06:06 -05:00
filter_out_from_storage i40e Driver Upgrade in support of N3000 on-board NICs 2019-11-19 15:06:06 -05:00
filter_out_from_worker i40e Driver Upgrade in support of N3000 on-board NICs 2019-11-19 15:06:06 -05:00
filter_out_from_worker_lowlatency i40e Driver Upgrade in support of N3000 on-board NICs 2019-11-19 15:06:06 -05:00
grub.cfg Remove Extended Security Profile selections 2019-08-19 10:53:34 -04:00
pkg-list.pl StarlingX open source release updates 2018-05-31 07:36:43 -07:00
platform_comps.py ensure output format of 'subprocess.check_output' is same in Python2/3 2019-12-17 01:59:34 +00:00
pxeboot.cfg Remove Extended Security Profile selections 2019-08-19 10:53:34 -04:00
pxeboot_grub.cfg Remove Extended Security Profile selections 2019-08-19 10:53:34 -04:00
pxeboot_setup.sh PXE Boot Server robustness 2018-11-26 15:40:28 -05:00