I created f41 and f40 branches by pushing to the repo, instead of using fedpkg request-branch first. I cannot build from those branches. Koji says: "BuildError: package python-sphinxcontrib-globalsubs not in list for tag f40-updates-candidate". Please do whatever needs to be done. (I guess just deleting the branches in dist-git would be the easiest solution. I can recreate them in the usual fashion then.)
f41
f40
fedpkg request-branch
request them via fedpkg request branch after they were already created in git
Metadata Update from @jnsamyak: - Issue tagged with: low-gain, low-trouble, ops
It always says "branch already exists".
A few things...
Odd that you were able to make those branches. pagure should have a hook preventing making new branches that match: 'refs/heads/f[0-9]+',
When processing normally, a message is emitted and the package is added in koji, but we also have a daily thing that runs to sync things up. This has now run and those packages should be existing in koji. ;)
Can you confirm? Also, did you do anything special to make those branches?
I used git push origin --atomic rawhide:{rawhide,f41,f40} to create the branches.
git push origin --atomic rawhide:{rawhide,f41,f40}
I tried a build again, and now it worked. So it's all good, thank you.
Metadata Update from @zbyszek: - Issue close_status updated to: It's all good - Issue status updated to: Closed (was: Open)