aboutsummaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)Author
2013-04-23Workaround BUILD-INFO.txt merging issuesGeorgy Redkozubov
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
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