== Progress == eglibc -> glibc transition: * Investigated upstream plan to retire eglibc and the implication of losing options groups.
Cbuildv2 *
[PATCH][test_fetch_md5sums_fix] testsuite/test.sh: Always override ${local_snapshots} for tests.
[PATCH][test_fetch_md5sums_fix] testsuite/test.sh: Add second fetch md5sums test and always use wget -q in testsuite.
== Issues ==
* None
== Plan ==
Objective before Linaro Connect: * Wiki/README on using cbuildv2 sources.conf and <package>.conf:latest= * git workflow document: collaborative use of git in Linaro * wiki/README on using cbuildv2 local_snapshots for specific/non-remote archives or git repositories.
General Cbuildv2: * Audit usage of "local foo=`bar`; if test $?". Change to: "local foo; foo=`bar`; if test $?". - This is a known issue and very nefarious. * Investigate dryrun to use stderr 2>&1? * Port get_URL, get_source, and find_snapshot to unique behind <repo>/<branch>@<revision> return type. * Test local_snapshot overrides
linaro-toolchain@lists.linaro.org