From ea8b60624349d2ff3524e26d1db61a7d58de9938 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 15 Feb 2022 11:41:07 +0100 Subject: [PATCH] cockpituous: Update example koji/bodhi configs We use the "rawhide" branch, "main" is just an alias (and less descriptive). Also bump the release to Fedora 36. --- cockpituous-release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cockpituous-release b/cockpituous-release index 7aebbf1..86e26a5 100644 --- a/cockpituous-release +++ b/cockpituous-release @@ -23,9 +23,9 @@ job release-srpm -V ## Authenticate for pushing into Fedora dist-git # cat ~/.fedora-password | kinit yourfedorauser@FEDORAPROJECT.ORG ## Do fedora builds for the tag, using tarball -# job release-koji -k main -# job release-koji f33 -# job release-bodhi F33 +# job release-koji rawhide +# job release-koji f36 +# job release-bodhi F36 # These are likely the first of your release targets; but run them after Fedora uploads, # so that failures there will fail the release early, before publishing on GitHub