The script should not CC s390@gentoo.org, m68k@gentoo.org and sh@gentoo.org Maybe adding something like: bugzilla.modify( bug.id_number(), comment='Maintainer timeout (%d days). Arches please go ahead.' % options.days, if "s390@gentoo.org" in params['cc']['add']: params['cc']['add'].remove("s390@gentoo.org"), if "m68k@gentoo.org" in params['cc']['add']: params['cc']['add'].remove("m68k@gentoo.org"), if "sh@gentoo.org" in params['cc']['add']: params['cc']['add'].remove("sh@gentoo.org"), add_cc=['%s@gentoo.org' % k for k in target_keywords], keywords='STABLEREQ') would work (it worked on a older script version :/)
It should also skip arm64
Created attachment 404572 [details] maintainer-timeout.new This works... but I cannot make the diff as I lost the original one and, for some reason, I cannot access the repo now :S
(In reply to Pacho Ramos from comment #2) > Created attachment 404572 [details] > maintainer-timeout.new > > This works... but I cannot make the diff as I lost the original one and, for > some reason, I cannot access the repo now :S nios2 joins also the keywords recently. https://cgit.gentoo.org/proj/arch-tools.git/tree/maintainer-timeout.py that's what you need ;)
Created attachment 404624 [details, diff] 1.patch Thanks :D This is the patch with the needed changes
(reassigning to the first person on the ACL, CC-ing everybody else)
arch_tools is a project started by phajdan.jr which atm is a retired developer. I made an ebuild that is is my overlay but atm I have nothing to do with this project because I'm not using those scripts to commit. I asked mgorny to grant permission for all developers. If someone want to improve the project, it is on our git repo: https://gitweb.gentoo.org/proj/arch-tools.git/ For now, I'm closing it as WONTFIX