aboutsummaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2012-04-24Fix commentPaul Sokolovsky
2012-04-24Be sure to base64-decode initial config from jenkins.Paul Sokolovsky
2012-04-24Handle short string properly.Paul Sokolovsky
2012-04-24Make sure that /var/run/build-tools exists.Paul Sokolovsky
2012-04-24Typo fixPaul Sokolovsky
2012-04-24Import optparsePaul Sokolovsky
2012-04-23Dash strikes again.Paul Sokolovsky
2012-04-23Stupid dash, doesn't lake sane names.Paul Sokolovsky
2012-04-23Add reusable module of EC2 apt-get helpers.Paul Sokolovsky
2012-04-23prepare_build_config.py: Fix mistakes and add more tests.Paul Sokolovsky
2012-04-20Use prepared build-config file for LAVA submission.Paul Sokolovsky
2012-04-20Actually use prepare_build_config.py during build initialization.Paul Sokolovsky
2012-04-20Add a python script to validate build config and environment.Paul Sokolovsky
2012-03-12Add gcc 4.4, to make sure we can build toolchain on older distros.Paul Sokolovsky
2012-03-05Treat apt-get update specially - don't consider failure after retries as fatal.Paul Sokolovsky
2012-03-01Move user creation at the end again.Paul Sokolovsky
2012-03-01Protect apt-get update with retries too.Paul Sokolovsky
2012-03-01Use /bin/bashPaul Sokolovsky
2012-03-01Add retries to apt-get install operations, to workaround EC2 issues.Paul Sokolovsky
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
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
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