Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394293 - Layman list request - quarks
Summary: Layman list request - quarks
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-12-11 06:29 UTC by Stefan Reimer
Modified: 2011-12-31 21:16 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 Stefan Reimer 2011-12-11 06:29:55 UTC
Hi,
Please consider adding my overlay to the layman registry.
It is mainly Security and Gentoo Hardened related.

URL: git://www.startux.de/quarks.git

Thx
Stefan
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2011-12-13 05:03:56 UTC
Please update this example xml with all the correct info.  You can also post the completed xml file for users to either link to or download.  Also put as many servers and protocol listings in the <source> as your server or servers support.  If there is an http: protocol url ensure you include it.  People behind firewalls typically cannot connect using git: protocol.  list them in the prefered order.


While I added an <irc> data field to the example below.  It is not yet fully supported.  If you have channel, please include it in the xml file you post and here.  Layman-2.0 can also list it for the -i, --info option.  I have yet to update the verification code and get the irc data field approved for the gentoo hosted overlay list. 


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="official">
    <name>gnome</name>
    <description>experimental gnome ebuilds</description>
    <homepage>http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=summary</homepage>
    <owner type="project">
        <email>gnome@gentoo.org</email>
        <name>GNOME herd</name>
    </owner>
    <source type="git">git://git.overlays.gentoo.org/proj/gnome.git</source>
    <source type="git">http://git.overlays.gentoo.org/gitroot/proj/gnome.git</source>
    <source type="git">git+ssh://git@git.overlays.gentoo.org/proj/gnome.git</source>
    <feed>http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=atom</feed>
    <feed>http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=rss</feed>
    <irc></irc>
</repo>
</repositories>
Comment 2 Stefan Reimer 2011-12-13 10:00:46 UTC
Thanks for the quick response...

http://www.startux.de/git/quarks.git/quarks.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="official">
    <name>quarks</name>
    <description>Quarks's overlay; needful things around Gentoo Hardened, Security and Penetration Testing</description>
    <homepage>http://www.startux.de</homepage>
    <owner>
        <email>it@startux.de</email>
        <name>Stefan Reimer</name>
    </owner>
    <source type="git">git://www.startux.de/quarks.git</source>
    <source type="git">http://www.startux.de/git/quarks.git</source>
    <feed>http://www.startux.de/gitweb/quarks.git/rss</feed>
    <irc></irc>
</repo>
</repositories>
Comment 3 Sebastian Pipping gentoo-dev 2011-12-31 21:16:27 UTC
Added to layman, closing.