== Progress == * Monday holiday here too, so went mountain climbing * Finally fixed Lava token for cbuild * Dug into EC2 issues, still confused * Cloned infrastructure files from gcc.gnu.org, which turned out to be out of date, so updated them to the current releases. That then required fixing a few minor configure bugs in libppl. Files in ~/cbuild/var/snapshots/infrastructure. Infrastructure libs are statically linked so they're consistent across platforms. * Worked on cbuildv2, it now downloads a tarball or does a bzr|git|svn checkout, configures, compiles, and installs them in a sysroot as other packages depend on them. Also added a function to download, build, and install all the toolchain infrastructure libraries in a sysroot for binutils & GCC to use at build time https://git.linaro.org/gitweb?p=people/rsavoye/cbuild2%3Ba=summary * Automated import of all historical test results till running. Currently the DB has 137,687,996 test results, 1909 separate test runs of GCC, and covering 544 versions.
== Plan == * Add remote SSH support to DejaGnu for remote testing on Chromebook. (carried over from this week) * Figure out the EC2 mess and document it better * Clone gcc_release.sh script but enhance so a similar process can be applied to releasing Eglibc, Newlib, and the Binutils. * Start gearing up for the releases * Finish cross build and testing support in Cbuildv2, which would basically eliminate the need for crosstool-ng.