Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 322395 - Create a git repository to Multiple Repository Gentoo GSOC project
Summary: Create a git repository to Multiple Repository Gentoo GSOC project
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 18:42 UTC by Otavio
Modified: 2010-06-01 19:54 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 Otavio 2010-06-01 18:42:29 UTC
I am working in Multiple Repository Gentoo in GSOC project and i need a repository in http://git.overlays.gentoo.org/ to post my code.
name: portage-multirepo
type: (a) brand new repositories
access: otaviobp:read-write and everyone:read

Reproducible: Always
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2010-06-01 19:54:20 UTC
Repo has been added, to publish your repo do:

git remote add origin git+ssh://git@git.overlays.gentoo.org/proj/portage-multirepo.git
git push origin master

Enjoy :)