layman icon indicating copy to clipboard operation
layman copied to clipboard

[MIRROR] layman: Gentoo overlay manager

Results 19 layman issues
Sort by recently updated
recently updated
newest added

See https://bugs.gentoo.org/545568

resolve_command does this for us already. This screws up paths when using Gentoo Prefix with g_sorcery

Just a quick fix because I just noticed that 🤓

Details in the individual commit message. This was mostly grepping for '[$].*:', so I may have missed a few references and crufty docs. If anyone notices something missing, I'm happy...

I'm trying to get all syncing handled by `emaint sync`, so `repos.postsync.d` hooks would trigger. This requires `/etc/layman/layman.cfg` setting `auto_sync: Yes`. But `layman -a ` configures all repos `auto_sync =...

Layman should attempt to download the list of overlays if it cannot find any sort of already extant overlays in its cache file. mike@sabayon ~ $ sudo layman -a sublime-text...

In [prefix/libc](https://wiki.gentoo.org/wiki/Prefix/libc), repos_conf in $EPREFIX/etc/layman/layman.cfg is missing EPREFIX. It should be like storage with EPREFIX added

I've followed the suggestion on https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI to edit `layman.cfg` like this: ``` cfg overlays : https://api.gentoo.org/overlays/repositories.xml https://gitweb.gentoo.org/report/repos.git/plain/repositories.xml ``` Since then layman is randomly switching between them. For example issuing `layman...

This would give us a standard, useful place to post release tarballs. We currently [post them on SourceForge](https://github.com/wking/layman/commit/30512b9ebd50044ca84fd763a0f9e60fc46d446b#commitcomment-8248994), which seems like overkill for hosting releases.