aboutsummaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)Author
2012-02-27Install packages as last step, not first, to workaround S3 mirror issues.Paul Sokolovsky
2012-02-21apt-get update after switching to S3 mirror.Paul Sokolovsky
2012-02-21Switch to use S3 mirror for Ubuntu EC2 packages.Paul Sokolovsky
Per http://groups.google.com/group/ec2ubuntu/browse_thread/thread/507f58dd51b6b631
2012-02-20Add java-commonPaul Sokolovsky
2012-02-20Install unixodbc, sun-java6* dependendency.Paul Sokolovsky
2012-02-20Use exactly same magic command for java dpkg install as was for apt-get.Paul Sokolovsky
2012-02-20Install sun-java6* from local mirror.Paul Sokolovsky
2012-02-15Don't use local git aliases.Paul Sokolovsky
2012-02-14Allow to fetch build config from git with BUILD_CONFIG_{REPO,BRANCH,FILENAME}.Paul Sokolovsky
2012-02-07Extra line before Ubuntu ver.Paul Sokolovsky
2012-02-07Dump system release close to the start of build log, for reference.Paul Sokolovsky
2012-01-31Install uuid-dev on build slave, prereq of UEFI bootloader.Paul Sokolovsky
2012-01-06Initial chown jenkins-build should be recursive.Paul Sokolovsky
2012-01-06umount build/out/target on cleanup.Paul Sokolovsky
2012-01-06Use ramdisk for just build/out/target , build/out no longer reasonably fits.Paul Sokolovsky
2012-01-06Make sure that RAM thresholds are bigger than ramdisk sizes created for them.Paul Sokolovsky
2012-01-06RAMDISK_SIZE is not proper integer, can be e.g. "11G", so use string comparison.Paul Sokolovsky
2012-01-06Typo fix in var name.Paul Sokolovsky
2012-01-06Use short-circuit OR syntax to avoid errors for non-numeric args.Paul Sokolovsky
2012-01-06Allow to specify ramdisk size for a build with RAMDISK_SIZE build config var.Paul Sokolovsky
This was a bit tricky, as ramdisk mounting happens with root privs, and we don't want to evaluate potentially arbitrary code in a build config with root privs. So, set up as simple sudo sandox to query that var.
2012-01-06Bump build/out/ ramdisk to 11.75Gb as was for build/ ramdisk.Paul Sokolovsky
2012-01-04Bump build/out/ to 11.25Gb, as we hit limit on that too.Paul Sokolovsky
2011-12-20No, cannot test a build config var until we parsed it.Paul Sokolovsky
2011-12-20Another sh syntax typo.Paul Sokolovsky
2011-12-20Typo fix.Paul Sokolovsky
2011-12-20LAVA submit wrapper script for standalone build step.Paul Sokolovsky
2011-11-1911Gb build/out ramdisk for ICS...Paul Sokolovsky
2011-11-18Bump build/out to 9G for ICS build!Paul Sokolovsky
2011-11-18Bump build/out ramdisk size to 7Gb for ICS builds.Paul Sokolovsky
2011-09-07Revert back to pristine repo.Paul Sokolovsky
2011-09-06Move to patched repo.Paul Sokolovsky
2011-09-01Switch to using our mirror of repo, while android.git.kernel.org is down.Paul Sokolovsky
2011-07-05X11 stuff is being included by SDL which is part of Android codebase.Paul Sokolovsky
2011-07-05Revert to known working java magic.Paul Sokolovsky
2011-07-05Another try to fix java magic.Paul Sokolovsky
2011-07-05Save split seconds on java install attempts.Paul Sokolovsky
2011-07-05Optimize package setup even further.Paul Sokolovsky
2011-06-24Consistent naming for build setup scripts, setup-$BUILD_TYPE.Paul Sokolovsky
Note: we still use setup-build-android in hardcoded way.
2011-06-24Use BUILD_TYPE instead of SCRIPT_NAME.Paul Sokolovsky
Still support SCRIPT_NAME for backward compatibility.
2011-06-21Use build/ ramdisk only if we have truly giantic RAM amount.Paul Sokolovsky
Otherwise, still use ramdisk for build/out/, as before.
2011-06-1510.75Gb ramdisk.Paul Sokolovsky
2011-06-1510.65Gb ramdisk.Paul Sokolovsky
2011-06-15Bump ramdisk size a bit again.Paul Sokolovsky
By 80Mb, kenrel link failed with patrik-ryd_pandroid.
2011-06-10Move GUI packages unneeded for unattended build to retired section.Paul Sokolovsky
2011-06-02Don't use curl and redir which swallow errors, use wget and mv.Paul Sokolovsky
2011-05-30Mask another non-zero status command.Paul Sokolovsky
2011-05-30Mask non-zero exit code command.Paul Sokolovsky
2011-05-30Add set -xe to catch errors.Paul Sokolovsky
2011-05-30Install gcc-arm-linux-gnueabi for natty compatibility.Paul Sokolovsky
That will bring in gcc 4.5 which is default for natty. Still leave install of gcc-4.5-arm-linux-gnueabi for maverick compat.
2011-05-25Add sudo -E to preserve Jenkins vars in environment so sub scripts can use them.Paul Sokolovsky