File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ addons:
12
12
- cpio
13
13
env :
14
14
global :
15
- - MAJOR_VERSION=4
16
- - MINOR_VERSION=0
17
- - PATCH_VERSION=0
18
- - RELEASE_VERSION=5
15
+ - MAJOR_VERSION=3
16
+ - MINOR_VERSION=1
17
+ - PATCH_VERSION=1
18
+ - RELEASE_VERSION=2
19
19
- VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION
20
20
# Container tag version string.
21
21
# Set it here to give a flexibility of the value such as "vX.Y".
29
29
# Container repository
30
30
- DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static
31
31
# - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static
32
- - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/5.fc31 /x86_64/qemu-user-static-4.0.0-5.fc31 .x86_64.rpm"
32
+ - 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"
33
33
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
34
34
before_script :
35
35
- wget --content-disposition $PACKAGE_URI
You can’t perform that action at this time.
0 commit comments