backbone.ws

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gentoo:portage:git [2012/04/26 06:50] – [Upgrading portage.] Calculate Git server kolangentoo:portage:git [2012/04/26 06:55] (current) – [Portage Synchronization.] kolan
Line 16: Line 16:
 <code bash | Setting up Git portage> <code bash | Setting up Git portage>
 rm -rf /usr/portage rm -rf /usr/portage
-git clone git://github.com/funtoo/portage.git -b gentoo.org --depth=1 /usr/portage +git clone --branch=master --depth=1 -- git://git.calculate.ru/calculate/portage.git /usr/portage
-# echo 'profile-formats = portage-1' >> /usr/portage/metadata/layout.conf+
 mkdir /usr/portage/packages mkdir /usr/portage/packages
 </code> </code>
- 
 ===== Portage Synchronization. ===== ===== Portage Synchronization. =====
 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>