Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [SOLVED] Emerge --sync fails on excluded stuff
Date: Tue, 23 Oct 2018 03:30:56
Message-Id: 908bdeb9-ec7b-7146-483d-7c4ab1afcdeb@gmail.com
In Reply to: Re: [gentoo-user] [SOLVED] Emerge --sync fails on excluded stuff by Walter Dnes
1 Walter Dnes wrote:
2 > On Mon, Oct 22, 2018 at 11:21:02PM +0100, Neil Bothwick wrote
3 >
4 >> You can also add "sync-rsync-verify-metamanifest = no" to the gentoo
5 >> entry in /etc/portage/repos.conf - I use this when syncing from a local
6 >> mirror.
7 > That looks easier, but... /etc/portage/repos.conf is a directory on my
8 > system.
9 >
10
11
12 Mine is to.  I think doing it like this would work.  I changed mine
13 after the last post BUT I have not tried to sync yet.  I'm pretty sure
14 it will work tho. 
15
16
17
18 root@fireball / # cat /etc/portage/repos.conf/gentoo.conf
19 [DEFAULT]
20 main-repo = gentoo
21
22 [gentoo]
23 location = /var/cache/portage/tree
24 sync-type = rsync
25 sync-uri = rsync://rsync26.us.gentoo.org/gentoo-portage
26 sync-rsync-verify-metamanifest = no
27 root@fireball / #
28
29
30
31 Dale
32
33 :-)  :-)