Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bodhi's repo checks don't allow disabling drpms #5616

Closed
nirik opened this issue Feb 28, 2024 · 0 comments · Fixed by #5617
Closed

bodhi's repo checks don't allow disabling drpms #5616

nirik opened this issue Feb 28, 2024 · 0 comments · Fixed by #5617

Comments

@nirik
Copy link
Member

nirik commented Feb 28, 2024

We are attempting to disable/not make drpms in f40 updates/updates-testing.

The initial f40 updates-testing compose fails with:

celery-3[2046089]: [2024-02-28 02:03:29,353: 
ERROR/ForkPoolWorker-16] ComposerThread failed. Transaction rolled back.                            
celery-3[2046089]: Traceback (most recent call last): 
celery-3[2046089]:   File "/usr/lib/python3.11/site-packages/bodhi/server/tasks/composer.py", line 340, in run                                   celery-3[2046089]:     self.work()           
celery-3[2046089]:   File "/usr/lib/python3.11/site-packages/bodhi/server/tasks/composer.py", line 411, in work                                  
celery-3[2046089]:     self._compose_updates()                                                                                                   
celery-3[2046089]:   File "/usr/lib/python3.11/site-packages/bodhi/server/tasks/composer.py", line 967, in _compose_updates                      celery-3[2046089]:     self._sanity_check_repo()                                                                                                 
celery-3[2046089]:   File "/usr/lib/python3.11/site-packages/bodhi/server/tasks/composer.py", line 1172, in _sanity_check_repo                   
celery-3[2046089]:     sanity_check_repodata(repodata, repo_type=repo_type)  
celery-3[2046089]:   File "/usr/lib/python3.11/site-packages/bodhi/server/util.py", line 324, in sanity_check_repodata                           celery-3[2046089]:     raise RepodataException(f'Required parts not in repomd.xml: {", ".join(missing)}') 
celery-3[2046089]: bodhi.server.exceptions.RepodataException: Required parts not in repomd.xml: prestodelta   

So, we need a way to disable this check when they are disabled. :(

@mattiaverga mattiaverga linked a pull request Mar 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant