I have on numerous occasions needed to look up the task that created a given repo. It's not currently very easy to do that, but it should be pretty easy to just record it when we create them.
I wanted to do this today. Is there any way to do it with raw RPCs?
You can query all newRepo tasks before the repo timestamp and parse requests (or run SQL) - it is definitely not economical.
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.24
@mikem Were you thinking about putting it into db, or just in repo.json?
repo.json
Metadata Update from @tkopecek: - Issue set to the milestone: 1.25 (was: 1.24)
Were you thinking about putting it into db, or just in repo.json?
Both I think. In order to make this available in the api, it really ought to be in the db. Might as well include it in repo.json too.
PR #2802
Followup for dist-repos #2809
Metadata Update from @tkopecek: - Issue tagged with: testing-ready
Commit 8ab19811 fixes this issue
Commit 6a2c6e75 fixes this issue
One more PR #2823
Metadata Update from @jcupova: - Issue status updated to: Open (was: Closed)
Metadata Update from @jobrauer: - Issue tagged with: testing-done
Commit e44d9f6b fixes this issue
Commit fa774f0a fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/888
Please continue any further discussion there.