Changes

Gentoo Infrastructure

734 bytes added, 10:37, 11 January 2014
/* Build host proposal */
=== Links ===
 
==== build orchestration ====
 
==== package building ====
* [http://www.chromium.org/chromium-os/developer-guide/chromite-shell-quick-start chromite] build utility from chromium os ([https://chromium.googlesource.com/chromiumos/chromite/ source repo])
** as far as I recall chromium os does highly parallel building making their build really fast with a slight trade of in long termn stability (ie. build might fail due to dependencies being built out of oder),
** the [http://www.chromium.org/chromium-os/developer-guide chromium os developer guide] might also be of interest, among other things it shows that google do split the build into a package building part and an image creation part.
 
==== "stage4"/box/iso building ====
* [http://packer.io packer.io] can be used to build stage4 (containing a kernel) images and seems to work for gentoo. Packer often gets used to build Vagrant boxes.
** [https://github.com/pierreozoux/packer-warehouse/blob/master/var-files/gentoo/generate_latest.sh gentoo script from packer-warehouse] used with packer to create a minimal gentoo vagrant box
49
edits