fixes to make block_retired.py work #6731

Merged
jnsamyak merged 4 commits from block-fixes into master 2026-06-08 03:12:36 +00:00

4 commits

Author SHA1 Message Date
0c296f6bc8 block_retired.py: cleanup unused declarations
as we are now using koji profiles globaly in the script we no longer
need to define the koji urls for production and stage. so clean them
up.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-03-29 10:34:33 -05:00
2b57657914 specify the entire profile not just a server url
When calling the koji cli we need to ensure we pass the correct koji
profile. the profile happens to have the correct server url and other
configuration options

Likely this should all be ported to use the koji api to ensure
consistency.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-03-29 10:31:32 -05:00
24be7a14c8 block_retired.py: Do not login to the koji session
The koji calls to list the packages in a tag are unauthenticated
so there is no need to login. The login call has been failing due
the session options not being passed to the session. However to
complete the intended function we do not need to login, so lets
not.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-03-29 10:28:26 -05:00
6c9cff6366 add missing - in docker tags
the docker tags are alll in the format of fXX-docker, the mapping
from the fxx to fxx-docker branches to tags was missing the -
so add it it prevents an error like:
__koji__compose_koji.GenericError: No such entry in table tag: f26docker

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-03-29 10:26:20 -05:00