On 27. 07. 20 16:06, Pierre-Yves Chibon wrote:
On Mon, Jul 27, 2020 at 03:46:17PM +0200, Miro Hrončok wrote:
On 27. 07. 20 15:42, Pierre-Yves Chibon wrote:
On Mon, Jul 27, 2020 at 03:33:19PM +0200, Miro Hrončok wrote:
On 27. 07. 20 10:39, Pierre-Yves Chibon wrote:
Good Morning Everyone,
I have been trying to contact packagers without a proper bugzilla account
associated with their FAS email for a while now. The first email to devel-announce
is from June 13th [1].
This is a requirement for packagers which is mentioned at:
https://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Create_a_Bugzilla_Account
Since then a number of packagers have fixed their situation but that user did not.
Currently I see:
mmahut is watching ...
I am hereby starting the non-responsive procedure for that user.
Does someone know how to contact them?
Failing to contact them, I will be asking FESCo to orphan the packages.
See https://pagure.io/fesco/issue/2392 mmahut was already declared nonresponsive.
In that case, should I remove the account from all the package they are
co-maintainer for?
I think os. And if you have a script for that, please share it, so I can use
it with the next nonrepsonsive procedure.
Which script do you currently use?
I may as well adjust this one instead of writing a new one :)
I get the list of packages where the user is main admin from:
https://src.fedoraproject.org//api/0/projects?owner=mmahut&per_page=100&short=true&fork=false
I run this Shell over that instead of parsing the json:
$ grep '"fullname":' ~/.../projects.json | cut -f8 -d" " | cut -d'"' -f2
And I feed that to:
https://pagure.io/releng/blob/master/f/scripts/distgit/give-package.py
$ for pkg in $(grep '"fullname":' ~/.../projects.json | cut -f8 -d" " | cut
-d'"' -f2); do python give-package.py $pkg orphan; done
The procedure completely ignores all packages, where the nonresponsive
maintainer is not the main admin.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx