tests: change all mentions of Fedora 32 to Fedora 33

Fedora 32 is EOL, let's use Fedora 33. (Fedora 34 is not yet
100% supported in composer).
This commit is contained in:
Ondřej Budai 2021-06-10 08:07:55 +02:00 committed by Christian Kellner
parent ad157cc206
commit 3ceeb47333
4 changed files with 25 additions and 25 deletions

View file

@ -92,7 +92,7 @@ Specifically:
* destination tag, which contains the list of packages
A helper script will create a minimum set that is necessary to build
an image call `Fedora-Cloud` for `f32-candidate`:
an image call `Fedora-Cloud` for `f33-candidate`:
```sh
test/make-tags.sh
@ -121,11 +121,11 @@ koji --server=http://localhost:8080/kojihub \
--authtype=password \
osbuild-image \
Fedora-Cloud \
32 \
fedora-32 \
f32-candidate \
33 \
fedora-33 \
f33-candidate \
x86_64 \
--repo 'http://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/$arch/os/' \
--repo 'http://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/$arch/os/' \
--image-type qcow2 \
--release 1
```