Closed dhodovsk closed 3 years ago
Unfortunately, the sentry link does not match anything and I am unable to find the related event.
It has been more than 14 days (default search value) - this should work - https://sentry.io/organizations/red-hat-0p/issues/?project=1767823&query=trace.ctx%3A58a8b881f4eb4e54964e6d26746adac8-b41709bb422d5208&statsPeriod=90d
Sentry issue: RED-HAT-0P-25V
@dhodovsk thanks! (I've merged them and linked to this issue.)
Isn't the solution here for them to set upstream_tag_template
in their packit.yaml?
Might be, but the problem is also not showing a helpful error message (see description).
Might be, but the problem is also not showing a helpful error message (see description).
oh yeah, absolutely
This issue has been marked as stale because it hasn't seen any activity for the last 60 days.
Stale issues are closed after 14 days, unless the label is removed by a maintainer or someone comments on it.
This is done in order to ensure that open issues are still relevant.
Thank you for your contribution! :unicorn: :rocket: :robot:
(Note: issues labeled with pinned or EPIC are never marked as stale.)
Since this is a really old issue and the code changed a lot, I am closing it. Please, reopen if you don't think so.
Release failed for https://github.com/containerbuildsystem/koji-containerbuild and the error message in the issue was not at all helpful:
Issues:
After some digging I think I found the reason:
sync_release
, we set the version toversion=self.event.tag_name
, then we callself.dg.set_specfile_content(self.up.specfile, full_version, comment)
,full_version=='koji-containerbuild-0.7.20-1'
and rebase helper panics.What happened a.k.a. how to reproduce the rebase helper error (up is packit Upstream):
This is related to https://github.com/packit-service/packit-service/issues/392 but the character of the issue is a bit different - no upstream_tag_template use and checkout fine. But feel free to close one of these in favor of just issue with tag-name vs version.