On Wednesday 13 June 2012 18:58:40 Jeroen Roovers wrote:
> ekeyword $(ARCHES) ${EBUILD}
>
> Saves time.
Yep, good example.
> > repoman manifest
> > repoman commit -p -m "foo"
>
> Why would you commit the changes when you only intended to check
> deps before filing a stabilisation request?
-p
On Wed, 13 Jun 2012 18:58:40 +0200
Jeroen Roovers wrote:
> > for i in x86 amd64 hppa $and_other_arches ;do ekeyword $i
> > $ebuild;done
>
> ekeyword $(ARCHES) ${EBUILD}
Or even go wild and do
ekeyword all ${EBUILD}
I don't know how well that magically works (as expected) in different
scenar
On Mon, 11 Jun 2012 15:42:25 +0200
Agostino Sarubbo wrote:
> would be great if everyone runs repoman before file the stable
> request.
Generally, yes.
> In particular, many times, happens that are required other ~arch
> packages, so a small check like this, should be enough:
>
> for i in x86 a
On Monday 11 June 2012 15:42:25 Agostino Sarubbo wrote:
> In this manner we will save a lot of time for us.
> Thanks in advance.
s/we/you
Anyway, from irc, seems is not very 'clear' what I meant.
I suggested to run repoman to see if are required more packages instead of
what you think is necessa
Hello folks,
would be great if everyone runs repoman before file the stable request.
In particular, many times, happens that are required other ~arch packages, so
a small check like this, should be enough:
for i in x86 amd64 hppa $and_other_arches ;do ekeyword $i $ebuild;done
repoman manifest
r