This is an automated email from the git hooks/post-receive script.
christophe.lyon pushed a change to branch staging in repository toolchain/abe.
from 5d257ef Merge "Move downloading and installing the win32 python files." adds db712c0 Append version number to installjammer path. adds 1222629 Add command line option to redefine the snapshots-ref path on [...] adds 18f5425 jenkins.sh: Add set -e and set -o pipefail. adds b256767 Merge "jenkins.sh: Add set -e and set -o pipefail." adds b6e519a Add a 'clean' target to the generated Makefile. adds f5c9d52 Don't disable updates for mingw32 builds. This is a debugging [...] adds fbb9afa Fix typo for new ref variable adds bb0a8d0 Temporarily disable using installjammer to build win32 installers. adds 4c26fd3 configure.ac: If no fileserver is specified, specify http://< [...] adds 0963197 Merge "configure.ac: If no fileserver is specified, specify h [...] adds a3aa871 jenkins.sh: Do not use ${change} when calling abe.sh --checkout all. adds a597cd2 Merge "jenkins.sh: Do not use ${change} when calling abe.sh - [...] adds 493a228 Add support to use Mingw2 expat dev package for win2 GDB builds. adds 30bfe40 Use dnf instead of yum for Fedora adds 3f91a86 Merge "Use dnf instead of yum for Fedora" adds 8b77770 Add the right configure options for armv8l. adds 6ad1278 Fix test for GCC version so it works for any version, current [...] adds 0bbafec Add configure tests for alien and fakeroot. adds e3b7c03 lib/configure.sh: Set libdir=/usr/lib, slibdir=/lib, and rtld [...] adds b695806 lib/checkout.sh: prune git branches before git pull in checko [...] adds 3180316 Merge topic 'fix_slibdir_libdir_rtlddir' adds 457b08f change name of profile.d script to be unique. adds fcebab9 Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28123. adds 53070da Remove binary tarballs after copying them to the remote fileserver adds efd6e09 Fix bug #1845. adds 69bbc0b Merge "Fix bug #1845." adds 2191598 Improve the determination of rpm or deb based distribution. adds 402f8a3 Merge "Improve the determination of rpm or deb based distribution." adds 14b8d0d Fix tests that require eglibc, as now glibc is the default. adds 089798d Merge "Fix tests that require eglibc, as now glibc is the default." adds 3c9aad0 fix all svn/bzr test cases. This includes removing all the sv [...] adds 3354329 Merge "fix all svn/bzr test cases. This includes removing all [...] adds 24fc434 compare_tests: extract list of unstable tests from a separate repo. adds 6ef80df Emit HTML reports similar to the XML ones, so that they can b [...] adds 17eac8f Merge "Emit HTML reports similar to the XML ones, so that the [...] adds 80e6327 Remove obsolete list of unstable tests. The list is now maint [...] adds d8b7d6d Merge "Remove obsolete list of unstable tests. The list is no [...] adds b6ebfb5 Ignore plain files when computing the list of targets to compare. adds 7bbfbad Merge "Ignore plain files when computing the list of targets [...] adds 23db9f0 Test arm-linux-gnueabi[hf] on real hardware adds 1403213 Merge "Test arm-linux-gnueabi[hf] on real hardware" adds be74b53 Use rysnc and drop the -h option to tar so symbolic links don [...] adds bff335b Merge "Use rysnc and drop the -h option to tar so symbolic li [...] adds c4f42b6 update-snapshots-ref.sh: Fix initialization of non-existent r [...] adds 66765aa Merge "update-snapshots-ref.sh: Fix initialization of non-exi [...] adds f47a7b2 Remove scripts/compare* scripts/CompareJobs.job and test-back [...] adds 0476a09 Merge "Remove scripts/compare* scripts/CompareJobs.job and te [...] adds 8cfc51a Move running GCC's "gcc_update --touch" script from "build" t [...] adds 436581a Use --with-multilib-list to specify the much larger list of s [...] adds 31424e2 Merge "Use --with-multilib-list to specify the much larger li [...] adds 770cd2a Check that expect works before running make check adds cf613ed Merge "Check that expect works before running make check" adds 555ac68 Revert "Check that expect works before running make check" adds 8103465 Merge "Revert "Check that expect works before running make check"" adds 1ca97fd Check that expect works before starting build adds 5894282 Merge "Check that expect works before starting build" adds 2ad858c jenkins.sh: Follow abe.sh's style in handling multiple --excl [...] adds 7f2e0fd Don't look for gcc-multilib packages when configuring on a x8 [...] adds 003ec62 Unambiguous manifest location adds 83b7b38 Merge "Unambiguous manifest location"
No new revisions were added by this update.
Summary of changes: config/gcc.conf | 14 +- config/gdb.conf | 4 +- config/linaro.exp | 2 +- configure | 123 +++++++++++- configure.ac | 42 +++- jenkins.sh | 30 ++- lib/checkout.sh | 27 ++- lib/configure.sh | 11 +- lib/package.sh | 19 +- packaging/redhat/tcwg.spec.in | 4 +- scripts/CompareJobs.job | 73 ------- scripts/MakeRelease.job | 12 +- scripts/compare_dg_tests.pl | 435 ---------------------------------------- scripts/compare_jobs.sh | 140 ------------- scripts/compare_tests | 130 ------------ scripts/fedora_lsb_install.sh | 4 +- scripts/unstable-tests.txt | 118 ----------- scripts/update-snapshots-ref.sh | 5 +- test-backport.sh | 316 ----------------------------- test.sh | 14 +- testsuite/builddir-tests.sh | 9 - testsuite/git-parser-tests.sh | 98 +-------- testsuite/normalize-tests.sh | 27 --- testsuite/srcdir-tests.sh | 10 - testsuite/test.sh | 131 +----------- testsuite/test_sources.conf | 5 +- 26 files changed, 255 insertions(+), 1548 deletions(-) delete mode 100755 scripts/CompareJobs.job delete mode 100755 scripts/compare_dg_tests.pl delete mode 100755 scripts/compare_jobs.sh delete mode 100755 scripts/compare_tests delete mode 100644 scripts/unstable-tests.txt delete mode 100755 test-backport.sh