Skip to content

Commit

Permalink
added note on adding new branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolan McMahon committed Dec 6, 2010
1 parent 2558048 commit 5fcf9bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ There are a number of pre-defined builds available:
* all - All tools, no jQuery
* default - UI tools with jQuery
* full - All tools with jquery

## Adding another branch to the build server

If you would like to start creating builds for another branch as well as 1.3.0,
then you'll need to edit the init and update scripts in the bin directory.

The changes should be self-explanatory, just copy the lines related to 1.3.0 and
rename to the branch on github you'd like to track.

0 comments on commit 5fcf9bc

Please sign in to comment.