public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* Re: [gentoo-user] Automated "emerge -e world"
  @ 2007-09-12 10:36 99%   ` Daniel Iliev
  0 siblings, 0 replies; 1+ results
From: Daniel Iliev @ 2007-09-12 10:36 UTC (permalink / raw
  To: gentoo-user

On Tue, 11 Sep 2007 19:52:55 -0500
Albert Hopkins <marduk@gentoo.org> 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
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2007-09-12  0:04     [gentoo-user] Automated "emerge -e world" Daniel Iliev
2007-09-12  0:52     ` Albert Hopkins
2007-09-12 10:36 99%   ` Daniel Iliev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox