Re-adding mapr-eco-repository repo

The final state of review https://review.openstack.org/#/c/364363 ended
with the localize_repo function to enable the ecosystem repository
commented. It appears from a plain reading of the code that this was
an error.

Change-Id: I3100d73c8499e9deaf720a97dba71116a9a555b7
This commit is contained in:
Elise Gafford 2016-09-14 23:40:23 -04:00
parent 6561879886
commit 42c4a37ab7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ else
fi
echo "Creating local MapR ecosystem repository"
#localize_repo "$MAPR_REPO_NAME" "$MAPR_REPO_URL" "$MAPR_PKG_GROUPS" "$MAPR_SPEC" "$MAPR_REPO_DIR"
localize_repo "$MAPR_REPO_NAME" "$MAPR_REPO_URL" "$MAPR_PKG_GROUPS" "$MAPR_SPEC" "$MAPR_REPO_DIR"
echo $MAPR_SPEC
echo "END: installing MapR ecosystem repository"