Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 659784

Summary: An additional read-only PKGDIR
Product: Portage Development Reporter: Daniel M. Weeks <dan>
Component: Binary packages supportAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: enhancement CC: hydrapolic, mattst88, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=768957
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 920537    
Bug Blocks:    

Description Daniel M. Weeks 2018-07-01 21:42:15 UTC
This is similar to the combination of PORTAGE_RO_DISTDIRS and DISTDIR. For example, a closed environment (chroot, lxc, etc) for building packages where an existing PKGDIR is mounted RO but new packages built should be placed in a writable path.

Reproducible: Always
Comment 1 Zac Medico gentoo-dev 2018-07-02 17:28:02 UTC
Since PORTAGE_BINHOST already allows an arbitrary number of binhosts, this could be implemented as file:// URI support in PORTAGE_BINHOST.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-14 05:18:33 UTC
(In reply to Zac Medico from comment #1)
> Since PORTAGE_BINHOST already allows an arbitrary number of binhosts, this
> could be implemented as file:// URI support in PORTAGE_BINHOST.

This was done with bug 920537 \o/