Skip to content

Commit

Permalink
not personal but organization
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcas committed Jan 7, 2013
1 parent a9df0ae commit faab506
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Your build machine must also be completely/properly set up to support building A
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/erikcas/hudson/blob/master/authorized_keys
https://github.com/androidarmv6/hudson/blob/master/authorized_keys

# Jenkins Job Setup
The job uses the following script:

```bash
curl -O https://raw.github.com/erikcas/hudson/master/job.sh
curl -O https://raw.github.com/androidarmv6/hudson/master/job.sh
. ./job.sh
```
2 changes: 1 addition & 1 deletion job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export WORKSPACE=$PWD

if [ ! -d hudson ]
then
git clone git://github.com/erikcas/hudson.git
git clone git://github.com/androidarmv6/hudson.git
fi

cd hudson
Expand Down
2 changes: 1 addition & 1 deletion recovery-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export WORKSPACE=$PWD

if [ ! -d hudson ]
then
git clone git://github.com/erikcas/hudson.git
git clone git://github.com/androidarmv6/hudson.git
fi

cd hudson
Expand Down

0 comments on commit faab506

Please sign in to comment.