aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
AgeCommit message (Expand)Author
2012-01-25Add support for fetching tarballs to be unpacked to a fixed location.James Tunnicliffe
2012-01-16Take --reference dir name from seed tarball URL.Paul Sokolovsky
2011-12-15Prepare source-manifest.xml before repo sync, so it's available on sync failure.Paul Sokolovsky
2011-12-15Add support for SOURCE_OVERLAY var - overlay code from vendor, etc. tarballs.Paul Sokolovsky
2011-12-12Add "build copycat" feature - don't build anything, copy from existing build.Paul Sokolovsky
2011-10-10USE_SEED => REPO_SEED_URL, to contain URL of seed tarball.Paul Sokolovsky
2011-10-09Make curl don't show progress indicator.Paul Sokolovsky
2011-10-09Use repo mirror loc for seeded build too.Paul Sokolovsky
2011-10-09First cut at implementing repo --mirror/--reference based seeding.Paul Sokolovsky
2011-10-06Set default SYNC_JOBS to 3.Paul Sokolovsky
2011-09-01Switch to using our mirror of repo, while android.git.kernel.org is down.Paul Sokolovsky
2011-07-06Comment out REPO_MIRROR for now.Paul Sokolovsky
2011-07-06Fix mirror repo location.Paul Sokolovsky
2011-07-05Decrease number of default repo sync jobs to 5.Paul Sokolovsky
2011-06-10Decrease default number of sync jobs from mirror to 6.Paul Sokolovsky
2011-06-06Create/export pinned aka release manifest.Paul Sokolovsky
2011-06-03Save copy of input manifest as build artifact, for reference.Paul Sokolovsky
2011-06-03Use our mirror for repo init fetch.Paul Sokolovsky
2011-05-26Add SYNC_JOBS config var to set repo sync's -jN param.Paul Sokolovsky
2011-05-24Move functions to common include file.Paul Sokolovsky
2011-04-29Add MAKE_TARGETS and MAKE_JOBS options to override make params.Paul Sokolovsky
2011-04-25Allow to pass $HUDSON_URL from Jenkins as location of mirror service.Paul Sokolovsky
2011-04-21Typo fix.Paul Sokolovsky
2011-04-21Add REPO_QUIET build config var to make repo less verbose.Paul Sokolovsky
2011-04-12Remove duplicate URL protocol.Paul Sokolovsky
2011-03-23more refactoringMichael Hudson