#956 package ownership changes should not trigger repo regens
Closed: Fixed 4 years ago by tkopecek. Opened 5 years ago by mikem.

Package ownership does not affect repo generation at all, yet a change to ownership will trigger a repo regen since that data is stored in the tag_packages table alongside other data that does.

There are a few ways we could address this, but probably the right way would be to separate out the package ownership data into its own (still versioned) table and have kojira disregard that table for regens.


Metadata Update from @mikem:
- Issue tagged with: discussion

5 years ago

Second option could be check all other tables first, then tag_packages in the end. If in this point change is detected, further query_history could be run to check type of changes. It introduces new and more expensive queries, but doesn't need changes in any other koji part. tag_package_owner is probably cleaner solution, but will need changes in more places and maybe also some semantics (what changed package mean by default now?)

Metadata Update from @tkopecek:
- Issue untagged with: discussion
- Issue set to the milestone: 1.19

4 years ago

Metadata Update from @julian8628:
- Custom field Size adjusted to None
- Issue status updated to: Open (was: Closed)

4 years ago

a small fix for schema.sql #1643

Metadata Update from @jcupova:
- Issue tagged with: testing-done

4 years ago

Metadata Update from @dgregor:
- Issue assigned to tkopecek

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1643 Merged 4 years ago
  • #1473 Merged 4 years ago