ToeiRei / crowdsec-overlay

Gentoo Overlay providing (some) crowdsec ebuilds
GNU General Public License v2.0
6 stars 2 forks source link

emerge validation issues #5

Closed g00g1 closed 1 year ago

g00g1 commented 1 year ago

Hello, I just added this crowdsec-overlay to my list, did emaint sync -a and tried to install package from this overlay, but portage is unhappy:

!!! Repository 'crowdsec-overlay' is missing masters attribute in '/var/db/repos/crowdsec-overlay/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
WARNING: One or more repositories have missing repo_name entries:

    /var/db/repos/crowdsec-overlay/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
g00g1 commented 1 year ago

Oh, I found out the reason - it seems like the issue is in sudo eselect repository add crowdsec-overlay git git://github.com/ToeiRei/crowdsec-overlay. I have changed git:// to https:// and it worked.

ToeiRei commented 1 year ago

https may be the better protocol here. - Fixed in 3cf3e4d