Overlay Name : "displacer" Overlay type : git An extra-short description : "ebuilds and fixes doesnt currently fit to sunrise" Owner name and e-mail (that’s me) : Igor Ulyanov <disinbox@gmail.com> SSH pubkey you’ll be pushing with : ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjwJzJ4sYfBkuiJtokdgvFPlSaW9z0BapeadLa7EvOfbr1VatZ6WrdGSCULZiMa1uWMZxJNeITrtzFYoZAvj+iJHS3nBTQksbBBPglrCE+u11fSTzPH9GjXXXosOj3CuBWqyPleJcbrVLskqn4IeMuWQIdRciDXtzX8/MBvdqgYl+n4jze2+FVtciKymRmLgcadOllJ0kv8XoBj0m79UH3eTL0sc4tkSZpWU8+qxZQwtv4Xk93sB79D98vr2wOPVwYDa+G+S01KpK1DB4sbkLIOs5bGuzARWwmzBPP2tuQrsbxVdMIdtBOcIoHbkOzbFmDyreD7SWOPp1xMr8uhmfj disinbox@gmail.com
After recieving email related to this bug about it have a bad description and could confuse users, suggest such decription: "fixes and new unstable packages."
Your user overlay "disinbox" is almost ready. Please read (all of) this guide to get it to work. If you have any question we'll be here to help. In this Guide ============= - Terms of Service - The Initial Push - After That - Online Browsing - Getting into Layman Terms of Service ================ The infra team has worked out the terms of service for us. To make us host your user overlay you need to accept these terms, which I don't expect to be a problem. By pushing to the remote repository you are accepting these terms: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Use of this service is limited to overlays containing ebuilds and supporting files (e.g. init.d scripts, configuration files, patches, but not distfiles) and must follow the same guidelines as apply to the gentoo-x86 tree of Gentoo. Any or all uses of this service and all files on this service may be intercepted, monitored, recorded, copied, audited, inspected, and disclosed to authorized site personnel, as well as authorized officials of federal law enforcement agencies, both domestic and foreign. By using this service, the user consents to such interception, monitoring, recording, copying, auditing, inspection, and disclosure at the discretion of authorized site personnel. Use of this service constitutes consent to security monitoring and testing. All activity is logged with your host name and IP address. Unauthorized or improper use of this service may result in civil and criminal penalties. By continuing to use this service you indicate your awareness of and consent to these terms and conditions of use. -- Gentoo Linux Infrastructure Admins CEASE USE IMMEDIATELY, if you do not agree to the conditions stated in this warning. ******************* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 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 '${USER}' in order to make it a valid overlay. # mkdir profiles # echo "disinbox" > 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/user/disinbox.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=user/disinbox.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.
Overlay Name : "displacer" Why disinbox?
Please give an overlay name displacer as it was stated in request.
(In reply to comment #4) > Please give an overlay name displacer as it was stated in request. Renamed, ready for content. http://git.overlays.gentoo.org/gitweb/?p=user/displacer.git;a=summary
Added to layman, closing.