Onko kukaan teistaillut tuota icecream systeemiä? Tuo säästäisi ainakin kovasti LTSP-palvelimen resursseja.
http://en.opensuse.org/IcecreamAsensin tämän ohjeen mukaan :
http://en.opensuse.org/SDB:KIWI-LTSP_Icecream mutta en oikein yhtä kohtaa osaa toteuttaa eli
Scheduling jobs
PXE boot as many PC/Laptops needed for your build farm and run parallel make, just compile with make -j <num>, where <num> is the amount of jobs you want to compile in parallel. As a start, take the number of logical processors multiplied with 2. But note that numbers >15 normally cause trouble. Here is an example:
make CC=icecc -j6
To build rpm packages:
rpmbuild --eval '%define jobs 8' -ba SPECS/foo.spec
that -usually- (if the spec file is setup right) will do a parallel make 8 ways then just poke icemon I guess..(--MMeeks)
Mitä tämä kohta siis toteutetaan?