This is an automated email from the git hooks/post-receive script.
christophe.lyon pushed a change to branch stable in repository toolchain/abe.
discards 9f373d2 Use DejaGnu linaro-local/stable branch. discards 769f9f0 [bug 2041] use -t ssh option adds 72a336f New script for testing toolchain binary releases. Works with [...] adds 780abcb Merge "New script for testing toolchain binary releases. Work [...] adds bbbbeca [bug 2041] use -t ssh option adds 5cae00e Don't reove the tarballs after building them, they need to ge [...] adds f5115fd Merge branch using an array into master. Address comments fro [...] adds dfb01b9 Merge "Merge branch using an array into master. Address comme [...] adds fbd39e6 Use DejaGnu linaro-local/stable branch. adds 1a0b92a Merge "Use DejaGnu linaro-local/stable branch." adds 7277945 Look for manifest variables at start of line only. adds 27da070 Remove all usages of flock. https://bugs.linaro.org/show_bug. [...] adds 9ccc244 Merge "Remove all usages of flock. https://bugs.linaro.org/sh [...] adds ce354fa Update tastsuite so it works after array branch merge. adds f55dc32 Merge "Update tastsuite so it works after array branch merge." adds 8f7166a Don't run the gcc update script if updates have been disabled [...] adds fd1f286 Merge "Don't run the gcc update script if updates have been d [...] adds 4c7fd6f jenkins.sh: Remove unused code, fix BZ #2204 adds 9ab26dd Merge "jenkins.sh: Remove unused code, fix BZ #2204" adds 1296e3d Always tar up mingw binaries if specified. adds dd14bd5 Merge "Always tar up mingw binaries if specified." adds e1f2a25 Run make check even when building binary tarballs and improve [...] adds 4fffef0 Use setarch when building in an x86 container on a x86_64 bui [...] adds e5529ee Reduce verbosity of wget output adds 4c06208 jenkins.sh: Skip partial gdb .sum files. adds 23697e7 Disable binary tarballs validation. adds 9843421 eglibc requires libc appended to the top level source directo [...] adds c8cdeb4 Update copyright dates, aways use bash instead of sh, since o [...] adds 297bd05 Add error handling for component_init. adds dfa80a0 Process extraconfig after all other files. Fix bug #2215 adds 3d81105 Reject use of --target with --manifest adds c01c9ce For a Candian Cross, only build C and C++ for the first build [...] adds f7d365b Remove -i and -k flags from make invocations adds 380581d Print information about the build machine: - hostname - uname [...] adds 55e45fa Ignore setting a libc version incompatible with the target, u [...] adds 6364a35 Revert "For a Candian Cross, only build C and C++ for the fir [...] adds dd6a72a Add support for powerpc. adds d5fc1a9 lib/make.sh: Do not force -j on make install. adds 746a2d3 Put quotes around configure values for ABE in the array to fi [...] adds 5aa9d74 Revert "Put quotes around configure values for ABE in the arr [...] adds 0750a49 lib/make.sh: Force touch of intl/plural.c adds 94bec8d Call contrib/gcc_update just before building, not after checkout. adds c6dfe2f Use individual (per component) install.log files. adds 74e9dc5 Return an error if the branch isn't specified.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (9f373d2) \ N -- N -- N refs/heads/stable (74e9dc5)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes: abe.sh | 147 +--- config/{make.conf => expat.conf} | 4 +- config/gcc.conf | 7 +- config/gdb.conf | 2 +- config/glibc.conf | 4 +- config/gmp.conf | 2 +- config/infrastructure.conf | 2 +- config/linux.conf | 2 +- config/mpc.conf | 2 +- config/mpfr.conf | 2 +- config/newlib.conf | 9 +- config/{make.conf => python.conf} | 4 +- config/sources.conf | 40 +- configure | 20 +- configure.ac | 15 +- jenkins.sh | 8 +- lib/benchmark.sh | 18 + lib/checkout.sh | 418 ++++------ lib/common.sh | 610 ++------------ lib/component.sh | 617 ++++++++++++++ lib/configure.sh | 184 +---- lib/depend.sh | 98 +-- lib/diff.sh | 2 +- lib/fetch.sh | 240 +++--- lib/gerrit.sh | 8 +- lib/git-parser.sh | 4 +- lib/globals.sh | 123 ++- lib/make.sh | 354 ++++---- lib/merge.sh | 4 +- lib/package.sh | 499 ++++-------- lib/release.sh | 14 +- lib/schroot.sh | 16 + lib/stamp.sh | 2 +- scripts/Backport.job | 4 +- scripts/MakeRelease.job | 10 +- scripts/TestRelease.job | 108 +++ sum2junit.sh | 4 +- tcwgweb.sh | 2 +- test.sh | 23 +- testsuite/common.sh | 64 ++ testsuite/component-tests.sh | 205 +++++ testsuite/stamp-tests.sh | 2 +- testsuite/test.sh | 1622 +++++++------------------------------ testsuite/test_sources.conf | 10 +- validate.sh | 2 +- 45 files changed, 2252 insertions(+), 3285 deletions(-) copy config/{make.conf => expat.conf} (86%) copy config/{make.conf => python.conf} (87%) create mode 100644 lib/component.sh create mode 100755 scripts/TestRelease.job create mode 100644 testsuite/common.sh create mode 100644 testsuite/component-tests.sh