X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=nodeconfig%2Fyum%2Fmyplc.repo.php;h=d06da92ce5481352a7c273b7cc475a1ff0c9378e;hb=78ac2e59d2a6eb74ebb4f122ea79a65f96272ec6;hp=e26287d20a61cbea5eb788dad68508769e29034e;hpb=04045efb32bee5e9cff9bd1027aa53135fa5c915;p=bootstrapfs.git diff --git a/nodeconfig/yum/myplc.repo.php b/nodeconfig/yum/myplc.repo.php index e26287d..d06da92 100644 --- a/nodeconfig/yum/myplc.repo.php +++ b/nodeconfig/yum/myplc.repo.php @@ -42,7 +42,10 @@ $nodeflavour=$adm->GetNodeFlavour($node_id); $nodefamily=$nodeflavour['nodefamily']; $topdir=$_SERVER['DOCUMENT_ROOT'] . "/install-rpms/" . $nodefamily; -$topurl="https://$PLC_BOOT_HOST" . "/install-rpms/" . $nodefamily; +# Thierry : starting with fedora 12, yum complains about not being able to +# verify the certificates; as we're using gpgcheck on top of the rest, +# it's safe to use http only +$topurl="http://$PLC_BOOT_HOST" . "/install-rpms/" . $nodefamily; if ( is_dir (realpath($topdir))) { echo "# This directory was checked to exist on the server-side\n";