Oof, I'm really not sure - I wonder if it has to do with having multiple remotes? I'm going to throw up the bat signal and see if we can get some clarification from the Github guys.
--John On Thu, Nov 26, 2009 at 6:13 PM, Mark Gibson <[email protected]> wrote: > Hello, > has anyone managed to build jQuery from a forked repository? > > The submodules won't pull in the clone of my forked repo, I can't work > out why - 'make init' does nothing, all I get is this: > > Grabbing external dependencies... > From [email protected]:jollytoad/jquery > * branch master -> FETCH_HEAD > Already up-to-date. > From [email protected]:jollytoad/jquery > * branch master -> FETCH_HEAD > Already up-to-date. > > > It works fine though if I clone the original repo from > git://github.com/jquery/jquery.git and run 'make init'. > > This is my .git/config: > > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = [email protected]:jollytoad/jquery.git > [branch "master"] > remote = origin > merge = refs/heads/master > [remote "jquery"] > url = git://github.com/jquery/jquery.git > fetch = +refs/heads/*:refs/remotes/jquery/* > > and .gitmodules: > > [submodule "test/qunit"] > path = test/qunit > url = git://github.com/jquery/qunit.git > [submodule "src/sizzle"] > path = src/sizzle > url = git://github.com/jeresig/sizzle.git > > Any ideas? > - Mark > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery Development" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jquery-dev?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.
