diff mbox series

[for-2.12] gitmodules: Use the QEMU mirror of qemu-palcode

Message ID 20180319131743.3885-1-peter.maydell@linaro.org
State Accepted
Headers show
Series [for-2.12] gitmodules: Use the QEMU mirror of qemu-palcode | expand

Commit Message

Peter Maydell March 19, 2018, 1:17 p.m. UTC
We have a mirror of the qemu-palcode repository on
git.qemu.org; use that instead of the upstream github,
in line with our general policy of keeping and using
a mirror for submodules.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

---
We also currently have two submodules we don't have mirroring
for: seabios-hppa and u-boot-sam460ex.

 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.16.2

Comments

Stefan Hajnoczi March 19, 2018, 4:25 p.m. UTC | #1
On Mon, Mar 19, 2018 at 01:17:43PM +0000, Peter Maydell wrote:
> We have a mirror of the qemu-palcode repository on

> git.qemu.org; use that instead of the upstream github,

> in line with our general policy of keeping and using

> a mirror for submodules.

> 

> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

> ---

> We also currently have two submodules we don't have mirroring

> for: seabios-hppa and u-boot-sam460ex.

> 

>  .gitmodules | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)


The git.qemu.org mirror appears up-to-date:

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Richard Henderson March 20, 2018, 12:42 a.m. UTC | #2
On 03/19/2018 09:17 PM, Peter Maydell wrote:
> We have a mirror of the qemu-palcode repository on

> git.qemu.org; use that instead of the upstream github,

> in line with our general policy of keeping and using

> a mirror for submodules.

> 

> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>



r~
Peter Maydell March 22, 2018, 7:25 p.m. UTC | #3
On 19 March 2018 at 16:25, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> On Mon, Mar 19, 2018 at 01:17:43PM +0000, Peter Maydell wrote:

>> We have a mirror of the qemu-palcode repository on

>> git.qemu.org; use that instead of the upstream github,

>> in line with our general policy of keeping and using

>> a mirror for submodules.

>>

>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

>> ---

>> We also currently have two submodules we don't have mirroring

>> for: seabios-hppa and u-boot-sam460ex.

>>

>>  .gitmodules | 2 +-

>>  1 file changed, 1 insertion(+), 1 deletion(-)

>

> The git.qemu.org mirror appears up-to-date:

>

> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>


Thanks; applied to master.

-- PMM
diff mbox series

Patch

diff --git a/.gitmodules b/.gitmodules
index b76fb450a4..c613722e3c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -18,7 +18,7 @@ 
 	url = git://git.qemu-project.org/openhackware.git
 [submodule "roms/qemu-palcode"]
 	path = roms/qemu-palcode
-	url = git://github.com/rth7680/qemu-palcode.git
+	url = git://git.qemu.org/qemu-palcode.git
 [submodule "roms/sgabios"]
 	path = roms/sgabios
 	url = git://git.qemu-project.org/sgabios.git