summaryrefslogtreecommitdiffstats
path: root/host-demeter (unfollow)
Commit message (Collapse)AuthorLines
2024-03-24host-demeter: Do not use systemd's kernel-installWolfgang Müller-0/+1
2024-03-24host-demeter: Remove CHOST and UNINSTALL_IGNOREWolfgang Müller-5/+0
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.
2023-09-28Remove 'cgroup' feature from make.confWolfgang Müller-1/+1
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.
2023-06-11host-demeter: Avoid removing merged-usr symlinksWolfgang Müller-0/+4
2020-06-05host-demeter: Use default value for GENTOO_MIRRORSWynn Wolf Arbor-2/+0
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.
2020-06-05host-demeter: Remove host-specific repos.confWynn Wolf Arbor-7/+0
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.
2020-03-17Switch to a new location for portage repositoriesWynn Wolf Arbor-1/+1
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.
2019-10-22host-demeter: Remove webrsync-gpg from make.confWolfgang Müller-1/+1
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
2019-03-08host-demeter: Disable color for emerge; reorder argsWolfgang Müller-1/+1
2019-02-22host-demeter: Order FEATURES listWolfgang Müller-1/+1
2019-02-22host-demeter: Move portage tree to /var/portage/treeWolfgang Müller-7/+5
Additionally, use rsync instead of webrsync