< Ebuild repository

Ebuild repository/eix-sync

eix-sync

eix-sync can run emerge --regen after syncing ebuild repositories:

FILE /etc/eix-sync.conf
<syntaxhighlight lang="bash"># Sync all ebuild repositories
*
# Regenerate ebuild repository metadata
@emerge --regen || true</syntaxhighlight>

eix-update

eix-update can utilize the metadata cache generated by emerge --regen for a speedup and better accuracy. To enable this, set the OVERLAY_CACHE_METHOD variable to assign in /etc/eixrc/01-cache.

FILE /etc/eixrc/01-cacheSetting OVERLAY_CACHE_METHOD
<syntaxhighlight lang="bash">OVERLAY_CACHE_METHOD="assign"</syntaxhighlight>
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.