From 327d6f7eb1dd180201c5511e175f835231898e17 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 2 Sep 2019 12:24:45 +0200 Subject: [PATCH] Run pipeline with old version qemu 4.0.0-4.fc31 again. (#94) --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68e92ad..9f6d4b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ addons: - cpio env: global: - - MAJOR_VERSION=3 - - MINOR_VERSION=1 - - PATCH_VERSION=1 - - RELEASE_VERSION=2 + - MAJOR_VERSION=4 + - MINOR_VERSION=0 + - PATCH_VERSION=0 + - RELEASE_VERSION=4 - VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION # Container tag version string. # Set it here to give a flexibility of the value such as "X.Y". @@ -29,7 +29,7 @@ env: # Container repository - DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static # - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static - - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/3.1.1/2.fc30/x86_64/qemu-user-static-3.1.1-2.fc30.x86_64.rpm" + - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/4.fc31/x86_64/qemu-user-static-4.0.0-4.fc31.x86_64.rpm" - PACKAGE_FILENAME=$(basename "$PACKAGE_URI") before_script: - wget --content-disposition $PACKAGE_URI