Hi,

In the OAE-Builder doc, it says:
If you'll be working on the front-end code, change the repository to your
own 3akai-ux repo.

ui = {"path" => "../3akai-ux", "repository" => "[email protected]:<your
github username here>/3akai-ux.git", "branch" => "master",
"localbranch" => "master", "remote" => "origin"}

I want to use another branch instead of the master branch, e.g. test
and made the following changes

ui = {"path" => "../my-3akai-ux", "repository" =>
"[email protected]:myname/my-3akai-ux.git", "branch" => "test",
"localbranch" => "test", "remote" => "origin"}

When I try to rake bld:clone, OAE-builder still pull the master branch
instead of test branch. Did I miss anything? Thanks for the help.

Harry
_______________________________________________
oae-dev mailing list
[email protected]
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to