use https for unidata urls

This commit is contained in:
mjames-upc 2017-12-21 09:32:35 -07:00
parent 176a3b2b97
commit 92ae3dfe8d
4 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ Instructions on how to deploy CAVE from Eclipse.
[awips2repo] [awips2repo]
name=AWIPS II Repository name=AWIPS II Repository
baseurl=http://www.unidata.ucar.edu/repos/yum/awips2-dev/ baseurl=https://www.unidata.ucar.edu/repos/yum/awips2-dev/
enabled=1 enabled=1
protect=0 protect=0
gpgcheck=0 gpgcheck=0

View file

@ -22,7 +22,7 @@ ENV httpDeps="autoconf findutils libselinux-devel libxml2-devel lua-devel openld
RUN yum install $systemDeps $rpmDeps $qpidDeps $pythonDeps $awipsDeps $httpDeps -y RUN yum install $systemDeps $rpmDeps $qpidDeps $pythonDeps $awipsDeps $httpDeps -y
RUN wget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/el6-dev.repo RUN wget -O /etc/yum.repos.d/awips2.repo https://www.unidata.ucar.edu/software/awips2/doc/el6-dev.repo
RUN yum -y clean all RUN yum -y clean all
RUN yum groupinstall awips2-ade -y RUN yum groupinstall awips2-ade -y

View file

@ -22,7 +22,7 @@ ENV httpDeps="autoconf findutils libselinux-devel libxml2-devel lua-devel openld
RUN yum install $systemDeps $rpmDeps $qpidDeps $pythonDeps $awipsDeps $httpDeps -y RUN yum install $systemDeps $rpmDeps $qpidDeps $pythonDeps $awipsDeps $httpDeps -y
RUN wget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/el7-dev.repo RUN wget -O /etc/yum.repos.d/awips2.repo https://www.unidata.ucar.edu/software/awips2/doc/el7-dev.repo
RUN yum -y clean all RUN yum -y clean all
RUN yum groupinstall awips2-ade -y RUN yum groupinstall awips2-ade -y

View file

@ -5,7 +5,7 @@ Quick instructions on how to deploy CAVE from Eclipse.
[awips2repo] [awips2repo]
name=AWIPS II Repository name=AWIPS II Repository
baseurl=http://www.unidata.ucar.edu/repos/yum/awips2-dev/ baseurl=https://www.unidata.ucar.edu/repos/yum/awips2-dev/
enabled=1 enabled=1
protect=0 protect=0
gpgcheck=0 gpgcheck=0