aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 528ece11ab2c69bea5bc930e8812177d9cb63e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.