Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40037 - Script to handle multiple repositories
Summary: Script to handle multiple repositories
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-31 22:11 UTC by Matthew Schick
Modified: 2004-12-08 04:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gensync.py (gensync.py,3.28 KB, text/plain)
2004-01-31 22:12 UTC, Matthew Schick
Details
Config file (gensync,156 bytes, text/plain)
2004-01-31 22:12 UTC, Matthew Schick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schick 2004-01-31 22:11:24 UTC
Gensync uses a config file (/etc/conf.d/gensync) to run rsync for multiple repositories into a configurable OVERLAY dir...  It's a bit crude still, but it works for me so I figured I'd post it.

Reproducible: Always
Steps to Reproduce:
Comment 1 Matthew Schick 2004-01-31 22:12:20 UTC
Created attachment 24717 [details]
gensync.py

This is the script it's self.
Comment 2 Matthew Schick 2004-01-31 22:12:57 UTC
Created attachment 24718 [details]
Config file

Config file...	goes in /etc/conf.d/ for now...
Comment 3 Brad Barnich 2004-02-06 10:03:30 UTC
I originaly had this:
PORTDIR_OVERLAY="/usr/local/gnome-current /usr/local/bmg /usr/local/portage"
and everything was good, i got 2.5.x stuff but no metacity-2.6.3_p1

so when i use this as my overlay:
PORTDIR_OVERLAY="/usr/local/bmg /usr/local/gnome-current /usr/local/portage"
i get metacity-2.6.3_p1 but it tries to downgrade everything to gnome-2.4.x stuff

is there a solution to this?
Comment 4 Robert Moss (RETIRED) gentoo-dev 2004-03-08 18:01:18 UTC
Is this related to bug #41431?
Comment 5 Marius Mauch (RETIRED) gentoo-dev 2004-12-08 04:44:33 UTC
long included in gentoolkit-dev, will at some point be superceded by bug 35535