All of lore.kernel.org
 help / color / mirror / Atom feed
* git://git.qemu.org/qemu.git now pulls from gitlab
@ 2021-01-19 12:01 Paolo Bonzini
  2021-01-19 12:25 ` Bin Meng
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2021-01-19 12:01 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell

The qemu.git repository on git.qemu.org is now a mirror of gitlab. The 
git mirror is updated every 15 minutes.

New changes to qemu.git therefore must go through 
git@gitlab.com:qemu-project/qemu.git.

As a result, the "qemu" and "qemu-stable" groups on the qemu.org server 
do not exist anymore.  The following repositories are now read only (no 
one can push to them):

- qemu-jeos.git (last commit Wed Jan 18 10:22:32 2012 -0600)
- qemu-stable-0.10.git (last commit Mon Aug 31 04:58:19 2009 -0400)
- qemu-stable-0.14.git (last commit Wed May 4 13:50:56 2011 -0500)
- qemu-stable-0.15.git (last commit Thu Nov 22 17:19:35 2012 +0100)
- qemu-stable-1.0.git (last commit Sun Feb 19 16:31:27 2012 -0600)
- qemu-stable-1.1.git (last commit Wed Sep 5 10:38:39 2012 -0500)
- qemu-stable-1.2.git (last commit Tue Dec 11 15:09:44 2012 -0600)
- qemu-stable-1.3.git (last commit Mon Jan 28 10:38:28 2013 -0600)
- qemu-stable-1.4.git (last commit Thu May 23 17:12:44 2013 -0500)

Paolo



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git://git.qemu.org/qemu.git now pulls from gitlab
  2021-01-19 12:01 git://git.qemu.org/qemu.git now pulls from gitlab Paolo Bonzini
@ 2021-01-19 12:25 ` Bin Meng
  2021-01-19 13:17   ` Laszlo Ersek
  2021-01-19 13:29   ` Paolo Bonzini
  0 siblings, 2 replies; 4+ messages in thread
From: Bin Meng @ 2021-01-19 12:25 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Peter Maydell, qemu-devel

On Tue, Jan 19, 2021 at 8:01 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The qemu.git repository on git.qemu.org is now a mirror of gitlab. The
> git mirror is updated every 15 minutes.
>
> New changes to qemu.git therefore must go through
> git@gitlab.com:qemu-project/qemu.git.
>
> As a result, the "qemu" and "qemu-stable" groups on the qemu.org server
> do not exist anymore.  The following repositories are now read only (no
> one can push to them):
>
> - qemu-jeos.git (last commit Wed Jan 18 10:22:32 2012 -0600)
> - qemu-stable-0.10.git (last commit Mon Aug 31 04:58:19 2009 -0400)
> - qemu-stable-0.14.git (last commit Wed May 4 13:50:56 2011 -0500)
> - qemu-stable-0.15.git (last commit Thu Nov 22 17:19:35 2012 +0100)
> - qemu-stable-1.0.git (last commit Sun Feb 19 16:31:27 2012 -0600)
> - qemu-stable-1.1.git (last commit Wed Sep 5 10:38:39 2012 -0500)
> - qemu-stable-1.2.git (last commit Tue Dec 11 15:09:44 2012 -0600)
> - qemu-stable-1.3.git (last commit Mon Jan 28 10:38:28 2013 -0600)
> - qemu-stable-1.4.git (last commit Thu May 23 17:12:44 2013 -0500)

I see the following error in a previously cloned repo:

$ git fetch origin
fatal: remote error: access denied or repository not exported: /qemu.git

$ git remote -v
origin  git://git.qemu.org/qemu.git (fetch)
origin  git://git.qemu.org/qemu.git (push)

Is this expected?

Looks I need to set-url to the new gitlab URL?

Regards,
Bin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git://git.qemu.org/qemu.git now pulls from gitlab
  2021-01-19 12:25 ` Bin Meng
@ 2021-01-19 13:17   ` Laszlo Ersek
  2021-01-19 13:29   ` Paolo Bonzini
  1 sibling, 0 replies; 4+ messages in thread
From: Laszlo Ersek @ 2021-01-19 13:17 UTC (permalink / raw)
  To: Bin Meng, Paolo Bonzini; +Cc: Peter Maydell, qemu-devel

On 01/19/21 13:25, Bin Meng wrote:
> On Tue, Jan 19, 2021 at 8:01 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>>
>> The qemu.git repository on git.qemu.org is now a mirror of gitlab. The
>> git mirror is updated every 15 minutes.
>>
>> New changes to qemu.git therefore must go through
>> git@gitlab.com:qemu-project/qemu.git.
>>
>> As a result, the "qemu" and "qemu-stable" groups on the qemu.org server
>> do not exist anymore.  The following repositories are now read only (no
>> one can push to them):
>>
>> - qemu-jeos.git (last commit Wed Jan 18 10:22:32 2012 -0600)
>> - qemu-stable-0.10.git (last commit Mon Aug 31 04:58:19 2009 -0400)
>> - qemu-stable-0.14.git (last commit Wed May 4 13:50:56 2011 -0500)
>> - qemu-stable-0.15.git (last commit Thu Nov 22 17:19:35 2012 +0100)
>> - qemu-stable-1.0.git (last commit Sun Feb 19 16:31:27 2012 -0600)
>> - qemu-stable-1.1.git (last commit Wed Sep 5 10:38:39 2012 -0500)
>> - qemu-stable-1.2.git (last commit Tue Dec 11 15:09:44 2012 -0600)
>> - qemu-stable-1.3.git (last commit Mon Jan 28 10:38:28 2013 -0600)
>> - qemu-stable-1.4.git (last commit Thu May 23 17:12:44 2013 -0500)
> 
> I see the following error in a previously cloned repo:
> 
> $ git fetch origin
> fatal: remote error: access denied or repository not exported: /qemu.git
> 
> $ git remote -v
> origin  git://git.qemu.org/qemu.git (fetch)
> origin  git://git.qemu.org/qemu.git (push)
> 
> Is this expected?
> 
> Looks I need to set-url to the new gitlab URL?

No issues on my end, using the same fetch URL.

Laszlo




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git://git.qemu.org/qemu.git now pulls from gitlab
  2021-01-19 12:25 ` Bin Meng
  2021-01-19 13:17   ` Laszlo Ersek
@ 2021-01-19 13:29   ` Paolo Bonzini
  1 sibling, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2021-01-19 13:29 UTC (permalink / raw)
  To: Bin Meng; +Cc: Peter Maydell, qemu-devel

On 19/01/21 13:25, Bin Meng wrote:
> I see the following error in a previously cloned repo:
> 
> $ git fetch origin
> fatal: remote error: access denied or repository not exported: /qemu.git
> 
> $ git remote -v
> origin  git://git.qemu.org/qemu.git (fetch)
> origin  git://git.qemu.org/qemu.git (push)
> 
> Is this expected?

You were very unlucky, that error lasted the time of a single restorecon 
command. :)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-19 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 12:01 git://git.qemu.org/qemu.git now pulls from gitlab Paolo Bonzini
2021-01-19 12:25 ` Bin Meng
2021-01-19 13:17   ` Laszlo Ersek
2021-01-19 13:29   ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.