Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314729 - Reminder: Moving multilib-portage git repo into a branch of portage git repo
Summary: Reminder: Moving multilib-portage git repo into a branch of portage git repo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 19:00 UTC by Thomas Sachau
Modified: 2010-04-12 21:07 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Sachau gentoo-dev 2010-04-11 19:00:15 UTC
my repo uri: http://github.com/TommyD/gentoo-portage-multilib
Comment 1 Sebastian Pipping gentoo-dev 2010-04-12 20:17:16 UTC
This is the cleanest I could get out of the easy approach you agreed to:
http://git.goodpoint.de/?p=portage.git;a=shortlog;h=refs/heads/multilib

Wasn't as easy as it looks.  This is what I propose to run on your end:

# git clone --origin goodpoint git://git.goodpoint.de/portage.git
# cd portage
# git checkout -b multilib goodpoint/multilib
# git remote rm goodpoint

And then

# git remote add overlays-gentoo-org git://git.overlays.gentoo.org/proj/portage.git
# git fetch overlays-gentoo-org
# git merge overlays-gentoo-org/master
...


Btw I have verified the result of my conversion using

# diff -rq --exclude=.git portage gentoo-portage-multilib


Please let me know how this works out for you.