Gentoo Archives: gentoo-dev

From: "Toralf Förster" <toralf@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Current portage will now truncate your repo's git history to 1
Date: Thu, 15 Dec 2022 20:10:58
Message-Id: 61a9c05b-bde5-5dd7-5713-3a648f83c925@gentoo.org
In Reply to: [gentoo-dev] Current portage will now truncate your repo's git history to 1 by Florian Schmaus
1 On 12/15/22 20:22, Florian Schmaus wrote:
2 > o use PORTDIR_OVERLAY and multiple repositories on their system: a
3 > system-wide, managed by portage, and a dev repository (in your HOME),
4 > scoped in via PORTDIR_OVERLAY.
5
6 Isn't this covered by /etc/portage/repos.conf/*
7
8 eg here's my config:
9
10 cat /etc/portage/repos.conf/all.conf
11 [DEFAULT]
12 main-repo = gentoo
13
14 [gentoo]
15 location = /var/db/repos/gentoo
16 auto-sync = yes
17 sync-type = git
18 sync-uri = https://github.com/gentoo-mirror/gentoo.git
19 #sync-git-verify-commit-signature = true
20 priority = 10
21
22 [local]
23 location = /var/db/repos/local
24 auto-sync = no
25 priority = 99
26
27 [tgro]
28 location = /var/db/repos/tgro
29 auto-sync = no
30
31 priority = 90
32
33 --
34 Toralf
35 PGP 23217DA7 9B888F45

Attachments

File name MIME type
OpenPGP_signature.asc application/pgp-signature

Replies