Sandro Posted August 19, 2017 Report Share Posted August 19, 2017 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 More sharing options...
0 Oleg Vinichenko Posted August 19, 2017 Report Share Posted August 19, 2017 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. Sandro 1 Link to comment Share on other sites More sharing options...
0 Sandro Posted August 19, 2017 Author Report Share Posted August 19, 2017 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 More sharing options...
0 NikosAlexandris Posted August 24, 2017 Report Share Posted August 24, 2017 By the way, what about esync (aka ego sync)? Link to comment Share on other sites More sharing options...
0 sphakka Posted September 9, 2017 Report Share Posted September 9, 2017 I guess overlays should still be synced via "eix-sync", right? Link to comment Share on other sites More sharing options...
0 palica Posted December 20, 2017 Report Share Posted December 20, 2017 eix-sync works for me on my PCs (it pulls also meta-repo changes automaticaly) so no need to use any custom scripts. Link to comment Share on other sites More sharing options...
Question
Sandro
Hi,
When i use "ego sync", all kits are automatically switched in "prime[-v]"
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:
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