Moodle Git repositories

Moodle Git repositories

by Howard Miller -
Number of replies: 7
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
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?
Average of ratings: -
In reply to Howard Miller

Re: Moodle Git repositories

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Answered my own question, different repository - integration.git (I assume)
In reply to Howard Miller

Re: Moodle Git repositories

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

What's the URL ?

In reply to Joseph Rézeau

Re: Moodle Git repositories

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
git://git.moodle.org/integration.git

Branch seems to be 'master'
In reply to Howard Miller

Re: Moodle Git repositories

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Howard,

that is not a valid internet URL.

Joseph

In reply to Joseph Rézeau

Re: Moodle Git repositories

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
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
In reply to Howard Miller

Re: Moodle Git repositories

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

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.

Average of ratings: Useful (1)
In reply to Tim Hunt

Re: Moodle Git repositories

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Thanks Tim!

I read the development process article - that's how I concluded that it was in integration.git sad

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 smile

BTW.... I think you mean http://tracker.moodle.org/browse/PULL-182