Git migration successful!

Mark Côté mcote at mozilla.com
Fri Mar 21 15:30:16 UTC 2014


On 2014-03-20, 6:52 PM, Damien wrote:
> Hey Mark,
> 
> quick question about the GIT mirroring; is there a timeline for it to be
> mirrored ?

There are several questions in there. :)

Firstly, git.mozilla.org is now the repository of truth, meaning the
mirroring happens *from* git.mozilla.org *to* bzr.mozilla.org (and soon
to github).

The script that mirrors from git.mozilla.org to bzr.mozilla.org runs
every 5 minutes.

> http://git.mozilla.org/?p=bugzilla/bugzilla.git;a=summary
> https://github.com/bugzilla/bugzilla
> 
> this shows:
> 
>> descriptionnoneownerlast changeThu, 20 Mar 2014 19:55:57 +0000URLssh://
>> gitolite3 at git.mozilla.org/bugzilla/bugzilla.git
>> https://git.mozilla.org/bugzilla/bugzilla.git
> 
> 
> but when I visit https://git.mozilla.org/bugzilla/bugzilla.git I get:
> 
>> Not Found
>>
>> The requested URL /bugzilla/bugzilla.git was not found on this server.
>> ------------------------------
>> Apache/2.2.15 (Red Hat) Server at git.mozilla.org Port 80

That's just an artifact of gitweb, which admittedly is not the greatest
web UI for git (there's some talk about setting up an alternate web UI,
such as cgit, since for various reasons we may not be able to take down
gitweb entirely).

The first URL you listed (actually only the p= part is needed, i.e.
http://git.mozilla.org/?p=bugzilla/bugzilla.git) takes you to the gitweb
(web UI) version for the repo, where you can poke around the repo in
your browser.

The second (https://git.mozilla.org/bugzilla/bugzilla.git) is the
read-only git URL.  It only works if you are using git to access it
directly, e.g.

$ git clone https://git.mozilla.org/bugzilla/bugzilla.git
Cloning into 'bugzilla'...
remote: Counting objects: 87446, done.
remote: Compressing objects: 100% (19615/19615), done.
remote: Total 87446 (delta 64056), reused 87349 (delta 64008)
Receiving objects: 100% (87446/87446), 16.45 MiB | 2.65 MiB/s, done.
Resolving deltas: 100% (64056/64056), done.
Checking connectivity... done.

The other URL (gitolite3 at git.mozilla.org/bugzilla/bugzilla.git) is for
use with git if you have write privileges.

> and when I visit https://github.com/bugzilla/bugzilla I get:
> 
> 
>> This repository is empty.
>>
>> Care to check out the GitHub Channel on YouTube<http://youtube.com/GitHub> while
>> you wait?
>>

Yeah that part isn't completed yet; we're waiting on
https://bugzilla.mozilla.org/show_bug.cgi?id=982662. I've been told it
should be a week or so away.

Hope that answers your questions.

Mark

_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla at lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-apps-bugzilla



More information about the developers mailing list