]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: do not use deb.rug.nl as a mirror anymore 38724/head
authorKefu Chai <kchai@redhat.com>
Mon, 28 Dec 2020 00:18:29 +0000 (08:18 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 28 Dec 2020 00:18:32 +0000 (08:18 +0800)
commitcb471023d7054a096ea56c7178fd0d6f15654ba8
tree3731b378b4dc28267adf5d6fe673bfcfae7e3646
parentfd2f92fd444775aa13b98076de49703d8a6eb7a2
install-deps.sh: do not use deb.rug.nl as a mirror anymore

seems it does not mirror bionic packages for ubuntu-toolchain-r PPA repo anymore.
see http://deb.rug.nl/ppa/mirror/ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/dists/

without this change, `sudo apt-get update` fails like:

Err:5 http://deb.rug.nl/ppa/mirror/ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic Release
  404  Not Found [IP: 129.125.36.99 80]
...

which fails the build which runs install-deps.sh, like:

Build step 'Execute shell' marked build as failure

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh