Gentoo Archives: gentoo-dev

From: Torokhov Sergey <torokhov-s-a@××××××.ru>
To: "Andreas K. Huettel" <dilfridge@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re:[gentoo-dev] Experimental binary package hosting
Date: Wed, 22 Sep 2021 08:20:18
Message-Id: 38412731632298810@sas1-55829ddbd171.qloud-c.yandex.net
In Reply to: [gentoo-dev] Experimental binary package hosting by "Andreas K. Huettel"
1 Sorry for previous html message. I tried to recend it as plaintext.
2
3 I have repos configs placed into /etc/portage/repos.conf with "rsync-type = git" fo all repos
4 so I created binhost.cond file here instead of /etc/portage/ as mentioned in blog post.
5
6 Then I tried to sync and got warnings:
7 ...
8 !!! Section 'binhost' in repos.conf is missing location attribute
9 !!! Repository 'binhost' has sync-uri attribute, but is missing sync-type attribute
10 ...
11
12 So it seems it's dosn't sync with binhost index without location attribute.
13
14 After setup location attribute to specific directory I got warning on sync trying:
15 !!! Repository 'binhost' has sync-uri attribute, but is missing sync-type attribute
16 !!! Repository 'binhost' is missing masters attribute in '/usr/local/portage/binhost/metadata/layout.conf'
17 !!! Set 'masters = gentoo' in this file for future compatibility
18
19 I tried to set up "rsync-type = rsync" or "webrsync" with "amsters = gentoo" but then I got error:
20 !!! Repository 'binhost' is missing masters attribute in '/usr/local/portage/binhost/metadata/layout.conf'
21 !!! Set 'masters = gentoo' in this file for future compatibility
22
23 So I created /usr/local/portage/binhost/metadata/layout.conf :
24 masters = gentoo
25 auto-sync = false
26 thin-manifests = true
27
28 So then on sync I got:
29 The current sync-type attribute of repository 'gentoo' is not set to 'rsync' or 'webrsync':
30 sync-type=git
31
32
33 Is it currently git sync available for binhost?

Replies

Subject Author
Re: [gentoo-dev] Experimental binary package hosting "Andreas K. Huettel" <dilfridge@g.o>