Gentoo Archives: gentoo-dev

From: Torokhov Sergey <torokhov-s-a@××××××.ru>
To: "gentoo-dev@l.g.o" <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Experimental binary package hosting
Date: Wed, 22 Sep 2021 07:58:44
Message-Id: 42531632296151@mail.yandex.ru
In Reply to: [gentoo-dev] Experimental binary package hosting by "Andreas K. Huettel"
1
I have repos configs placed into /etc/portage/repos.conf with "rsync-type = git" fo all repos so I created binhost.cond file here instead of /etc/portage/ as mentioned in blog post. �� Then I tried to sync and got warnings: ... !!! Section 'binhost' in repos.conf is missing location attribute
!!! Repository 'binhost' has sync-uri attribute, but is missing sync-type attribute
... �� So it seems it's dosn't sync with binhost index without location attribute. �� After setup location attribute to specific directory I got warning on sync trying: !!! Repository 'binhost' has sync-uri attribute, but is missing sync-type attribute
!!! Repository 'binhost' is missing masters attribute in '/usr/local/portage/binhost/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility �� I tried to set up "rsync-type = rsync" or "webrsync" with "amsters = gentoo" but then I got error: !!! Repository 'binhost' is missing masters attribute in '/usr/local/portage/binhost/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility �� So I created /usr/local/portage/binhost/metadata/layout.conf : masters = gentoo
auto-sync = false
thin-manifests = true

So then on sync I got: �� ��The current sync-type attribute of repository 'gentoo' is not set to 'rsync' or 'webrsync':
�� ��sync-type=git ---- �� Is it currently git sync available for binhost?
�� �� �� �� �� �� �� �� 21.09.2021, 20:22, "Andreas K. Huettel" <dilfridge@g.o>:

So let's experiment with this... :) announcing:
https://gentoo.osuosl.org/experimental/amd64/binpkg/default/linux/17.1/x86-64/

More information can be found in a blog post, which will also be on planet.g.o
soon:
https://dilfridge.blogspot.com/2021/09/experimental-binary-gentoo-package.html

Cheers -A
��

--
Andreas K. H��ttel
dilfridge@g.o
Gentoo Linux developer
(council, qa, toolchain, base-system, perl, libreoffice)

Replies

Subject Author
Re: [gentoo-dev] Experimental binary package hosting Andrew Ammerlaan <andrewammerlaan@g.o>