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

Bug 50785

Summary: Option for emerge sync to also sync a local portage tree
Product: Portage Development Reporter: Ti Leggett <leggett>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: radek
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ti Leggett 2004-05-11 12:21:49 UTC
I'm currently in the process of developing a gentoo environment for our clusters and servers here. That means I have a central portage mirror that I use. That portage mirror also has a local portage (/usr/local/portage) tree for ebuilds that I create for our purposes. It would be great if I could specify in make.conf a location for a local sync, so that when on my client machines I do an emerge sync it not only syncs the gentoo portage tree but my local portage tree. Adding something to make.conf like:

LOCAL_SYNC="rsync://server.localdomain/gentoo-portage-local"
PORTDIR_OVERLAY="/usr/local/portage"

It would use LOCAL_SYNC for where the rsync tree was and sync it to PORTDIR_OVERLAY (or LOCAL_PORTDIR if you don't want to muddy PORTDIR_OVERLAY)
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-05-12 01:57:40 UTC

*** This bug has been marked as a duplicate of 35535 ***