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.
This commit is contained in:
Martin Pitt 2022-02-15 11:41:07 +01:00 committed by Martin Pitt
parent 67640c7088
commit ea8b606243

View file

@ -23,9 +23,9 @@ job release-srpm -V
## Authenticate for pushing into Fedora dist-git ## Authenticate for pushing into Fedora dist-git
# cat ~/.fedora-password | kinit yourfedorauser@FEDORAPROJECT.ORG # cat ~/.fedora-password | kinit yourfedorauser@FEDORAPROJECT.ORG
## Do fedora builds for the tag, using tarball ## Do fedora builds for the tag, using tarball
# job release-koji -k main # job release-koji rawhide
# job release-koji f33 # job release-koji f36
# job release-bodhi F33 # job release-bodhi F36
# These are likely the first of your release targets; but run them after Fedora uploads, # 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 # so that failures there will fail the release early, before publishing on GitHub