File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
echo "install necessary dependencies for criu package which is not part of ${ubuntu_version}"
86
86
sudo apt-get install -qq libprotobuf32t64 python3-protobuf libnet1
87
87
echo "install criu manually from static location"
88
- curl -sLO http://cz. archive.ubuntu.com/ubuntu/pool/universe/c/criu/criu_3.16.1-2_amd64.deb && sudo dpkg -i criu_3.16.1-2_amd64.deb
88
+ curl -sLO http://archive.ubuntu.com/ubuntu/pool/universe/c/criu/criu_3.16.1-2_amd64.deb && sudo dpkg -i criu_3.16.1-2_amd64.deb
89
89
echo "installing/update podman package..."
90
90
sudo apt-get -qq -y install podman || { echo "Start fallback steps for podman nightly installation from a static mirror" && \
91
91
sudo sh -c "echo 'deb http://ftp.lysator.liu.se/pub/opensuse/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_${ubuntu_version}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:unstable.list" && \
Original file line number Diff line number Diff line change 99
99
echo "install necessary dependencies for criu package which is not part of ${ubuntu_version}"
100
100
sudo apt-get install -qq libprotobuf32t64 python3-protobuf libnet1
101
101
echo "install criu manually from static location"
102
- curl -sLO http://cz. archive.ubuntu.com/ubuntu/pool/universe/c/criu/criu_3.16.1-2_amd64.deb && sudo dpkg -i criu_3.16.1-2_amd64.deb
102
+ curl -sLO http://archive.ubuntu.com/ubuntu/pool/universe/c/criu/criu_3.16.1-2_amd64.deb && sudo dpkg -i criu_3.16.1-2_amd64.deb
103
103
echo "installing/update podman package..."
104
104
sudo apt-get -qq -y install podman || { echo "Start fallback steps for podman nightly installation from a static mirror" && \
105
105
sudo sh -c "echo 'deb http://ftp.lysator.liu.se/pub/opensuse/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_${ubuntu_version}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:unstable.list" && \
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ jobs:
331
331
echo "install necessary dependencies for criu package which is not part of ${ubuntu_version}"
332
332
sudo apt-get install --allow-unauthenticated -qq libprotobuf32t64 python3-protobuf libnet1
333
333
echo "install criu manually from static location"
55DB
334
- curl -sLO http://cz. archive.ubuntu.com/ubuntu/pool/universe/c/criu/criu_3.16.1-2_amd64.deb && sudo dpkg -i criu_3.16.1-2_amd64.deb
334
+ curl -sLO http://archive.ubuntu.com/ubuntu/pool/universe/c/criu/criu_3.16.1-2_amd64.deb && sudo dpkg -i criu_3.16.1-2_amd64.deb
335
335
echo "installing/update podman package..."
336
336
sudo apt-get -qq -y install --allow-unauthenticated podman || { echo "Start fallback steps for podman nightly installation from a static mirror" && \
337
337
sudo sh -c "echo 'deb http://ftp.lysator.liu.se/pub/opensuse/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_${ubuntu_version}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:unstable.list" && \
You can’t perform that action at this time.
0 commit comments