-
Notifications
You must be signed in to change notification settings - Fork 8
Two quick questions #2
Comments
On Tue, Sep 02, 2014 at 02:20:05PM -0700, kaithar wrote:
Yes. See #1.
Good catch. That's going to be a problem if the rebuild 1 needs For an alternative approach, you can volume-mount from a writeable |
facepalm forgot to check closed issues.
Actually I've a better trick, now I'm awake enough to hunt out the option: """ Use the PORTAGE_RO_DISTDIRS variable to specify one or more read-only directories containing distfiles. Note that locations under /usr/portage are not necessarily safe for data storage. See the PORTDIR documentation for more information. Could set PORTAGE_RO_DISTDIRS to /usr/portage/distfiles and then point DISTDIR somewhere else for files that aren't already available. Would work better long term too. Edit: I always forget that it doesn't word wrap indented blocks ¬_¬ |
On Wed, Sep 03, 2014 at 08:33:36AM -0700, kaithar wrote:
The motivation for dropping Python 2 was to get a cleaner, smaller 13:23 < tianon> I was hoping I could purge either python2 or python3 If you want Python 2, you can always clear PYTHON_TARGETS and
Sounds good to me. I imagine @tianon would merge a PR doing that. |
On 3 September 2014 10:28, W. Trevor King [email protected] wrote:
+1 :) |
Hi, like the script, it's a rather nice base for what I was looking to do. I do have a couple of questions though...
1: Did you intend to nuke python 2.7 from the image? When trying to build I'm noticing this:
2: The build script mounts /usr/portage as a volume from the host, mounting as read only. That's not going to work too well if portage wants to pull something as it expects /usr/portage/distfiles to be writable. Is that intentional behaviour or just not encountered? Or, I suppose, encountered but not gotten round to fixing, heh?
The text was updated successfully, but these errors were encountered: