Skip to content

Commit

Permalink
qemu 5.0.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Kuvakin committed Aug 24, 2020
1 parent e455e52 commit 5ad5ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
- MAJOR_VERSION=5
- MINOR_VERSION=0
- PATCH_VERSION=0
- RELEASE_VERSION=2
- RELEASE_VERSION=5
- 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".
Expand All @@ -38,7 +38,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/5.0.0/2.fc33/x86_64/qemu-user-static-5.0.0-2.fc33.x86_64.rpm"
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/5.0.0/5.fc33/x86_64/qemu-user-static-5.0.0-5.fc33.x86_64.rpm"
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
before_script:
- wget --content-disposition $PACKAGE_URI
Expand Down

0 comments on commit 5ad5ea1

Please sign in to comment.