ignatenkobrain reported a new issue against the project: `releng` that you are following: `` Not sure why it didn't work automatically...
``` ➜ rust-quickcheck0.4 git:(master) fedpkg retire "No need for this compat package anymore" rm '.gitignore' rm 'README.md' rm 'quickcheck-0.4.1-fix-metadata.diff' rm 'rust-quickcheck0.4.spec' rm 'sources' [master 7f5e2a1] No need for this compat package anymore 6 files changed, 1 insertion(+), 81 deletions(-) delete mode 100644 .gitignore delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 quickcheck-0.4.1-fix-metadata.diff delete mode 100644 rust-quickcheck0.4.spec delete mode 100644 sources Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (1/1), done. Writing objects: 100% (3/3), 317 bytes | 317.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0) remote: Sending to redis to log activity and send commit notification emails To ssh://pkgs.fedoraproject.org/rpms/rust-quickcheck0.4 7d08a41..7f5e2a1 master -> master ➜ rust-quickcheck0.4 git:(master) ✗ ``` ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
mohanboddu added a new comment to an issue you are following: `` Pinging @ralph and @pingou for help. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
pingou added a new comment to an issue you are following: `` Just to understand completely, what didn't work? ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
ignatenkobrain added a new comment to an issue you are following: `` @pingou, I'm still an owner, package is not removed from rawhide, package is not blocked in koji ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
mohanboddu added a new comment to an issue you are following: `` @ignatenkobrain Blocking of retired packages in koji will happen as part of nightly compose. So, once it gets retired in dist-git and pdc, it will be blocked in koji on the nightly compose run. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
ignatenkobrain added a new comment to an issue you are following: `` So it doesn't seem to be retired... Still.. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
kevin added a new comment to an issue you are following: `` This should be fixed after https://pagure.io/releng/pull-request/7349 is merged and applied. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
ignatenkobrain added a new comment to an issue you are following: `` @kevin seems PR you mentioned was merged & applied..
However, this package is not retired neither in f28 nor in rawhide. :( ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
ignatenkobrain added a new comment to an issue you are following: `` Seems same happened to `rust-pest0.3`, I have retired it few days ago, but it's still in rawhide repo. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
kevin added a new comment to an issue you are following: `` This is not working because the 'block_retired.py' script is still talking to pkgdb. :disappointed:
@ralph @pingou
Might you (or someone you know) be willing to update this script to query pdc? ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
mohanboddu added a new comment to an issue you are following: `` @ignatenkobrain @pingou [rust-quickcheck0.4](https://pdc.fedoraproject.org/rest_api/v1/component-branches/?global_compone...), [rust-pest0.3](https://pdc.fedoraproject.org/rest_api/v1/component-branches/?global_compone...) are not retired as per pdc (except for rust-pest0.3 in rawhide), which is the issue why they are not getting blocked in koji.
fedpkg retire should take care of it. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
kevin added a new comment to an issue you are following: `` Argh. I had a old releng checkout here... it is using PDC indeed.
``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
ignatenkobrain added a new comment to an issue you are following: `` ``` ⋊> ~/t/rust-quickcheck0.4 on master ◦ fedpkg retire "No need for this compat package anymore" 21:21:54 dead.package found, package probably already retired - will not remove files from git or overwrite existing dead.package file Everything up-to-date ```
still PDC shows active: true ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
mohanboddu added a new comment to an issue you are following: `` @ignatenkobrain Retiring twice wont work if dead.package file is already in there
https://pagure.io/fedpkg/blob/master/f/fedpkg/cli.py#_220-222
For some reason, when you did `fedpkg retire` for the first time, it didn't do it right. I am not sure if the problem still persists. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
mohanboddu added a new comment to an issue you are following: `` Well, well, well
https://pagure.io/fedpkg/blob/master/f/fedpkg/__init__.py#_207-227
fedpkg retire was never updated to use pdc for retirement.
I am going ahead and filing a ticket. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
kevin added a new comment to an issue you are following: `` To update this ticket after some more investigation... fedpkg isn't supposed to update pdc.
The workflow is supposed to go:
* fedpkg retire done and emits a fedmsg * fedmsg listener on pdc-backend02 sees it and sets the eol date in pdc. * rawhide or branched compose runs block_retired.py and blocks packages that are eol in pdc and aren't blocked already.
It seems the fedmsg listener on pdc-backend02 isn't working right, so nothing is updating pdc. We need to track that down and fix it, then retoractively fix all the retired packages.
``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
The status of the issue: `Retire rust-quickcheck0.4` of project: `releng` has been updated to: Closed as Fixed by ignatenkobrain.
ignatenkobrain added a new comment to an issue you are following: `` Hopefully fixed. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7192
rel-eng@lists.fedoraproject.org