File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66addons :
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 :
You can’t perform that action at this time.
0 commit comments