| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
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
|
|
|