| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
Similar to 6ed5dd3 (host-albatross: Remove UNINSTALL_IGNORE overrides,
2024-03-23). This host also still had a CHOST setting which is no longer
required.
|
|
|
|
|
|
|
| |
portage has removed the 'cgroup' feature as it was based on cgroups v1.
Instead, the 'pid-sandbox' feature (which is enabled by default) is used
to isolate the process space and enable cleanly killing all processes
spawned by an ebuild.
|
| |
|
|
|
|
|
|
| |
It makes more sense to have Gentoo decide the best available mirrors
instead of hardcoding a long list of mirrors that might go offline after
a while. Thus simply drop the GENTOO_MIRRORS definition in make.conf.
|
|
|
|
|
|
| |
With commit 89dcc28 ("repo-gentoo-git: Add role for syncing the portage
tree with git"), a host-specific gentoo.conf file is no longer needer
for demeter.
|
|
|
|
|
|
| |
Instead of /var/overlay/<repo> for overlays and /var/portage/tree for
the gentoo repo, all data is now stored in /var/portage/repos/<repo>,
which is a more consistent location.
|
|
|
|
|
|
|
| |
Verification of the portage tree using rsync has been supported for some
time now[1].
[1] - https://wiki.gentoo.org/wiki/Project:Portage/Repository_Verification
|
| |
|
| |
|
|
|
|
| |
Additionally, use rsync instead of webrsync
|
|
|