...
- On GitHub, create a new project under the clojure organization
- Make the clojure-build user a collaborator
- In the project source tree, create a pom.xml file according to the build.pom instructions
- On Hudson:
- Create a user account for the project's owner if they do not already have one
- Click "New Job" on the main menu
- On the job creation page:
- Enter the project name as the name of the job
- Select "Copy existing job"
- In the "Copy from" field, enter "build.poms"
- Click "OK"
- On the project configuration page:
- Check "Enable project-based security"
- In the "User/group to add" field, enter the Hudson username of the project owner
- Note: usernames are case-sensitive
- Click "Add"
- Check Checkmark all permission boxes for that user except Job->Delete and Job->Configure
- In the "User/group to add" field, enter the Hudson username of the project owner
- Under "Source Code Management", change "URL of repository" to the GitHub Read+Write URL for the project
- Click "Save"
- Check "Enable project-based security"