File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ steps:
192
192
machineType : n2-standard-2
193
193
enableNestedVirtualization : true
194
194
195
- - label : " quark-test on fedora 42 (beta) "
195
+ - label : " quark-test on fedora 42"
196
196
key : test_fedora_42
197
197
command : " ./.buildkite/runtest_distro.sh fedora 42"
198
198
depends_on :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ shift 2
20
20
21
21
case $FEDORAVER in
22
22
2? |3? ) URL=" https://archives.fedoraproject.org/pub/archive/fedora/linux/updates/$FEDORAVER /Everything/x86_64/Packages/k" ;;
23
- 42 |rawhide) URL=" https://ftp.fau.de/fedora/linux/development/$FEDORAVER /Everything/x86_64/os/Packages/k" ;;
23
+ 43 |rawhide) URL=" https://ftp.fau.de/fedora/linux/development/$FEDORAVER /Everything/x86_64/os/Packages/k" ;;
24
24
4? ) URL=" https://ftp.fau.de/fedora/linux/updates/$FEDORAVER /Everything/x86_64/Packages/k" ;;
25
25
* ) echo bad version " $FEDORAVER " 1>&2 ;;
26
26
esac
You can’t perform that action at this time.
0 commit comments