Our automated repository checks [1] have detected that the 'bleeding- edge' repository can not be synced for at least a few days. The following URIs are listed for the repository: [ git] https://git.gitorious.org/jasiu/bleeding-edge.git Please verify that the server hosting the repository is working correctly. If the repository has been moved to a new location or removed altogether, please let us know to update the record appropriately. We reserve the right to remove the repository if we do not receive any reply within 2 weeks. [1]:https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI
Could you create account on git.gentoo.org for me? I have cleaned-up version of bleeding-edge overlay and I would be pleased to keep it on git.gentoo.org
Sure. But I need your public SSH key.
(SSH key sent via mail) Before the no-brainer: Congratulations! You are the first person to test new repo/ namespace. Since there was little discussion about it, expect the possibility that your overlay can be moved e.g. into repo/bleeding-edge.git in some near future. But don't worry much :P. --- Your user overlay "bleeding-edge" 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 - Keeping your overlay healthy 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 'bleeding-edge' in order to make it a valid overlay. # mkdir profiles # echo "bleeding-edge" > 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.gentoo.org/repo/user/bleeding-edge.git # git push overlays-gentoo-org master After That ========== Online Browsing --------------- After the initial push you can browse your overlay online at: https://gitweb.gentoo.org/repo/user/bleeding-edge.git/ 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/ and two dedicated views of your overlay will appear at http://gentoo-overlays.zugaina.org/bleeding-edge/ and http://gpo.zugaina.org/Overlays/bleeding-edge/, too. Keeping your overlay healthy ---------------------------- A few rules of thumb help to keep your overlay most useful to you and others: - If you package newer versions of software that is packaged in Gentoo already, try to get the version in Gentoo updated, too. (If there is no bump request on https://bugs.gentoo.org/ please file one and share patches you may have produced.) - If you apply custom patches make sure that you never use the very same revision that is used in Gentoo, e.g. if you use the ebuild of app-arch/bzip2-1.0.6-r3 do not call it app-arch/bzip2-1.0.6-r3 in your overlay to avoid confusion. A tool called "overlint" can support you with that process: # sudo emerge -av app-portage/overlint For a quick introduction to overlint see http://blog.hartwork.org/?p=1667 . Michał Górny for the Gentoo Overlays Team
Jasiu, are you still there?
(In reply to Michał Górny from comment #4) > Jasiu, are you still there? Of course I am!... I will try to do create this account tonight.
bleeding-edge pushed about 12:30 :-) And only layman not updated yet.
Updated. Sorry for the delay.
(In reply to Michał Górny from comment #7) > Updated. Sorry for the delay. Works like magic! :-D Thank you, Michał! 1 day compared to (11-8)*month? Are you kidding?! :-)