Created attachment 352346 [details, diff] Patch batch-stabilize.py script from arch-tools repository [1] should support multiple architectures. Examples: $ batch-stabilize.py --arch="alpha amd64 ppc ppc64 sparc x86" --repo=/some/path $ batch-stabilize.py --arch=alpha,amd64,ppc,ppc64,sparc,x86 --repo=/some/path I attach untested patch. [1] http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=tree
(In reply to Arfrever Frehtes Taifersar Arahesis from comment #0) > I attach untested patch. Thanks, I think the feature request is reasonable. It would be helpful if you tested your own patch. :) I'm going to make at least one adjustment - use action="append" for --arch instead, for consistency with e.g. stabilization-candidates.py .
@Arfrever, were you finally able to prepare a newer patch achieving the issues pointed in comment #1? :)
(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