Ryan Barry has uploaded a new change for review. Change subject: [TEST] Check on the repo recipe downloader grabs ......................................................................
[TEST] Check on the repo recipe downloader grabs Change-Id: I0f28feca2ee6a8ad4391feb2f53198d04293f282 Signed-off-by: Ryan Barry <[email protected]> --- M recepie-downloader.sh.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/30/56030/1 diff --git a/recepie-downloader.sh.in b/recepie-downloader.sh.in index ca4d87a..d274304 100644 --- a/recepie-downloader.sh.in +++ b/recepie-downloader.sh.in @@ -6,6 +6,7 @@ case $1 in "install") sudo yum-config-manager --add-repo "http://resources.ovirt.org/pub/ovirt-$OVIRT_REPO_SUFFIX/rpm/$DISTRO_SHORT" + sudo yum --disablerepo="*" --enablerepo="resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7" list available sudo yum install ovirt-node-recipe -y --nogpgcheck sudo yum install ovirt-node-plugin-vdsm-recipe -y --nogpgcheck ;; -- To view, visit https://gerrit.ovirt.org/56030 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0f28feca2ee6a8ad4391feb2f53198d04293f282 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
