aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
AgeCommit message (Collapse)Author
2014-01-26Make curl fail on errors (d'oh!)Paul Sokolovsky
Change-Id: If52abee6375d28ad368fa2d9287b0d8b2b944433
2014-01-26Download overlays ASAP to fail fast in case of error.Paul Sokolovsky
Change-Id: I8d6194e65d2190a9f4de8a2a17faa6d78c0aabd8
2014-01-26Disable manifest rewriting for testing.Paul Sokolovsky
Change-Id: I39a5cbc93281ed2e898b34faa42a24b5f96aa4cd
2014-01-15Use TARGET_OUT_DIR for BUILD_COPYCAT too.Paul Sokolovsky
Change-Id: I9aaaef5ed40061c23a8e9e630f61b94c1bc93cd1
2014-01-08strip "full_" from TARGET_PRODUCT to get the right locationVishal Bhoj
Change-Id: I35bb04642010b52e4b70c522ad3463483d194b8d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-03Enable artifact flattening by default.Paul Sokolovsky
Change-Id: I6dc2ef37e6480848190617950368c285f7e64e06
2014-01-03Add sypport for flattening artifacts build-side.Paul Sokolovsky
This moves flattening to build side instead of publsihing side, per LAVA-933. Change-Id: Ic0d3d6f9598f5538c99c689345ebd9074d063769
2013-10-04map arndale with lamc deviceVishal Bhoj
2013-09-23Improve on previous commit to use repo sync -f, make sure we use normal as last.Paul Sokolovsky
To ensure source code integrity.
2013-09-20recover from git failures from serversVishal Bhoj
2013-05-20Switch to git:// until it's figured out why http:// on new server is so slow.Paul Sokolovsky
2013-03-22BUILD_COPYCAT: Also copy manifests, without them build now fails.Paul Sokolovsky
2013-03-22BUILD_COPYCAT: Support *.img producing builds too.Paul Sokolovsky
2013-03-22Update BUILD_COPYCAT for flattened build artifact layout.Paul Sokolovsky
2013-03-06Make repo verbose again, while we have git:// scalabiity issues.Paul Sokolovsky
2013-03-01Switch to http git URL for repo itself in repo init. Fixes bug #1137666.Danilo Šegan
2013-02-16Allow to override SYNC_JOBS again.Paul Sokolovsky
2013-02-07lp:1116530: Switch to direct download for SOURCE_OVERLAY.Paul Sokolovsky
License var renamed to SOURCE_OVERLAY_ACCEPT_LICENSE to avoid confusion.
2013-02-06Use --silent --show-error for curl.Paul Sokolovsky
2013-02-06Make repo be quiet by default, we have too big logs, can skip that spam.Paul Sokolovsky
2013-02-06Add support for new overlay fetching mode.Paul Sokolovsky
2012-12-18Support build parameter REPO_GROUPSAxel Fagerstedt
If defined REPO_GROUPS will be used with the -g option during repo init.
2012-12-06Remove http_proxy support since it seems to cause problems.Danilo Šegan
2012-11-29Set http_proxy conditionally if it works and can access android.git.linaro.org.Danilo Šegan
2012-11-22Do not expose processed-manifest.xml.Danilo Šegan
2012-11-22Rename sanitize-manifest to rewrite-manifest.Danilo Šegan
2012-11-22Merge trunk.Danilo Šegan
2012-11-19It shoud fix https://bugs.launchpad.net/linaro-android-build-tools/+bug/1080491Vishal Bhoj
2012-10-26Fix typo.Danilo Šegan
2012-10-26Add the manifest processing to seed-based builds as well.Danilo Šegan
2012-10-26Add sanitization to build scripts.Danilo Šegan
2012-10-23Do not use the local mirror.Danilo Šegan
2012-10-03Redo seed rename support using --strip-components=1 on client side insteadPaul Sokolovsky
of actually changing seed format.
2012-10-03Handle seed tarballs w/o top-level directory of seed name.Paul Sokolovsky
This allows to just rename seed tarballs for testing/debugging.
2012-10-01Use human-readbale time format.Paul Sokolovsky
2012-10-01Provide better stats for build times of individual build stages.Paul Sokolovsky
Better == more human/machine parsable.
2012-09-24As quite a few builds abuse SYNC_JOBS setting, from now on hard-code it.Paul Sokolovsky
2012-09-24Decrease SYNC_JOBS in case of seeded builds to 5, to react to resent timeouts.Paul Sokolovsky
2012-08-08Add BUILD_FS_IMAGE bool config option to create FS image.Paul Sokolovsky
2012-08-02Made the wgets more quiet by using -nv. This is slightly less quiet than -q, ↵James Tunnicliffe
but much less noisy than not using any flags. It will show the URL we are downloading and any error messages. Should keep logs small, but usable.
2012-08-02To aid debugging get rid of quiet option to wget.James Tunnicliffe
Accept all certificates for https downloads (wget) because snapshots.linaro.org and releases.linaro.org HTTPS servers use self signed certs. This has only been changed for wget uses that may point to a Linaro hosted download.
2012-07-30RAMDISK_SIZE=0 build fails because manifest cannot be copied to out/; create ↵Alexander Sack
out/ in repo-sync-from-seed
2012-05-21Use more selective pattern for URL checking.Paul Sokolovsky
2012-05-21Remove debug code.Paul Sokolovsky
2012-05-16Revamp BUILD_COPYCAT support (get stuff from snapshots.linaro.org).Paul Sokolovsky
2012-03-08Use SYNC_JOBS default of 8 in case of seeded builds.Paul Sokolovsky
Improves local mirror checkout time, gets most of EC2 instances, without affecting networked repo case.
2012-02-21Add special error handler for infrastructure-setup parts of build script.Paul Sokolovsky
2012-01-26Seem to have found a working pathJames Tunnicliffe
2012-01-26Debug codeJames Tunnicliffe
2012-01-26Debug codeJames Tunnicliffe