Skip to content

Commit 0d9ec3c

Browse files
committed
CI: Update APT repositories
1 parent dc38c2e commit 0d9ec3c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.cds/oio-sds-test-fast.pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
#!/bin/bash
1818
set -x
1919
sudo add-apt-repository ppa:longsleep/golang-backports
20-
curl http://mirror.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
21-
apt-add-repository "deb http://mirror.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
20+
curl http://mirror2.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
21+
apt-add-repository "deb http://mirror2.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
2222
apt install -y $(tr '\n' ' ' < .cds/deps-ubuntu-bionic.txt)
2323
mkdir /tmp/oio
2424
virtualenv -p /usr/bin/python2 $HOME/oioenv

.cds/oio-sds-test-functional.pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
#!/bin/bash
1414
set -x
1515
sudo add-apt-repository ppa:longsleep/golang-backports
16-
curl http://mirror.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
17-
apt-add-repository "deb http://mirror.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
16+
curl http://mirror2.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0 | apt-key add -
17+
apt-add-repository "deb http://mirror2.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/"
1818
apt install -y $(tr '\n' ' ' < .cds/deps-ubuntu-bionic.txt)
1919
mkdir /tmp/oio
2020
# We need these permissions for the ECD and container backup services to work

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
addons:
77
apt:
88
sources:
9-
- sourceline: 'deb http://mirror2.openio.io/pub/repo/openio/sds/18.04/ubuntu/ bionic/'
9+
- sourceline: 'deb http://mirror2.openio.io/pub/repo/openio/sds/19.04/ubuntu/ bionic/'
1010
key_url: 'http://mirror2.openio.io/pub/repo/openio/APT-GPG-KEY-OPENIO-0'
1111
# Please keep the following list sorted!
1212
packages:

0 commit comments

Comments
 (0)