I am using the following repository to pull Moodle 2 updates...
git://git.moodle.org/moodle.git (branch master)
However, I've just realised that it only seems to be updated weekly. I was trying to find some fixes made after the last weekly update. Is that branch/repo available to me?
Answered my own question, different repository - integration.git (I assume)
What's the URL ?
git://git.moodle.org/integration.git
Branch seems to be 'master'
Branch seems to be 'master'
Howard,
that is not a valid internet URL.
Joseph
Joseph... sorry, I'm not sure what you are expecting. It's the URL (URI? I dunno) to the git repo.
as in
$ git clone git://git.moodle.org:integration.git
as in
$ git clone git://git.moodle.org:integration.git
Integration.git is only updated during Monday and Tuesday, then it is tested before becoming the weekly release on Wednesday.
Before the integration is done, you need to look at the PULL request, which will tell you where to find that change. For example PULL-182.
All this is documented (sort-of) on Development:Process.
Thanks Tim!
I read the development process article - that's how I concluded that it was in integration.git
So, to cut a long story short, everybody has their own repo on github (or wherever) and we consolidate from there. If I want a fix you made I have to grap your github repo and use that, or cherry-pick or whatever. Ok then
BTW.... I think you mean http://tracker.moodle.org/browse/PULL-182
I read the development process article - that's how I concluded that it was in integration.git
So, to cut a long story short, everybody has their own repo on github (or wherever) and we consolidate from there. If I want a fix you made I have to grap your github repo and use that, or cherry-pick or whatever. Ok then
BTW.... I think you mean http://tracker.moodle.org/browse/PULL-182