aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
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.
+