#12050 Modify tag2distrepo for f40-flatpak tags?
Closed: Fixed with Explanation by kevin. Opened by yselkowitz.

  • Describe the issue
    I'm seeing much longer delays "Waiting for repository with necessary packages" during flatpak-module build-container for f40 than I ever saw for f39. Following up from #12037, the one remaining difference between the build tags is the tag2distrepo syntax, where f39 uses booleans True/False and f40 has strings 'true'/'false'. While the documentation on tag2distrepo is ambiguous, since it is related to the regeneration of repos, and I'm seeing a significant difference between f39 and f40 behaviour in the frequency thereof, I'd like to eliminate this as a possibility.

To that end, could we try aligning these with the following commands:

koji edit-tag -x tag2distrepo.enabled=True f40-flatpak-app
koji edit-tag -x tag2distrepo.inherit=False f40-flatpak-app

If this makes a difference, then I'll try to update make-koji-release-tags accordingly.

  • When do you need this? (YYYY/MM/DD)
    ASAP

  • If we cannot complete your request, what is the impact?
    Apparently, there may continue to be delays in building flatpaks for F40.


I doubt it would be that... but consistency is good.

So, I did that... let me know if you see any change

Metadata Update from @jnsamyak:
- Issue tagged with: low-gain, low-trouble, ops

Closing this one, let us know if there's anything further needing doing here.

Metadata Update from @kevin:
- Issue close_status updated to: Fixed with Explanation
- Issue status updated to: Closed (was: Open)

FWIW this did appear to make a difference. Filed https://pagure.io/releng/pull-request/12095 for future branches.

Metadata