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

Bug 379185

Summary: Addition request to layman
Product: Gentoo Infrastructure Reporter: Nicolas Bigaouette <nbigaouette>
Component: Gentoo OverlaysAssignee: Gentoo Overlays Project <overlays>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nicolas Bigaouette 2011-08-14 17:38:16 UTC
I'd like to add my overlay to layman's database.

The overlay is hosted on github[1] and I would like to keep it that way.

I hope this is the right place to request this addition. Please excuse me and point me to the right place if not.

Thank you.

[1] https://github.com/nbigaouette/ebuilds/

Reproducible: Always
Comment 1 Sebastian Pipping gentoo-dev 2011-08-14 18:19:49 UTC
Your overlay is missing a repo_name entry!  In good faith that you will fixx that issue I have added your overlay already.  This is what you need to do:

   # mkdir profiles
   # echo nbigaouette > profiles/repo_name
   # git add profiles/repo_name
   # git commit

Please close the bug yourself when that step is done.  Thanks!
Comment 2 Nicolas Bigaouette 2011-08-14 18:23:09 UTC
Thanks Sebastian!
Yes I just created the profiles/repo_name file and pushed it.

thanks ;)