aboutsummaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)Author
2014-01-03There should be one and only BUILD-INFO.txt per build.Paul Sokolovsky
Change-Id: I890772a5cba42e339ec99e17b21b144785a69998
2013-11-26Add acpica-tools which is a dependency for UEFI nowVishal Bhoj
2013-10-04Update repo tool to the latestGeorgy Redkozubov
2013-08-22Don't match slave type on exact OS release.Paul Sokolovsky
2013-08-16Replace lib32readline5-dev with lib32readline-gplv2-dev for precise.Paul Sokolovsky
2013-08-16lp:1212474 Install SVN on android builders.Paul Sokolovsky
2013-06-03Add build type build-android-testsuite-restrictedAxel Fagerstedt
2013-05-10Update restrictedness checks to handle multiple restricted groups.Paul Sokolovsky
2013-04-23Workaround BUILD-INFO.txt merging issuesGeorgy Redkozubov
2013-04-17build type name changedAxel Fagerstedt
2013-04-09Add build type build-testsuite-restrictedAxel Fagerstedt
2013-01-28lp:1099901: Add also autoconf & autoconf to Android build image.Paul Sokolovsky
2013-01-18[bug #1099901] Install libtool on build slaves.Paul Sokolovsky
2013-01-09Add new build type: build-android-toolchain-linaro-restricted .Paul Sokolovsky
2012-10-10Further adjustments for permission skew in ec2 plugin 1.17 .Paul Sokolovsky
2012-10-10chown build*, required for ec2 plugin 1.17 upgrade.Paul Sokolovsky
2012-08-24ramdisk_size defaults to 0James Tunnicliffe
2012-08-07USe -y for apt-get install linaro-image-toolsPaul Sokolovsky
2012-08-07Install linaro-image-tools so builds can create complete FS images.Paul Sokolovsky
Also, setup jenkins-build user access to it.
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-24Add libxml2-utils as required by Android JellyBean.Paul Sokolovsky
2012-05-23Re-enable S3 mirror.Paul Sokolovsky
2012-05-22Turn off S3 mirror for now, use old EC2 mirror.Paul Sokolovsky
2012-05-21Add lzop package, as required by vexpress_rtsm.Paul Sokolovsky
2012-04-24[merge] Merge in main branchPaul Sokolovsky
2012-04-24Remove newline from slave type file.Paul Sokolovsky
2012-04-24Update restricted slave namePaul Sokolovsky
2012-04-24Wrap comments a bit/fix typos.Paul Sokolovsky
2012-04-24PEP8 double-lining.Paul Sokolovsky
2012-04-24Close file.Paul Sokolovsky
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
Because some subrepositories may be indeed inaccessible during periods of time.
2012-03-01Move user creation at the end again.Paul Sokolovsky
So, if apt-get would fail even with retries, we get fail-fast behavior due to user not created, instead of more tangled error.
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