Skip to content

Commit

Permalink
[ci] Switch to a different mirror of our packages
Browse files Browse the repository at this point in the history
Currently there are problems with download.opensuse.org
  • Loading branch information
hennevogel committed Sep 6, 2017
1 parent 945a2df commit 02c6c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ci/travis_before_install.sh
Expand Up @@ -8,7 +8,7 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C5C219E7

# Install updates from our own repository
sudo chmod a+w /etc/apt/sources.list.d
echo 'deb http://download.opensuse.org/repositories/OBS:/Server:/Unstable/xUbuntu_14.04 /' > /etc/apt/sources.list.d/opensuse.list
echo 'deb http://ftp.gwdg.de/pub/opensuse/repositories/OBS%3A/Server%3A/Unstable/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/opensuse.list

# We could use this to only update the package list from the OBS,
# but apprently this is not possible anymore. So we update all package lists.
Expand Down

0 comments on commit 02c6c40

Please sign in to comment.