backbone.ws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
gentoo:portage:git [2012/04/26 06:53] – [Setting up portage.] Calculate Git server. kolangentoo:portage:git [2012/04/26 06:55] (current) – [Portage Synchronization.] kolan
Line 22: Line 22:
 Portage and metadata might be synchronized by this way. Metadata must be updated after each //eix-sync// run. Portage and metadata might be synchronized by this way. Metadata must be updated after each //eix-sync// run.
 <code bash | Sync portage> <code bash | Sync portage>
-eix-sync && egencache --repo=gentoo --update --jobs=$((`grep "^processor" /proc/cpuinfo | wc -l`+1))+eix-sync 
 +egencache --repo=gentoo --update --jobs=$((`grep "^processor" /proc/cpuinfo | wc -l`+1)) # # Only for Git servers without metadata
 </code> </code>