This post is part 3 in a series of posts of how to set up an Android build server.
Posts:
* Part 1 – The Server
* Part 2 – Installing Hudson
* Part 3 – Installing the Android SDK
* Part 4 – Communicating with GitHub (this post)
* Part 5 – Creating a Hudson Build Job
In this post I’m going to show you how to install set up communication between an 64 bit Ubuntu 10.04 LTS headless server (no gui) with GitHub.
Note: I did this about 2 months ago. If you see any typos or find any errors, please comment so I can fix them. Thanks!
Communicating with GitHub
I’m using git for my...
Read more...