1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

trying the impossible, III

This commit is contained in:
Carles Fernandez 2014-11-23 11:34:52 +01:00
parent ae3563d0f2
commit a703606f65

View File

@ -20,6 +20,7 @@ before_install:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty multiverse"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu trusty-security universe"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu trusty-security main"
- sudo apt-get dist-upgrade -qq --force-yes
- sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
@ -27,9 +28,6 @@ before_install:
- 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 sh -c "echo deb-src http://ppa.launchpad.net/gqrx/snapshots/ubuntu $(lsb_release -sc) main \ >> /etc/apt/sources.list"