Show status before running py2rpm+yumfind.

This stage can actually take a while to finish
so before starting it, it is pretty useful to
tell the user that we are starting the bootstrap
of rpms so they know what is going on. This is
especially relevant if yumfind has to internally
update repos (like epel, which can take a while
to scan/update).

Change-Id: Iaf907681a9b28e197269a5e88ef05bc6d88750c8
This commit is contained in:
Joshua Harlow 2013-08-09 12:48:10 -07:00
parent 00990b3166
commit ead764ce8e

1
smithy
View File

@ -151,6 +151,7 @@ bootstrap_selinux()
bootstrap_python_rpms()
{
echo -e "Bootstrapping ${COL_GREEN}python${COL_RESET} rpms."
local package_map=$(python -c "import yaml
try:
for k, v in yaml.safe_load(open('$DISTRO_CONFIG'))['dependency_handler']['package_map'].iteritems():