[CRIU] [PATCH 10/10] CI: use qemu from Zesty
Kir Kolyshkin
kolyshkin at gmail.com
Mon Oct 2 03:34:05 MSK 2017
Signed-off-by: Kir Kolyshkin <kolyshkin at gmail.com>
---
scripts/build/extract-deb-pkg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/build/extract-deb-pkg b/scripts/build/extract-deb-pkg
index f2c9e923..322f1f5e 100755
--- a/scripts/build/extract-deb-pkg
+++ b/scripts/build/extract-deb-pkg
@@ -4,7 +4,7 @@ set -e
set -u
set -o pipefail
MIRROR="https://mirrors.kernel.org/ubuntu"
-PKGS="$MIRROR/dists/xenial/universe/binary-amd64/Packages.gz"
+PKGS="$MIRROR/dists/zesty/universe/binary-amd64/Packages.gz"
if [ $# -ne 1 ]; then
echo "Usage: $0 package-name" 1>&2
--
2.14.1
More information about the CRIU
mailing list