This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch array in repository toolchain/abe.
from 4d4b1f6 checkout gcc stage 2 for mingw32 new d927f1a Use dnf instead of yum for Fedora new c489878 And API for a toolchain component data structure with test cases. new 5595e35 move common functions to a seperate file so they can be usd i [...] new 94bc94c add test for get_component_branch() new 9a0f35d include new component.sh functions. new 5e4f358 Initialize the data array of components after checking out so [...] new 9600b25 Add new component_dump() function to do a pretty print dump o [...] new 64eab57 extract the subdirectory from a tarball URL so the path is complete. new c58c29d use the full tarball name for latest. new c0ff2d1 Add entries for the infrastructure files that get downloaded [...] new 9d3f029 Drop now extraneous test for mutiple hits from sources.conf file. new f41f5f4 Use the new component data structure instead of reparsing the [...] new 91d6173 Download the .asc file for each tarball, and if it exists, us [...] new 912b859 remove old and now bogus binutils URL new 738b638 remove checking for tje md5sums file, which is no longer used. new a4dfca0 Add function to collect al lthe data neded on each component. [...] new e3ee3e5 use the basename of the tool instead of the full name. new 042dd93 Work with the new component data structure when checkout via git. new 4467066 don't prefix linux- to the latest version, it gets added by A [...] new b11a98f drop using the git_config function, which is being depreciated. new 5802a49 add data fields to the array for the settings in the .conf fi [...] new f9fe80a collect component data for each file in infrastructure new 9be0a09 Use the new component data array for everything new 9234349 get_source() is now no longer used anywhere. new d40218d get_source() is now no longer used anywhere. new 65993d3 Remove the now unused fetch_md5sums function. Extract the pro [...] new 741a23f add component name before the version new a98a312 Add data for ABE itself as a component new 72f7fc6 Use the data array in a loop to produce a manifest file. Add [...] new 7a37a05 drop the escaped quotes as the screw up parsing later. new 0dbd63f Add revision info for each component to the data array. new f23cabc fix test, bad syntax new b106bb6 reverse logic on file existance test. new 8fbf95a use dirname of the srcdir for the extract stamp, not srcdir. [...] new c4fde5b Use data array in make_docs() to get the builddir. new 61cde3e Drop install-rdimon, now it's handled by adding all-target-li [...] new 4b67fd6 Now that newlib uses all-target-libgloss, remove explicitly h [...] new 4381b08 replace get_srcdir with get_component_srcdir. Remove unused * [...] new 153843d remove get_srcdir() and get_builddier, as they've been replac [...] new 91162ad Replace get_srcdir() with get_component_srcdir() and get_buil [...] new 4fc8f36 Replace get_srcdir() with get_component_srcdir() and get_buil [...] new 89dbd86 add default URLs for gcc and binutils for soure tarballs. new aaa2dd7 drop now useless get_list() function that was md5sums specifi [...] new 6821857 remove infrastructure() function, it's no longer used. new 5eb4c81 Remove checkout_infrastructure, it's no longer used. Improve [...] new d1e6179 All using a source tarball for any component in the data array. new 0b1b132 Don't append the getfile to the URL when fetching. new ef164ed build_all() now processes all the infrastructure files too. new b534437 configure with --with-sysroot to avoid any problems. new 5a0fd61 Pass the right component string to get_component_srcdir() new 2d8f01c pass the right string so the stamp name is correct new 5e7b845 pass the right string so the stamp name is correct, amd remov [...] new b2a939d pass the right string so the stamp name is correct, cleanup t [...] new a0dac3f fix typo in the setting of supdate. new cc8521c pass the right string so the stamp name is correct, cleanup t [...] new c80c0b5 Remove normalize_path() as it's now unused. Fix create_releas [...] new db6f310 Fix create_release_tag() to work for glibc as well. new b35ae90 Add glibc tests for create_release_tag(). new 5e6a4ed remove call to normalize_path(), which has been depreciated. new 83deb5b Improve file copy to eliminate warning message new b370259 Improve release string for glibc new 34e6c2b use create_release_tag() consistently. new 18fec15 modify to work with the new data array new efaf487 don't build docs for gdbserver, they're already installed. new 6014bdb Tarball uses xz, not bzip2 new e147115 Detached state isn't a branch name, so don't use it. new e4a6763 Change from double to single quotes to embed the quote marks [...] new 9c48ca4 Add python, remove ancient versions of gcc and gdb. new 58118d9 Call the import_manifest() function instead of sourcing the m [...] new d7b8350 remove now bogus comment, remove commented out zlib build. new 4676ca4 Call build() with the component name (gcc), insted of gcc_version. new 0b7bac3 Fix issues noticed when trying to reproduce a buid fro a mani [...] new 3761708 Remove hack for infrastructure files, the now all download on [...] new 5a9da75 Add GCC stage1 and stage2 configure flags. Add maeflags and c [...] new 71d97f4 New function, import_manifest(), which reads a manifest file [...] new d79f817 remove depreciated functions, read_config(), get_config(), li [...] new 626b911 Don't try to checkout gdbserver, it's part of GDB. Remove svn [...] new f709fd6 Drop the space in -j cpus, it's uneeded and causes problems later. new d28940f Remove over zealous comment for a line we need. new 94b981d When --checkout all is specified without --build, it fails to [...] new d8ec1e5 Only checkout gcc once for both stages new 47f6c46 Don't use local, it's not in a function. new dc4e14e Don't use --fileserver, it conflicts with the data array. new 9a432c5 Don't replace the / in the glibc path, only the @ character. new 0ee59f3 Add the --fileserver option back in, but print a warning and [...] new 3e89d1e Only error out if the file truly doesn't exist on remote fileserver. new cd726c5 Fix handling of stage2, fix a few typos. Return and error if [...] new 68150b3 return 1 to be more obvious that returning 1 new 276db0c checkout gcc stage 2 for mingw32 new 95c2da5 Fix ming32 support for GDB
The 90 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: config/{make.conf => expat.conf} | 4 ++-- config/gdb.conf | 2 +- config/{make.conf => python.conf} | 4 ++-- config/sources.conf | 5 +++-- lib/checkout.sh | 34 ++++++++++++++++++++++++++++++++++ lib/fetch.sh | 2 +- 6 files changed, 43 insertions(+), 8 deletions(-) copy config/{make.conf => expat.conf} (86%) copy config/{make.conf => python.conf} (87%)