Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617568 - New repository hosting: repo/user/darkelf
Summary: New repository hosting: repo/user/darkelf
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: 2017-05-05 08:36 UTC by Simon
Modified: 2017-12-25 01:11 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 Simon 2017-05-05 08:36:49 UTC
description:
darkelf (from Norse mythology Dǫkkálfar) is an overlay which is focusing on improved user experience for working in darkness on Xfce or zsh (including vim); these features will be collected in a darkelf-meta.ebuild for easier installing.
It also features some new or updated games, developing tools (e.g. emake) and other utilities which can be installed additionally.
homepage (optional):
http://homepages.uni-paderborn.de/neuron/gentoo/darkelf/
(can i also make a gentoo-wiki page for the overlay?)
admin access to: .
write access to: .

public SSH key:

Username: neuron
Key: 
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC4S2Ts6ts3Ki2Lg5m5i6QQblcPUliwnKz5L12y8YaSBYvE1t7dc1r5XzHdOWaGp9zEqIzs/TJG0PpHHv1xYyifgh1RVcnYw+ZnR4QeqtEzHUvVBnIkE8/UpAYTBMfGxXcBOxwq1fTDoVHvFhwJBb3IaucsCN5XyuOGgnt/UGOthok1JhR9MbgqJehFk3gkbCkjtVbr3121iBrii/69nFJUWYd/ANVszklQnTr1+xo+P9Zu50kKaBJSO9mJXqdcnCbGI19DMvqyq/N6js2jqKMzorG1IUeMSCjbqaIf2xOaGehkGjvhuXqDxDruH6hfUWGTNTgj1ScjzquQawZ8UbGTb52T9E99pJb3iqRLeh2iNhP5on1jCjqZYYfNpa+UCJfanxsAqClitVXdFYi/ccYgAo7t8i5xCU3uyUHM9f7aB719nLDSRWXX1yReyQ048NDCemLn5OrEvTlAeE6PApY/ERasaf6fzbDHPwGqKoxOPID8N/IixGYXS3vo1fiX8PPo0vred+tVJ9uGDbO7S7iZwy/JwAOzY+x4FE/7W7Vso7nlD11laPXbBuC1fAMsb3DuW2A2P2eCYybzmx+2HB8cZHKztiRbNrjVMQTbPwzDxp03yswZ83EP+1+I4iLojVAfLekPjRS6cJEvnM6p3K1xfjhDEGnQUfxHUHmpEo9mWQ==
Comment 1 Simon 2017-06-17 16:04:21 UTC
well forget the comment about username, i found out the username doesn't matter when logging in with certificate, so just call me as you like. ^^
Comment 2 Michael Palimaka (kensington) gentoo-dev 2017-12-11 12:05:09 UTC
Sorry for the delay in attending to your request. Do you still need this repository created?
Comment 3 Simon 2017-12-11 16:10:30 UTC
Hi yes that would be appreciated. :)
Comment 4 Michael Palimaka (kensington) gentoo-dev 2017-12-12 13:38:17 UTC
Your user overlay "darkelf" 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
   'darkelf' in order to make it a valid overlay. Unless your ebuilds
   do not require any eclasses or licenses, and do not depend on any
   packages from Gentoo, set masters=gentoo in metadata/layout.conf
   as well.

     # mkdir metadata profiles
     # echo "masters = gentoo" > metadata/layout.conf
     # echo "darkelf" > profiles/repo_name
     # git add metadata/layout.conf 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/darkelf.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/darkelf.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/darkelf/ and http://gpo.zugaina.org/Overlays/darkelf/, 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 .


Michael,
for the Gentoo Overlays Team
Comment 5 Simon 2017-12-23 07:52:50 UTC
Initial Commit is done, please add it to layman. ;)
Can you please also add a second SSH-Key:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQDWLCIF++8x5GwP23Wc2jPaiIEg5urUaEAVGCdnkX9V8EAoiOYf+2Qpo0JOD7m6a0iDDDNf42GyETvbGYgbtn0+vKB4q2RMWa3lOwtEmLetS2FBsgmLxKP45IRPuLAXKh3IcKOysRYd6dUTtczTjIl3qPQACyKki/5Vm4Or8niYZCq4gcaPquzy1/ISmD33Bog5AxI+ijf/Dw5tqdI/OK7kXRTh2p0kaIs0cEpHoVirZZjaJjnYcy+TJUqjapX5P5pO3ee9EU6DMJj4f/WXI2Sernc4gYmP2MroXb6SFvXp4hmd4iCq1tTU7QHmSKBWFVXZ7Jt/r4reWc9jIjtOTmCAapNz1Qv6zk8kj+pupjXdli/ONXSiypgAvVZvgTjv3Kb2qPF4C6e+Y4PskRp+8ffQb1iu3cgv888sPfk5Jg1qOGRipB60Esg/4tgXexSZgBAJUbaLgJ/R3tGa3zixN7CQ52O8OPmoxaiI2PpDLk/SV2XEgGzvsxempfQAkoXLOVWLAUYj9OLqXnTF07n8UaSJAdmXvkRz/NfgbLfJl3Hfh7geXyocoyQCzl7WVydcSlrsriNQitxcCwar6WjmqJ3KQdqd4DbBeqyxVOD9L5+1R+1x/viWgTFbhSC5kRW+qkZq5mx9rpFjGdL7dqQ2fjdtljCCLWGt8lZMm7w0bC4CS7hikQUA5LvgN4wslVkUZIoMPf//VOJF+CqP9LxhmF2n/dP4zIHHv268xmQ7OgFa6qZ9baFTl9jvRWTQzGVPvL3mB/L55DhNth+lQvQaT3li0Vj9tRH7q5D3x/NIVmj92U25fyl/pC3U5KlMzaB+CpnmxxI+mJwjFp2uhP0y1nfk+WBDsct70kZqvq3pH0E4A+jfWBOUV0hYgrBABASxnSCHYZP5XCn4HAUOLxEpGMnRULxyVWQ02ZdtAyai+kXup9fOHz3kiriM8FlJ07Pul8/eRzQK+LC4vsoL8z+Q3qyzaT5/9A7RM8USRJp40bXwgfecDkDk6X2tuFuPFg/EAO+Dr0Qzt20RsHcmJYgm+ARgIQbHd0Ga3deRBeJmXvlgjP4l5GBNga5sBF05UGkHgdz4iL6wxWX7wFyuTWTqjVAnODPLR7YxqZaPI2Gqv5U1YR4u/PjWM3okO/v9h/ux+IvZWTOxnjLTnL+aC8ABKisrvFItpcggjwOcDCSTPFiqdoCkGI6wrofuFBX7NxB21uQb360oFjCDt8VszOO9c2gHpbYGpBpP2QyVavaXKfbUpwAennXrxniYmZ43xSmYoMsyNLGYoUWw7o2h+VT3JgU1PzmHimfbkH+LM3srBtcGlojRdsJiwf3qFY4ckJM6Kx8/VjRXl2oFhDJw1LFyv9C7

Thanks.
Comment 6 Larry the Git Cow gentoo-dev 2017-12-25 01:08:11 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/data/api.git/commit/?id=2579c19896eef7eca366921137a989f0ea30d029

commit 2579c19896eef7eca366921137a989f0ea30d029
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2017-12-25 01:07:36 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-12-25 01:08:01 +0000

    repositories: add darkelf
    
    Bug: https://bugs.gentoo.org/617568

 files/overlays/repositories.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)}
Comment 7 Michael Palimaka (kensington) gentoo-dev 2017-12-25 01:11:45 UTC
layman & second SSH key added.