use https for unidata urls
This commit is contained in:
parent
176a3b2b97
commit
92ae3dfe8d
4 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ Instructions on how to deploy CAVE from Eclipse.
|
|||
|
||||
[awips2repo]
|
||||
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
|
||||
protect=0
|
||||
gpgcheck=0
|
||||
|
|
|
@ -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 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 groupinstall awips2-ade -y
|
||||
|
||||
|
|
|
@ -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 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 groupinstall awips2-ade -y
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Quick instructions on how to deploy CAVE from Eclipse.
|
|||
|
||||
[awips2repo]
|
||||
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
|
||||
protect=0
|
||||
gpgcheck=0
|
||||
|
|
Loading…
Add table
Reference in a new issue