#6704 Syncing of blocked packages is broken
Closed: Fixed 7 years ago Opened 7 years ago by ppisar.

There something wrong with retiring perl-YAML-Parser-Syck package in rawhide and F26. The package is retired in package database and in dist-git, but they are still in repositories. Please block the package in Koji.

https://bugzilla.redhat.com/show_bug.cgi?id=1430249


taking this over as there is issues with the syncing of broken packages. The root cause I believe is that auth to koji fails because the wrong profile is used. The script that does the blocking is block_retired.py we either should specify the profile on the cli use compose or ideally have an option to specify it and default to compose or fedora. if we need to pass it on the cli we will have to update the call in nightly.sh in pungi-fedora

Spoke to @ausil - some of this is related to the work being done by @mohanboddu over here:

https://pagure.io/releng/pull-request/6691

Will check in with @mohanboddu on Monday.

The root cause will be fixed with this PR: https://pagure.io/releng/pull-request/6691

This specific issue is resolved:

$ koji list-pkgs --package=perl-YAML-Parser-Syck --show-blocked|grep f26
perl-YAML-Parser-Syck f26 jplesnik [BLOCKED]

$ koji list-pkgs --package=perl-YAML-Parser-Syck --show-blocked|grep f27
perl-YAML-Parser-Syck f27 jplesnik [BLOCKED]

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

7 years ago

Login to comment on this ticket.

Metadata