Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475360 - [arch-tools] batch-stabilize.py should support multiple architectures
Summary: [arch-tools] batch-stabilize.py should support multiple architectures
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Agostino Sarubbo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-30 21:02 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-04-29 14:08 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (batch-stabilize.py.patch,2.39 KB, patch)
2013-06-30 21:02 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2013-06-30 21:02:08 UTC
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
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-07-27 19:10:53 UTC
(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 .
Comment 2 Pacho Ramos gentoo-dev 2015-04-18 15:20:11 UTC
@Arfrever, were you finally able to prepare a newer patch achieving the issues pointed in comment #1? :)
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-12-18 09:54:11 UTC
(reassigning to the first person on the ACL, CC-ing everybody else)
Comment 4 Agostino Sarubbo gentoo-dev 2019-04-29 14:08:00 UTC
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