Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] repos.conf
Date: Wed, 24 Jun 2015 03:12:28
Message-Id: loom.20150624T045250-517@post.gmane.org
1 Hello,
2
3
4 So I nuked the /var/lib/layman/make.conf file. I have a list of sites (repos)
5 I want to keep. Noodling around I figured out that I cannot use laymen to
6 add git
7 repos..... bummer.
8
9
10 So is there a tool/interface where I type something like
11 'layman -a java' and it writes out the file to
12 /etc/portage/repos.conf/<new.conf>
13
14 Layman -S pucked. So after following all the guides I must
15 have missed something.
16
17
18 Take java:
19
20 * Warnings:
21 * ------
22 * The source of the overlay "java" seems to have changed.
23 * You currently sync from
24 *
25 * git://git.overlays.gentoo.org/proj/java.git
26 *
27 * while the remote lists report
28 *
29 * 1. git://anongit.gentoo.org/proj/java.git
30 * 2. git+ssh://git@××××××××××.org/proj/java.git
31 * 3. https://anongit.gentoo.org/git/proj/java.git
32 *
33 * as correct locations.
34 * Please consider removing and re-adding the overlay.
35
36
37 I tried this (layman -d java; layman -a java) but it
38 just does the ond /var/lib/layman/ entry.
39
40
41 No tool to select a git repo and make the new.conf file in
42 /etc/portage/resos.conf/ dir?
43
44 I'd prefer a default file created that I just then edit, or one
45 big repo.conf file for overlays (formerly overlays not gits)
46 for all the repos I want to add.
47
48
49 Maybe a few examples of /etc/portage/repos.conf to look at?
50
51 Note the gentoo and local is fine. I keep /usr/local/portage
52 for my stuff alone, so I guess I can just use the old layman
53 dir stucture (/var/lib/layman) for my collection of exteranal
54 repos?
55
56
57 maybe something like:
58
59 /var/lib/repos/devs/ultrabug/
60
61 and /var/lib/repos/sot/unknown-hacker/
62
63 I really like to keep the gentoo dev repos separate for the at large
64 gentoo repos now using git. I probably should not use this old
65 /var/lib/layman/ sturcture for the new git repos......?
66
67
68 Will those layman svn sites be going away? or just the ones run by gentoo-devs?
69
70 Suggests on a sane schema for all of this is most welcome.
71 (how are other organizing/labeling ad wide collect of repos, gentoo
72 dev repos and their own (code)fiefdom?
73
74 naming and location strategies are most welcome.
75
76
77 Lacking organization on repos,
78 James

Replies

Subject Author
Re: [gentoo-user] repos.conf "Jc García" <jyo.garcia@×××××.com>
Re: [gentoo-user] repos.conf "Florian Gamböck" <ml@×××××.de>