1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 06:38:23 +00:00

adding security repos

This commit is contained in:
Carles Fernandez 2014-11-23 11:02:11 +01:00
parent f69354d9f9
commit 292e55cf71

View File

@ -20,13 +20,15 @@ before_install:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) restricted"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu $(lsb_release -sc)-security main restricted"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu $(lsb_release -sc)-security universe"
#- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic universe"
#- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic multiverse"
#- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic"
- sudo add-apt-repository "deb http://ppa.launchpad.net/gqrx/snapshots/ubuntu $(lsb_release -sc) main"
- sudo add-apt-repository "deb http://ppa.launchpad.net/gqrx/releases/ubuntu $(lsb_release -sc) main"
# - sudo add-apt-repository "deb http://ppa.launchpad.net/gqrx/releases/ubuntu $(lsb_release -sc) main"
- sudo sh -c "echo deb-src http://ppa.launchpad.net/gqrx/snapshots/ubuntu $(lsb_release -sc) main \ >> /etc/apt/sources.list"
- sudo sh -c "echo deb-src http://ppa.launchpad.net/gqrx/releases/ubuntu $(lsb_release -sc) main \ >> /etc/apt/sources.list"
# - sudo sh -c "echo deb-src http://ppa.launchpad.net/gqrx/releases/ubuntu $(lsb_release -sc) main \ >> /etc/apt/sources.list"
#- sudo add-apt-repository -y ppa:gqrx/releases
#- sudo add-apt-repository -y ppa:gqrx/snapshots
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y