Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

How to update kits.


Sandro

Question

Hi,

 

When i use "ego sync", all kits are automatically switched in "prime[-v]"

 

Ego sync which commands performs?
 
Can eix-sync be used to update the "portage + kits" or not?
 
I'm a bit confused

 

 

I'd like to know how to update the entire tree maintaining my impostation (master or prime for the various kits)

 

Last question: i see that:

auto-sync = no

Is the good choice or it is better to switch to "Yes" ?

 

Thanx. and excuse my ignorance.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

if you use only prime branch, then use "ego sync"

if you have some of kits with other branches enabled (such as master), do not use "ego sync"

to update kits with other branches enabled, use following sequence of commands:

 

cd /var/git/meta-repo

git pull

git submodule update

chown -R portage:portage /var/git/meta-repo

 

eix-sync does not update meta-repo, neither default branches nor any other branches. after manually updating meta-repo or if you use default branches and ego sync, you can use eix-update.

Link to comment
Share on other sites

  • 0

Ok .... i've finished now this little script:

 

 

ci74771ht ~ # cat Aggiorna  
cd /var/git/meta-repo
git pull
git submodule update
chown -R portage:portage /var/git/meta-repo
eix-update
emerge -DNu world --with-bdeps=y

 

 

haha ... at the same time :) Thanxxxxxxxx great :)

Link to comment
Share on other sites

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...