Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372677 - Git Overlays Repo Request - dev/mschiff
Summary: Git Overlays Repo Request - dev/mschiff
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Gentoo Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-23 12:22 UTC by Marc Schiffbauer
Modified: 2011-06-23 18:28 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 Marc Schiffbauer gentoo-dev 2011-06-23 12:22:42 UTC
Category: dev
Name: dev/mschiff
Description: Developer Overlay
Owner: Marc Schiffbauer (mschiff)
Committers: mschiff

Thanks!
-Marc
Comment 1 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2011-06-23 12:45:11 UTC
Your dev overlay mschiff is almost ready.
Please read (all of) this mail to get it to work.

If you have any question we'll be here to help.


In this Mail
============
- The Initial Push
- After That
  - Online Browsing
  - Getting into Layman


The Initial Push
================

First, before anybody can clone from your overlay an initial push is needed.

0) If you start with an empty repository be sure to setup your identity:

     # git init
     # git config user.name 'first last'
     # git config user.email foo@example.org
     [..]

1) Once you have ebuilds in there please set profiles/repo_name to
   '${DEV}' in order to make it a valid overlay.

     # mkdir profiles
     # echo "mschiff" > profiles/repo_name
     # git add profiles/repo_name
     # git commit

2) Now you are ready to push.  Proposed way of doing is this:

     # git remote add overlays-gentoo-org \
           git+ssh://git@git.overlays.gentoo.org/dev/mschiff.git
     # git push overlays-gentoo-org master


After That
==========

Online Browsing
---------------
After the inital push you can browse your overlay online at:
http://git.overlays.gentoo.org/gitweb/?p=dev/mschiff.git;a=summary


Getting into Layman
-------------------
We have scripts to get hosted overlay into Layman easily: no need to write XML on your end.  Just let us know that you did complete the procedure from "The Initial Push" to get added.

Once it's in the Layman registry its content will be indexed at http://gpo.zugaina.org/, too.
Comment 2 Marc Schiffbauer gentoo-dev 2011-06-23 13:08:02 UTC
Thanks. That was fast ;)

Initial push is done! 

Please add me to layman list.

TIA
-Marc
Comment 3 Sebastian Pipping gentoo-dev 2011-06-23 18:28:54 UTC
(In reply to comment #2)
> Please add me to layman list.

Done, closing.