[TYPO3-core] [!!!] Git repository changes

Peter Niederlag peter.niederlag at typo3.org
Tue May 28 09:39:33 CEST 2013


Hi,

On 27.05.2013 19:16, Stefan Neufeind wrote:
> On 05/27/2013 07:08 PM, Helmut Hummel wrote:
[...]
>> Since Peter does mirror all changes to github (AFAIK somewhere on his
>> server), is he aware that he needs to change his mirroring script to
>> reflect the repository name change?

relocated to:
https://github.com/TYPO3/TYPO3.CMS.git
(github forks keep working, local checkouts need to git remote origin
set-url)

> In that step: Could we maybe migrate official mirror-scripts or whatever
> to TYPO3-infrastructure? Nothing personal - it's just that I'd
> appreciate to have such things in the hands of the admin-team.

no problem but it really is just:

* one time:
git clone --mirror git://git.typo3.org/Packages/TYPO3.CMS.git
git remote add github xxx

* cron job
git fetch origin;git push github

no script or magic involved... there's a whole team that is admin of
TYPO3-organisation on github. :) We still will move the cronjob to an
official server eventually.

[...]

Greets,
Peter


More information about the TYPO3-team-core mailing list