Gentoo Archives: gentoo-portage-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] confcache integration
Date: Tue, 24 Jan 2006 15:31:42
Message-Id: 200601250030.22559.jstubbs@gentoo.org
In Reply to: [gentoo-portage-dev] confcache integration by Brian Harring
1 On Tuesday 24 January 2006 21:50, Brian Harring wrote:
2
3 + os.makedirs(mysettings["CONFCACHE_DIR"], mode=0775)
4 + os.chown(mysettings["CONFCACHE_DIR"], portage_uid, -1)
5
6 This will die when running as non-root, no? "ebuild" is now oft used by devs
7 running as normal users which will be broken by this. No clues on the bash
8 stuff; it seems there's an external confcache binary but I can't tell much
9 beyond that.
10
11 --
12 Jason Stubbs
13 --
14 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] confcache integration solar <solar@g.o>
Re: [gentoo-portage-dev] confcache integration Brian Harring <ferringb@g.o>