Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Deprecated SYNC in make.conf - new respos.conf


Deklan?

Recommended Posts

The configuration line in make.conf to rsync (example):

/etc/portage/make.conf

SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"

will be isolated in a configuration file repos.conf with the following content (example):

/etc/portage/repos.conf

[DEFAULT]
main-repo = gentoo

[gentoo]
location = /usr/portage
sync-type = rsync
sync-uri = rsync://rsync.us.gentoo.org/gentoo-portage
auto-sync = yes
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...