Re: [gentoo-user] Automated "emerge -e world"

2007-09-12 Thread Daniel Iliev
On Wed, 12 Sep 2007 23:01:01 +0100 Mick <[EMAIL PROTECTED]> wrote: > > There's also the update script mentioned in this GWN: > > http://www.gentoo.org/news/en/gwn/20070723-newsletter.xml > > HTH. Thanks! I'll take a look at this one too. P.S. For some reason GWN can't make its way to my Inbo

Re: [gentoo-user] Automated "emerge -e world"

2007-09-12 Thread Mick
On Wednesday 12 September 2007, Neil Bothwick wrote: > On Wed, 12 Sep 2007 13:36:27 +0300, Daniel Iliev wrote: > > 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 :) // > > Python has nothing to do with snakes, althoug

Re: [gentoo-user] Automated "emerge -e world"

2007-09-12 Thread Neil Bothwick
On Wed, 12 Sep 2007 13:36:27 +0300, Daniel Iliev wrote: > 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 :) // Python has nothing to do with snakes, although it does share a common history with spam :) -- Neil Both

Re: [gentoo-user] Automated "emerge -e world"

2007-09-12 Thread Daniel Iliev
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

Re: [gentoo-user] Automated "emerge -e world"

2007-09-11 Thread Albert Hopkins
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 >