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
...
!!! 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
!!! 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
!!! 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:
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
sync-type=git
----
Is it currently git sync available for binhost?
21.09.2021, 20:22, "Andreas K. Huettel" <dilfri...@gentoo.org>:
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
dilfri...@gentoo.org
Gentoo Linux developer
(council, qa, toolchain, base-system, perl, libreoffice)