On Tue, 11 Sep 2007 19:52:55 -0500
Albert Hopkins <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-09-12 at 03:04 +0300, Daniel Iliev wrote:
> > Hi, list
> >
> > I'd like to automate a full re-emerging and to get a record of all
> > packages that failed. Something like:
> >
> > ##
> >
> > emerge -e world || {
> >
> > echo "$CATEGORY/$PN" >>failed.txt
> >
> > while ! emerge --resume --skipfirst
> > do
> > echo "$CATEGORY/$PN" >> failed.txt
> > done
> > }
> >
> > ##
> >
> >
> > Any ideas how to achieve this?
> >
> >
> > --
> > Best regards,
> > Daniel
>
> Here's a script that I use. I use it to build all my packages at the
> end of the month. Works ok for me. YMMV:
>
Wow! Thank you very much!
I was actually expecting some kind of a simple bash script. Anyway I'll
give it a try // even though I'm so afraid of snakes :) //
--
Best regards,
Daniel
--
[EMAIL PROTECTED] mailing list