summaryrefslogtreecommitdiff
path: root/MakeRelease.job
AgeCommit message (Collapse)Author
2016-07-01Add --manifest (-m) to MakeRelease.job to allow manifest override.Ryan S. Arnold
Change-Id: I4d7787735be21b6289e076665613a35f235e6062
2016-07-01Add -glibc (-l) option for glibc version override to MakeRelease.jobRyan S. Arnold
Change-Id: Iebc1b2cbbe35969ee4fc8b4638b64529ff917fca
2016-07-01Add missing -gcc (-g) and -binutils (-u) command line options.Ryan S. Arnold
There's no input for gcc_src or binutils_src, so this patch fixes that. Change-Id: I339e75f07a3f9c3c51ea2a1dc15e3aebadfa59e6
2016-07-01Combine package version overrides as a single expansion to pass to abe.sh.Ryan S. Arnold
I.e., srcs="${gcc} ${binutils}" Change-Id: Id7fde6a0acaf8073411f7162c81e8a2c9e14a603
2016-07-01Remove unneeded trace output 'echo 1 = "$1"' from MakeRelease.jobRyan S. Arnold
Change-Id: I1d4672cb2042e3d69a5aedfffb1d02c94767bfa9
2016-07-01scripts/MakeRelease.job: Convert --extra option to --toolchainconfigMaxim Kuvyrkov
Change-Id: If71a979854d12cb4422505710bf9d340d6974ffa
2016-07-01MakeRelease.job: Fix the option name.Maxim Kuvyrkov
It is expected that jenkins UI sets "extra" parameter to either nothing, or "--extra ../config/gcc6" or "--extra ../config/gcc5". Change-Id: I4f3a022b52d5dddd29d17542a4237ee41272f289
2016-06-30Add support for an optional --extraconfig option to pass to ABE.Rob Savoye
Change-Id: I2bd162bfb3d38740573b3960c59db499b68c42fb
2016-05-20Revert "For a Candian Cross, only build C and C++ for the first build as ↵Maxim Kuvyrkov
that's all the second build needs." This reverts commit c01c9ce85cec84a5eb1e14cec196ab0ac4a5b3ac, which broke canadian-cross builds due to missing fortran libraries. Change-Id: I311c1081009d7d37cf62ab315eced0895b3d4aa2
2016-05-16For a Candian Cross, only build C and C++ for the first build as that's all ↵Rob Savoye
the second build needs. Change-Id: I0934deded19222f662d7481332eebe78406401bb
2016-04-29Use setarch when building in an x86 container on a x86_64 builder so ↵Rob Savoye
configure works correctly. Change-Id: Iad85b25d0285b8845a9327c7deb74dbd69f68bb8
2016-04-21Don't reove the tarballs after building them, they need to get assed to the ↵Rob Savoye
TestRelease job. They'll get deleted by Jenkins later anyway. Change-Id: I02dab20f6830d1cc678ba428a56b11897599577b
2015-10-15Remove binary tarballs after copying them to the remote fileserverRob Savoye
Change-Id: I510caf0604efd432bfe4e86a086244cce7a19ce1
2015-10-01Fix test for GCC version so it works for any version, currently it only ↵Rob Savoye
matched 5.1. This is needed for the 2015.09 binary snapshot builds. Change-Id: Iea9a547be354213f10ce7afca8044d2d7f4b4ea9
2015-09-11Fix typo for new ref variableRob Savoye
Change-Id: I86dd1a0034328598f0a10be00572233369fb9b98
2015-09-11Don't disable updates for mingw32 builds. This is a debugging hack for the ↵Rob Savoye
release. Change-Id: I2c9453390101d4938340f8827ffc2ae1b44956a2
2015-09-10Add command line option to redefine the snapshots-ref path on the remote ↵Rob Savoye
fileserver. Change-Id: Id7544a06802f745fe48e2ce33bd28a4859639a1f
2015-09-09Add support for the debug setting to enable bash debugging output.Rob Savoye
Change-Id: I81bd7d802be7bfe29e2721b86f642748e1b879f5
2015-08-20Revert "MakeRelease.job disable doc building" patchRyan S. Arnold
Making documentation proved to not be the issue with building binary releases and disappearing files. Revert commit 727233bd0f9c4a3e470cf9ce33881b26dfd28c1e Change-Id: I3936589baf99fd78e136956d8ec0a667a52ed2d1
2015-08-18MakeRelease.job disable doc buildingRyan S. Arnold
The armeb-eabi binutils builds are mysteriously failing without throwing warnings. This happens during the make doc phase. We need to disable docs to find the problem. FIXME in the future once we figure out why armeb-eabi binutils mysteriously fail. Change-Id: Ibe3b5241e7cb4777d20462a832a6510cae585852
2015-07-24Merge "user the shell USER variable instead of hardcoding the buildslave user"Maxim Kuvyrkov
2015-07-23make canadian cross builds use the same defaults as a simple crossRob Savoye
Change-Id: I4fcaeddaca52ddc8845b491e3cdbf2e5a82b7ff7
2015-07-23user the shell USER variable instead of hardcoding the buildslave userRob Savoye
Change-Id: Id664d7e7cb39772a29d3dd25df95947bad253c8f
2015-07-23If the gcc or binutils source isn't specified, just use the default latest ↵Rob Savoye
version from the config files. Change-Id: I9682fb72fb09a88892b9610c42b2a8188a1dc11d
2015-07-14Force usage of glibc for GCC 5.1 binary tarballs.Rob Savoye
Change-Id: I13ca76e85145e21b718d7ae6d2e8883b489af630
2015-07-02always update sources the first time only.Rob Savoye
Change-Id: Ic797207f588035fa5decd31748ced39cbfedfa0f
2015-05-28Don't assume a hard-code path to ABE in jenkins scriptsMaxim Kuvyrkov
Change-Id: I256ffcdb0e66701e2ce67262fbd5177dbab2dd3e
2015-04-28test needs a valueRob Savoye
2015-04-28don't forget newlib supportRob Savoye
2015-04-28specify binutils rev tooRob Savoye
2015-04-28allow the C library to be specifiedRob Savoye
2015-04-28specify binutils and gcc revisions to buildRob Savoye
2015-04-28add remote_snapshots directoryRob Savoye
2015-04-27change abe.tcwglab.linaro.org to hardcoded fileserverRob Savoye
2015-03-28For a canadian cross, remove the previous build.Rob Savoye
2015-03-28remove extraneous dollar signRob Savoye
2015-03-28fix find for bin tarballsRob Savoye
2015-03-27find manifest.txt now that the name has changed.Rob Savoye
2015-03-26Use '--check all' instead of '--check'.Christophe Lyon
For native builds, add '--excludecheck gdb' because it is too slow. Change-Id: I2404fbd3e26140198f7cde1f75360ae8bdc69d60
2015-03-26find doesn't like shell file expansionRob Savoye
2015-03-26copy the newly renamed manifest file to the remote fileserverRob Savoye
2015-03-26only copy the tarballs that just got built.Rob Savoye
2015-03-04Delete tarballs so snapshots doesn't get full.Rob Savoye
2015-02-22only enable schroot for testingRob Savoye
2015-02-20don't reset the env variableRob Savoye
2015-02-19allow for the release date to not match the tarballwqRob Savoye
2015-02-03enable chrootRob Savoye
2015-01-28remove extraneous ;fiRob Savoye
2015-01-20copy log files toRob Savoye
2015-01-20OPTS wants commasRob Savoye