[Kerncomp-cvs] www index.html,1.6,1.7
Brought to you by:
delsarto,
dswatgelato
From: Ian W. <del...@us...> - 2005-06-08 01:36:57
|
Update of /cvsroot/kerncomp/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21573 Modified Files: index.html Log Message: update with a few new projects Index: index.html =================================================================== RCS file: /cvsroot/kerncomp/www/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.html 26 May 2005 22:18:29 -0000 1.6 --- index.html 8 Jun 2005 01:36:47 -0000 1.7 *************** *** 90,93 **** --- 90,113 ---- <dd>HP create PA-RISC kernels and package them into a .deb on <a href="http://cvs.parisc-linux.org/download/linux-2.6/">their site</a>. + <dt>toolchain.org</dt> + + <dd><a href="http://www.toolchain.org">toolchain.org</a> does an + automated build of the toolchain for a number of architectures. Their + scripts, called <a + href="http://www.toolchain.org/nightlies/build-scripts-0.1.tar.gz">builder</a>, + are freely available. + </dd> + + <dt>IBM Automated Tests</dt> + + <dd>IBM <a + href="http://marc.theaimsgroup.com/?l=linux-kernel&m=111775021327595&w=2">announced</a> + their automated build and regression test project. Results are + available in a <a + href="http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/regression_matrix.html">HTML + format</a>. The latest kernels are booted and tested on a range of + AMD, x86 and Power hardware. + </dd> + </dl> |