Browse Source
Obtain binaries from encrypted source when we're unable to check for their signatures. This should provide better security than downloading the files over HTTP but does not replace signature verification or file integrity check. Related-Bug: #1791674 Change-Id: I7d6eed9ab14ceb130ea4f5f03d893ddaaa0a7acdchanges/22/601322/1
6 changed files with 12 additions and 7 deletions
@ -1,5 +1,6 @@
|
||||
[opendaylight] |
||||
name=CentOS CBS OpenDaylight Release Repository |
||||
baseurl=http://cbs.centos.org/repos/nfv7-opendaylight-6-release/x86_64/os/ |
||||
# opendaylight package is not signed, so download from HTTPS source at least |
||||
baseurl=https://cbs.centos.org/repos/nfv7-opendaylight-6-release/x86_64/os/ |
||||
enabled=1 |
||||
gpgcheck=0 |
||||
|
Loading…
Reference in new issue