[gentoo-portage-dev] update portage cache progress patch

2006-01-25 Thread Jason Pepas
Hi Guys, I cobbled together a quick little hack to have a little bit more interactivity during the "Updating Portage cache" phase. It prints out the name of the package it is updating, along with the percentage progress. -jason --- emerge.orig 2006-01-25 21:36:09.0 -0600 +++ emerge 200

Re: [gentoo-portage-dev] [gentoo-dev-portage] [PATCH] prevent world file corruption by writing atomically

2006-01-25 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zac Medico wrote: > Brian Harring wrote: >>> the atomic writing of data in writedict could be gutted out to a >>> derivative of the file class; via that, same underlying atomic update >>> code for writedict and wordfile updates... > > Hmm, override

Re: [gentoo-portage-dev] confcache integration

2006-01-25 Thread solar
On Wed, 2006-01-25 at 05:18 -0800, Brian Harring wrote: > On Tue, Jan 24, 2006 at 03:37:07PM -0500, solar wrote: > > On Wed, 2006-01-25 at 00:30 +0900, Jason Stubbs wrote: > > > On Tuesday 24 January 2006 21:50, Brian Harring wrote: > > > > > > +os.makedirs(mysettings["CONFCACHE_DIR"], mode=07

Re: [gentoo-portage-dev] confcache integration

2006-01-25 Thread Brian Harring
On Wed, Jan 25, 2006 at 12:30:22AM +0900, Jason Stubbs wrote: > it seems there's an external confcache binary but I can't tell much > beyond that. Yes, it's external (standalone) now- dev-util/confcache. ~harring pgp4K5t0iJcYM.pgp Description: PGP signature

Re: [gentoo-portage-dev] confcache integration

2006-01-25 Thread Brian Harring
On Tue, Jan 24, 2006 at 03:37:07PM -0500, solar wrote: > On Wed, 2006-01-25 at 00:30 +0900, Jason Stubbs wrote: > > On Tuesday 24 January 2006 21:50, Brian Harring wrote: > > > > +os.makedirs(mysettings["CONFCACHE_DIR"], mode=0775) > > +os.chown(mysettings["CONFCACHE_DIR"], portage_uid, -1