Moodle Git repositories

Moodle Git repositories

Howard Miller發表於
Number of replies: 7
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 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?
評比平均分數: -
In reply to Howard Miller

Re: Moodle Git repositories

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
Answered my own question, different repository - integration.git (I assume)
In reply to Howard Miller

Re: Moodle Git repositories

Joseph Rézeau發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片

What's the URL ?

In reply to Joseph Rézeau

Re: Moodle Git repositories

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
git://git.moodle.org/integration.git

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

Re: Moodle Git repositories

Joseph Rézeau發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片

Howard,

that is not a valid internet URL.

Joseph

In reply to Joseph Rézeau

Re: Moodle Git repositories

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 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

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 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.

評比平均分數:Useful (1)
In reply to Tim Hunt

Re: Moodle Git repositories

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
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