Gentoo Archives: gentoo-dev

From: Jeroen Roovers <jer@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Repoman check before file stable request
Date: Wed, 13 Jun 2012 16:59:46
Message-Id: 20120613185840.76328c0d@epia.jer-c2.orkz.net
In Reply to: [gentoo-dev] Repoman check before file stable request by Agostino Sarubbo
1 On Mon, 11 Jun 2012 15:42:25 +0200
2 Agostino Sarubbo <ago@g.o> wrote:
3
4 > would be great if everyone runs repoman before file the stable
5 > request.
6
7 Generally, yes.
8
9 > In particular, many times, happens that are required other ~arch
10 > packages, so a small check like this, should be enough:
11 >
12 > for i in x86 amd64 hppa $and_other_arches ;do ekeyword $i $ebuild;done
13
14 ekeyword $(ARCHES) ${EBUILD}
15
16 Saves time.
17
18 > repoman manifest
19 > repoman commit -p -m "foo"
20
21 Why would you commit the changes when you only intended to check
22 deps before filing a stabilisation request?
23
24
25 jer

Replies