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