Skip to content

AOKP-i9100/hudson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessing the Build Server

Yet to be done

Authenticating to the Build Server

You must be a member of the AOKP-i9100 organization.
Your membership must be "publicized". https://github.com/AOKP-i9100 Jenkins will authorize using OAuth to GitHub.

Using the Build Server

Click the "android" job.
Configure what you want to build.
Build it.

Modifying the local_manifest.xml

Edit jb.xml (the ics jb_manifest.xml) and submit a pull request.

Adding Nodes to the Build Server #TODO

More nodes the better.
To add a node, please open an issue (or do it yourself within Jenkins) with a externally accessible username and host name that Hudson can use to connect via SSH.
Your build machine must also be completely/properly set up to support building Android. sudo/root access is not required.
You can also configure your node to only perform builds during certain hours. This will prevent your machine from being swamped when during the hours you are planning on using it.

The login provided should use allow access to the following public key via the authorized_keys file:
https://github.com/AOKP-i9100/hudson/blob/master/authorized_keys

Jenkins Job Setup

The job uses the following script:

curl -O https://raw.github.com/AOKP-i9100/hudson/master/job.sh
. ./job.sh

Releases

No releases published

Packages

No packages published