Changes

Jump to: navigation, search

Build Server

293 bytes added, 15:01, 25 August 2014
/* Chroot Setup */
* Install {{Package|app-portage/layman}} and probably {{Package|dev-vcs/git}} to install overlays
* Add the following to generate binary packages during installation:
<source lang='bash'>
cat >> /etc/portage/make.conf << EOF
FEATURES="\${FEATURES} buildpkg cgroup ipc-sandbox network-sandbox parallel-fetch"
EOF
</source>
* Rebuild everything:
<source lang='bash'>
emerge -e world
</source>
[[Category:Infrastructure]]