From 0c155652a4ca4700efe4ecc851435763505d6b84 Mon Sep 17 00:00:00 2001 From: Michael Hudson Date: Mon, 21 Mar 2011 13:09:17 +1300 Subject: add a readme --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..528ece1 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +Scripts for the Linaro Android Build Service +============================================ + +These scripts are used by the Linaro Android Build Service. + + node/ + * Scripts that run on the Jenkins slaves. + root-setup-android-build-node + * Installs and configures a fresh EC2 node to be able to build + android. Jenkins runs this when it provisions a new instance. + build-android + * Downloads and builds android. Running this script is the meat + of the build step of the Jenkins job. + root-setup-android-toolchain-build-node, build-android-toolchain + * Not used at this time. + control/ + * Scripts that run on the Jenkins master + setup-control-node + * Mostly configures a blank node to be a jenkins master. + mangle-jobs + * A rather hairy script to allow batch editing of the Jenkins + jobs. + -- cgit v1.2.3