All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
@ 2017-03-03 19:45 James Hanley
  2017-03-04 12:47 ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: James Hanley @ 2017-03-03 19:45 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel

I'm trying to clone clean and I'm getting the following when initing the
submodules updated:

jim@jim-VirtualBox:~/project/lg_4k_test/qemu_pristine$ ( git submodule
sync; git submodule update --init --recursive )
Submodule 'dtc' (http://git.qemu-project.org/git/dtc.git) registered for
path 'dtc'
Submodule 'pixman' (https://anongit.freedesktop.org/git/pixman.git)
registered for path 'pixman'
Submodule 'roms/SLOF' (http://git.qemu-project.org/git/SLOF.git) registered
for path 'roms/SLOF'
Submodule 'roms/ipxe' (http://git.qemu-project.org/git/ipxe.git) registered
for path 'roms/ipxe'
Submodule 'roms/openbios' (http://git.qemu-project.org/git/openbios.git)
registered for path 'roms/openbios'
Submodule 'roms/openhackware' (
http://git.qemu-project.org/git/openhackware.git) registered for path
'roms/openhackware'
Submodule 'roms/qemu-palcode' (https://github.com/rth7680/qemu-palcode.git)
registered for path 'roms/qemu-palcode'
Submodule 'roms/seabios' (http://git.qemu-project.org/git/seabios.git)
registered for path 'roms/seabios'
Submodule 'roms/sgabios' (http://git.qemu-project.org/git/sgabios.git)
registered for path 'roms/sgabios'
Submodule 'roms/skiboot' (http://git.qemu-project.org/git/skiboot.git)
registered for path 'roms/skiboot'
Submodule 'roms/u-boot' (http://git.qemu-project.org/git/u-boot.git)
registered for path 'roms/u-boot'
Submodule 'roms/vgabios' (http://git.qemu-project.org/git/vgabios.git)
registered for path 'roms/vgabios'
Cloning into 'dtc'...
Checking connectivity... done.
fatal: reference is not a tree: fa8bc7f928ac25f23532afc8beb2073efc8fb063
Cloning into 'pixman'...
remote: Counting objects: 11541, done.
remote: Compressing objects: 100% (2702/2702), done.
remote: Total 11541 (delta 8882), reused 11467 (delta 8837)
Receiving objects: 100% (11541/11541), 2.64 MiB | 1.77 MiB/s, done.
Resolving deltas: 100% (8882/8882), done.
Checking connectivity... done.
Submodule path 'pixman': checked out
'87eea99e443b389c978cf37efc52788bf03a0ee0'
Cloning into 'roms/SLOF'...
Checking connectivity... done.
fatal: reference is not a tree: 66d250ef0fd06bb88b7399b9563b5008201f2d63
Cloning into 'roms/ipxe'...
Checking connectivity... done.
Submodule path 'roms/ipxe': checked out
'b991c67c1d91574ef22336cc3a5944d1e63230c9'
Cloning into 'roms/openbios'...
Checking connectivity... done.
Submodule path 'roms/openbios': checked out
'0cd97cc904e71fbb461112f6756934ec6af890b8'
Cloning into 'roms/openhackware'...
Checking connectivity... done.
Submodule path 'roms/openhackware': checked out
'c559da7c8eec5e45ef1f67978827af6f0b9546f5'
Cloning into 'roms/qemu-palcode'...
remote: Counting objects: 279, done.
remote: Total 279 (delta 0), reused 0 (delta 0), pack-reused 279
Receiving objects: 100% (279/279), 143.11 KiB | 0 bytes/s, done.
Resolving deltas: 100% (171/171), done.
Checking connectivity... done.
Submodule path 'roms/qemu-palcode': checked out
'f3c7e44c70254975df2a00af39701eafbac4d471'
Cloning into 'roms/seabios'...
Checking connectivity... done.
fatal: reference is not a tree: 5f4c7b13cdf9c450eb55645f4362ea58fa61b79b
Cloning into 'roms/sgabios'...
Checking connectivity... done.
Submodule path 'roms/sgabios': checked out
'23d474943dcd55d0550a3d20b3d30e9040a4f15b'
Cloning into 'roms/skiboot'...
Checking connectivity... done.
Submodule path 'roms/skiboot': checked out
'762d0082f18e4fb921a2d44a1051b02d8b0f6381'
Cloning into 'roms/u-boot'...
Checking connectivity... done.
Submodule path 'roms/u-boot': checked out
'2072e7262965bb48d7fffb1e283101e6ed8b21a8'
Cloning into 'roms/vgabios'...
Checking connectivity... done.
Submodule path 'roms/vgabios': checked out
'19ea12c230ded95928ecaef0db47a82231c2e485'
Unable to checkout 'fa8bc7f928ac25f23532afc8beb2073efc8fb063' in submodule
path 'dtc'
Unable to checkout '66d250ef0fd06bb88b7399b9563b5008201f2d63' in submodule
path 'roms/SLOF'
Unable to checkout '5f4c7b13cdf9c450eb55645f4362ea58fa61b79b' in submodule
path 'roms/seabios'
jim@jim-VirtualBox:~/project/lg_4k_test/qemu_pristine$


It's unclear to me what should be done for a pristine clone - is there a
step missing from pulling those submodules?

-Jim

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-03 19:45 [Qemu-devel] [PULL 0/2] submodule-update queue 20170303 James Hanley
@ 2017-03-04 12:47 ` Peter Maydell
  2017-03-06 16:50   ` James Hanley
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Maydell @ 2017-03-04 12:47 UTC (permalink / raw)
  To: James Hanley; +Cc: qemu-devel

On 3 March 2017 at 19:45, James Hanley <jhanley@dgtlrift.com> wrote:
> I'm trying to clone clean and I'm getting the following when initing the
> submodules updated:

> It's unclear to me what should be done for a pristine clone - is there a
> step missing from pulling those submodules?

I just did:
 git clone git://git.qemu-project.org/qemu.git
 cd qemu
 git submodule init
 git submodule update

and that worked for me.

(We do occasionally accidentally introduce an error where we
update the submodule but the qemu-project.org mirror of a
git repo hasn't yet moved forward to include the reference.
But it seems to all be OK at the moment.)

As an aside you typically don't need all the submodules if
you're just interested in building QEMU. (You might need
the dtc module but configure will tell you if you do and
also what command to ues to just get the dtc submodule
and not anything else.)

thanks
-- PMM

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-04 12:47 ` Peter Maydell
@ 2017-03-06 16:50   ` James Hanley
  2017-03-15 15:30     ` James Hanley
  0 siblings, 1 reply; 10+ messages in thread
From: James Hanley @ 2017-03-06 16:50 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel

I'm still seeing the same error - the only change I have in my clone is the
following so that the submodules are accessible across our firewall -
should the http URLs be referencing the same backend repo as the git URLs?:
jim@jim-VirtualBox:~/project/test_qemu_repo/qemu$ git diff -v
6865190577f240d0c0f15d6537a893d771596404^
6865190577f240d0c0f15d6537a893d771596404
diff --git a/.gitmodules b/.gitmodules
index ca323b4..0156c06 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,36 +1,36 @@
 [submodule "roms/vgabios"]
        path = roms/vgabios
-       url = git://git.qemu-project.org/vgabios.git/
+       url = http://git.qemu-project.org/git/vgabios.git
 [submodule "roms/seabios"]
        path = roms/seabios
-       url = git://git.qemu-project.org/seabios.git/
+       url = http://git.qemu-project.org/git/seabios.git
 [submodule "roms/SLOF"]
        path = roms/SLOF
-       url = git://git.qemu-project.org/SLOF.git
+       url = http://git.qemu-project.org/git/SLOF.git
 [submodule "roms/ipxe"]
        path = roms/ipxe
-       url = git://git.qemu-project.org/ipxe.git
+       url = http://git.qemu-project.org/git/ipxe.git
 [submodule "roms/openbios"]
        path = roms/openbios
-       url = git://git.qemu-project.org/openbios.git
+       url = http://git.qemu-project.org/git/openbios.git
 [submodule "roms/openhackware"]
        path = roms/openhackware
-       url = git://git.qemu-project.org/openhackware.git
+       url = http://git.qemu-project.org/git/openhackware.git
 [submodule "roms/qemu-palcode"]
        path = roms/qemu-palcode
-       url = git://github.com/rth7680/qemu-palcode.git
+       url = https://github.com/rth7680/qemu-palcode.git
 [submodule "roms/sgabios"]
        path = roms/sgabios
-       url = git://git.qemu-project.org/sgabios.git
+       url = http://git.qemu-project.org/git/sgabios.git
 [submodule "pixman"]
        path = pixman
-       url = git://anongit.freedesktop.org/pixman
+       url = https://anongit.freedesktop.org/git/pixman.git
 [submodule "dtc"]
        path = dtc
-       url = git://git.qemu-project.org/dtc.git
+       url = http://git.qemu-project.org/git/dtc.git
 [submodule "roms/u-boot"]
        path = roms/u-boot
-       url = git://git.qemu-project.org/u-boot.git
+       url = http://git.qemu-project.org/git/u-boot.git
 [submodule "roms/skiboot"]
        path = roms/skiboot
-       url = git://git.qemu.org/skiboot.git
+       url = http://git.qemu-project.org/git/skiboot.git


On Sat, Mar 4, 2017 at 7:47 AM, Peter Maydell <peter.maydell@linaro.org>
wrote:

> On 3 March 2017 at 19:45, James Hanley <jhanley@dgtlrift.com> wrote:
> > I'm trying to clone clean and I'm getting the following when initing the
> > submodules updated:
>
> > It's unclear to me what should be done for a pristine clone - is there a
> > step missing from pulling those submodules?
>
> I just did:
>  git clone git://git.qemu-project.org/qemu.git
>  cd qemu
>  git submodule init
>  git submodule update
>
> and that worked for me.
>
> (We do occasionally accidentally introduce an error where we
> update the submodule but the qemu-project.org mirror of a
> git repo hasn't yet moved forward to include the reference.
> But it seems to all be OK at the moment.)
>
> As an aside you typically don't need all the submodules if
> you're just interested in building QEMU. (You might need
> the dtc module but configure will tell you if you do and
> also what command to ues to just get the dtc submodule
> and not anything else.)
>
> thanks
> -- PMM
>

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-06 16:50   ` James Hanley
@ 2017-03-15 15:30     ` James Hanley
  2017-03-15 16:51       ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: James Hanley @ 2017-03-15 15:30 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel

It would appear that the HTTP versions of the repo URLs are /not/
referencing the same backend....

jim@jim-VirtualBox:~$ git ls-remote http://git.qemu-project.org/git/dtc.git
3b9c97093d6e1067f4d24d2bff32f3dd24e0751e HEAD
827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/heads/expressions
3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/heads/master
17dab7023959256224e800dd77cae57d8ecfaec0 refs/heads/multi-v1-tags
5426757b714e4c142da488fe685220b732f69d7b refs/heads/testing
827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/github/expressions
3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/remotes/github/master
17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/github/multi-v1-tags
5426757b714e4c142da488fe685220b732f69d7b refs/remotes/github/testing
827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/origin/expressions
120775eb1cf39f8dcecd695c3ff1cfef8aeb669d refs/remotes/origin/master
17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/origin/multi-v1-tags
f5aa792d81f5911eff088e4f88c0cd0a11ea9ca0 refs/tags/dwg-last
0a1018321b08f89d0f1942c77802aa777a82d437 refs/tags/v1.0.0
5cb1fbdd7cf82e1909e27c81073cf3272cb63fa3 refs/tags/v1.0.0^{}
8e4751ca3600a2d82365e7e9d806f2bab9b81d56 refs/tags/v1.0.0-rc1
74ce242bf3307c7ec77b9ddfff443c247ac8c0a3 refs/tags/v1.0.0-rc1^{}
38738612dec55c0262de2192cbe655f499b8c5de refs/tags/v1.1.0
202863e4dd681d17c06a82943f49485bf7860633 refs/tags/v1.1.0^{}
2d38c152a6cbcd6fcd7a2f2535d3bc8860c975f9 refs/tags/v1.1.0-rc1
7364cc79b5fa11e416dce01802139bc87d690118 refs/tags/v1.1.0-rc1^{}
427b0062114703674688aa581d13499b1b2da896 refs/tags/v1.2.0
52c356d81b1b5b5426f53655e782c37793c3637e refs/tags/v1.2.0^{}
33ea8e2705c6905edcabda65dfa92af56716056b refs/tags/v1.2.0-rc1
f8bf4bfc8796b46e6086a52f0cd6c1f9ed58645a refs/tags/v1.2.0-rc1^{}
a532a5d2148e6a644bb56f7aa3d29297d19e30de refs/tags/v1.2.0-rc2
17773b0e5148c5ae281ee21492c871292cb7de20 refs/tags/v1.2.0-rc2^{}
00e38ce99a600e146aa20eac082b8d7d8ec70711 refs/tags/v1.3.0
bc895d6d09695d05ceb8b52486ffe861d6cfbdde refs/tags/v1.3.0^{}
6d109a2e4885896d2665d4bbcc5bc985110b0950 refs/tags/v1.4.0
65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf refs/tags/v1.4.0^{}
29a9b5177c0bc192f7881b940932f903aca9c360 refs/tags/v1.4.1
302fca9f4c283e1994cf0a5a9ce1cf43ca15e6d2 refs/tags/v1.4.1^{}
24ec6e01bca89179d744d836fe94f2b459abd03d refs/tags/v1.4.2
ec02b34c05be04f249ffaaca4b666f5246877dea refs/tags/v1.4.2^{}
jim@jim-VirtualBox:~$


Note that the tags for 1.4.3 and 1.4.4 are missing... Are the tags not
"fetched" with the synchronization?

On Mon, Mar 6, 2017 at 11:50 AM, James Hanley <jhanley@dgtlrift.com> wrote:

> I'm still seeing the same error - the only change I have in my clone is
> the following so that the submodules are accessible across our firewall -
> should the http URLs be referencing the same backend repo as the git URLs?:
> jim@jim-VirtualBox:~/project/test_qemu_repo/qemu$ git diff -v
> 6865190577f240d0c0f15d6537a893d771596404^ 6865190577f240d0c0f15d6537a893
> d771596404
> diff --git a/.gitmodules b/.gitmodules
> index ca323b4..0156c06 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -1,36 +1,36 @@
>  [submodule "roms/vgabios"]
>         path = roms/vgabios
> -       url = git://git.qemu-project.org/vgabios.git/
> +       url = http://git.qemu-project.org/git/vgabios.git
>  [submodule "roms/seabios"]
>         path = roms/seabios
> -       url = git://git.qemu-project.org/seabios.git/
> +       url = http://git.qemu-project.org/git/seabios.git
>  [submodule "roms/SLOF"]
>         path = roms/SLOF
> -       url = git://git.qemu-project.org/SLOF.git
> +       url = http://git.qemu-project.org/git/SLOF.git
>  [submodule "roms/ipxe"]
>         path = roms/ipxe
> -       url = git://git.qemu-project.org/ipxe.git
> +       url = http://git.qemu-project.org/git/ipxe.git
>  [submodule "roms/openbios"]
>         path = roms/openbios
> -       url = git://git.qemu-project.org/openbios.git
> +       url = http://git.qemu-project.org/git/openbios.git
>  [submodule "roms/openhackware"]
>         path = roms/openhackware
> -       url = git://git.qemu-project.org/openhackware.git
> +       url = http://git.qemu-project.org/git/openhackware.git
>  [submodule "roms/qemu-palcode"]
>         path = roms/qemu-palcode
> -       url = git://github.com/rth7680/qemu-palcode.git
> +       url = https://github.com/rth7680/qemu-palcode.git
>  [submodule "roms/sgabios"]
>         path = roms/sgabios
> -       url = git://git.qemu-project.org/sgabios.git
> +       url = http://git.qemu-project.org/git/sgabios.git
>  [submodule "pixman"]
>         path = pixman
> -       url = git://anongit.freedesktop.org/pixman
> +       url = https://anongit.freedesktop.org/git/pixman.git
>  [submodule "dtc"]
>         path = dtc
> -       url = git://git.qemu-project.org/dtc.git
> +       url = http://git.qemu-project.org/git/dtc.git
>  [submodule "roms/u-boot"]
>         path = roms/u-boot
> -       url = git://git.qemu-project.org/u-boot.git
> +       url = http://git.qemu-project.org/git/u-boot.git
>  [submodule "roms/skiboot"]
>         path = roms/skiboot
> -       url = git://git.qemu.org/skiboot.git
> +       url = http://git.qemu-project.org/git/skiboot.git
>
>
> On Sat, Mar 4, 2017 at 7:47 AM, Peter Maydell <peter.maydell@linaro.org>
> wrote:
>
>> On 3 March 2017 at 19:45, James Hanley <jhanley@dgtlrift.com> wrote:
>> > I'm trying to clone clean and I'm getting the following when initing the
>> > submodules updated:
>>
>> > It's unclear to me what should be done for a pristine clone - is there a
>> > step missing from pulling those submodules?
>>
>> I just did:
>>  git clone git://git.qemu-project.org/qemu.git
>>  cd qemu
>>  git submodule init
>>  git submodule update
>>
>> and that worked for me.
>>
>> (We do occasionally accidentally introduce an error where we
>> update the submodule but the qemu-project.org mirror of a
>> git repo hasn't yet moved forward to include the reference.
>> But it seems to all be OK at the moment.)
>>
>> As an aside you typically don't need all the submodules if
>> you're just interested in building QEMU. (You might need
>> the dtc module but configure will tell you if you do and
>> also what command to ues to just get the dtc submodule
>> and not anything else.)
>>
>> thanks
>> -- PMM
>>
>
>

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-15 15:30     ` James Hanley
@ 2017-03-15 16:51       ` Peter Maydell
  2017-03-15 17:02         ` Jeff Cody
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Maydell @ 2017-03-15 16:51 UTC (permalink / raw)
  To: James Hanley; +Cc: qemu-devel, Jeff Cody, Stefan Hajnoczi

On 15 March 2017 at 15:30, James Hanley <jhanley@dgtlrift.com> wrote:
> It would appear that the HTTP versions of the repo URLs are /not/
> referencing the same backend....
>
> jim@jim-VirtualBox:~$ git ls-remote http://git.qemu-project.org/git/dtc.git
> 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e HEAD
> 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/heads/expressions
> 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/heads/master
> 17dab7023959256224e800dd77cae57d8ecfaec0 refs/heads/multi-v1-tags
> 5426757b714e4c142da488fe685220b732f69d7b refs/heads/testing
> 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/github/expressions
> 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/remotes/github/master
> 17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/github/multi-v1-tags
> 5426757b714e4c142da488fe685220b732f69d7b refs/remotes/github/testing
> 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/origin/expressions
> 120775eb1cf39f8dcecd695c3ff1cfef8aeb669d refs/remotes/origin/master
> 17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/origin/multi-v1-tags
> f5aa792d81f5911eff088e4f88c0cd0a11ea9ca0 refs/tags/dwg-last
> 0a1018321b08f89d0f1942c77802aa777a82d437 refs/tags/v1.0.0
> 5cb1fbdd7cf82e1909e27c81073cf3272cb63fa3 refs/tags/v1.0.0^{}
> 8e4751ca3600a2d82365e7e9d806f2bab9b81d56 refs/tags/v1.0.0-rc1
> 74ce242bf3307c7ec77b9ddfff443c247ac8c0a3 refs/tags/v1.0.0-rc1^{}
> 38738612dec55c0262de2192cbe655f499b8c5de refs/tags/v1.1.0
> 202863e4dd681d17c06a82943f49485bf7860633 refs/tags/v1.1.0^{}
> 2d38c152a6cbcd6fcd7a2f2535d3bc8860c975f9 refs/tags/v1.1.0-rc1
> 7364cc79b5fa11e416dce01802139bc87d690118 refs/tags/v1.1.0-rc1^{}
> 427b0062114703674688aa581d13499b1b2da896 refs/tags/v1.2.0
> 52c356d81b1b5b5426f53655e782c37793c3637e refs/tags/v1.2.0^{}
> 33ea8e2705c6905edcabda65dfa92af56716056b refs/tags/v1.2.0-rc1
> f8bf4bfc8796b46e6086a52f0cd6c1f9ed58645a refs/tags/v1.2.0-rc1^{}
> a532a5d2148e6a644bb56f7aa3d29297d19e30de refs/tags/v1.2.0-rc2
> 17773b0e5148c5ae281ee21492c871292cb7de20 refs/tags/v1.2.0-rc2^{}
> 00e38ce99a600e146aa20eac082b8d7d8ec70711 refs/tags/v1.3.0
> bc895d6d09695d05ceb8b52486ffe861d6cfbdde refs/tags/v1.3.0^{}
> 6d109a2e4885896d2665d4bbcc5bc985110b0950 refs/tags/v1.4.0
> 65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf refs/tags/v1.4.0^{}
> 29a9b5177c0bc192f7881b940932f903aca9c360 refs/tags/v1.4.1
> 302fca9f4c283e1994cf0a5a9ce1cf43ca15e6d2 refs/tags/v1.4.1^{}
> 24ec6e01bca89179d744d836fe94f2b459abd03d refs/tags/v1.4.2
> ec02b34c05be04f249ffaaca4b666f5246877dea refs/tags/v1.4.2^{}
> jim@jim-VirtualBox:~$
>
>
> Note that the tags for 1.4.3 and 1.4.4 are missing... Are the tags not
> "fetched" with the synchronization?

Jeff, Stefan -- is something odd with the HTTP versions here?

thanks
-- PMM

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-15 16:51       ` Peter Maydell
@ 2017-03-15 17:02         ` Jeff Cody
  2017-03-17 13:06           ` James Hanley
  0 siblings, 1 reply; 10+ messages in thread
From: Jeff Cody @ 2017-03-15 17:02 UTC (permalink / raw)
  To: Peter Maydell; +Cc: James Hanley, qemu-devel, Stefan Hajnoczi

On Wed, Mar 15, 2017 at 04:51:07PM +0000, Peter Maydell wrote:
> On 15 March 2017 at 15:30, James Hanley <jhanley@dgtlrift.com> wrote:
> > It would appear that the HTTP versions of the repo URLs are /not/
> > referencing the same backend....
> >
> > jim@jim-VirtualBox:~$ git ls-remote http://git.qemu-project.org/git/dtc.git
> > 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e HEAD
> > 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/heads/expressions
> > 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/heads/master
> > 17dab7023959256224e800dd77cae57d8ecfaec0 refs/heads/multi-v1-tags
> > 5426757b714e4c142da488fe685220b732f69d7b refs/heads/testing
> > 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/github/expressions
> > 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/remotes/github/master
> > 17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/github/multi-v1-tags
> > 5426757b714e4c142da488fe685220b732f69d7b refs/remotes/github/testing
> > 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/origin/expressions
> > 120775eb1cf39f8dcecd695c3ff1cfef8aeb669d refs/remotes/origin/master
> > 17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/origin/multi-v1-tags
> > f5aa792d81f5911eff088e4f88c0cd0a11ea9ca0 refs/tags/dwg-last
> > 0a1018321b08f89d0f1942c77802aa777a82d437 refs/tags/v1.0.0
> > 5cb1fbdd7cf82e1909e27c81073cf3272cb63fa3 refs/tags/v1.0.0^{}
> > 8e4751ca3600a2d82365e7e9d806f2bab9b81d56 refs/tags/v1.0.0-rc1
> > 74ce242bf3307c7ec77b9ddfff443c247ac8c0a3 refs/tags/v1.0.0-rc1^{}
> > 38738612dec55c0262de2192cbe655f499b8c5de refs/tags/v1.1.0
> > 202863e4dd681d17c06a82943f49485bf7860633 refs/tags/v1.1.0^{}
> > 2d38c152a6cbcd6fcd7a2f2535d3bc8860c975f9 refs/tags/v1.1.0-rc1
> > 7364cc79b5fa11e416dce01802139bc87d690118 refs/tags/v1.1.0-rc1^{}
> > 427b0062114703674688aa581d13499b1b2da896 refs/tags/v1.2.0
> > 52c356d81b1b5b5426f53655e782c37793c3637e refs/tags/v1.2.0^{}
> > 33ea8e2705c6905edcabda65dfa92af56716056b refs/tags/v1.2.0-rc1
> > f8bf4bfc8796b46e6086a52f0cd6c1f9ed58645a refs/tags/v1.2.0-rc1^{}
> > a532a5d2148e6a644bb56f7aa3d29297d19e30de refs/tags/v1.2.0-rc2
> > 17773b0e5148c5ae281ee21492c871292cb7de20 refs/tags/v1.2.0-rc2^{}
> > 00e38ce99a600e146aa20eac082b8d7d8ec70711 refs/tags/v1.3.0
> > bc895d6d09695d05ceb8b52486ffe861d6cfbdde refs/tags/v1.3.0^{}
> > 6d109a2e4885896d2665d4bbcc5bc985110b0950 refs/tags/v1.4.0
> > 65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf refs/tags/v1.4.0^{}
> > 29a9b5177c0bc192f7881b940932f903aca9c360 refs/tags/v1.4.1
> > 302fca9f4c283e1994cf0a5a9ce1cf43ca15e6d2 refs/tags/v1.4.1^{}
> > 24ec6e01bca89179d744d836fe94f2b459abd03d refs/tags/v1.4.2
> > ec02b34c05be04f249ffaaca4b666f5246877dea refs/tags/v1.4.2^{}
> > jim@jim-VirtualBox:~$
> >
> >
> > Note that the tags for 1.4.3 and 1.4.4 are missing... Are the tags not
> > "fetched" with the synchronization?
> 
> Jeff, Stefan -- is something odd with the HTTP versions here?
> 

Hi,

Yes - the post-update hooks to populate the info/refs file (needed for http)
is  not invokled when we update from our script.  I just did it manually for
dtc.git, and I am now updating the script so that this will happen
automatically.

(The tags should now be present)

Thanks,
-Jeff

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-15 17:02         ` Jeff Cody
@ 2017-03-17 13:06           ` James Hanley
  2017-03-17 13:26             ` Jeff Cody
  0 siblings, 1 reply; 10+ messages in thread
From: James Hanley @ 2017-03-17 13:06 UTC (permalink / raw)
  To: Jeff Cody; +Cc: Peter Maydell, qemu-devel, Stefan Hajnoczi

Thanks - that seemed to resolve the issue.  Will the synchronization
scripts be updated for all repositories? I was also seeing the same issue
when references for submodules roms/SLOF and roms/seabios were updated.
-Jim

On Wed, Mar 15, 2017 at 1:02 PM, Jeff Cody <jcody@redhat.com> wrote:

> On Wed, Mar 15, 2017 at 04:51:07PM +0000, Peter Maydell wrote:
> > On 15 March 2017 at 15:30, James Hanley <jhanley@dgtlrift.com> wrote:
> > > It would appear that the HTTP versions of the repo URLs are /not/
> > > referencing the same backend....
> > >
> > > jim@jim-VirtualBox:~$ git ls-remote http://git.qemu-project.org/
> git/dtc.git
> > > 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e HEAD
> > > 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/heads/expressions
> > > 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/heads/master
> > > 17dab7023959256224e800dd77cae57d8ecfaec0 refs/heads/multi-v1-tags
> > > 5426757b714e4c142da488fe685220b732f69d7b refs/heads/testing
> > > 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/github/
> expressions
> > > 3b9c97093d6e1067f4d24d2bff32f3dd24e0751e refs/remotes/github/master
> > > 17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/github/multi-v1-
> tags
> > > 5426757b714e4c142da488fe685220b732f69d7b refs/remotes/github/testing
> > > 827ac8eca016c39b13fc916bbdb16f9f2fe3c34c refs/remotes/origin/
> expressions
> > > 120775eb1cf39f8dcecd695c3ff1cfef8aeb669d refs/remotes/origin/master
> > > 17dab7023959256224e800dd77cae57d8ecfaec0 refs/remotes/origin/multi-v1-
> tags
> > > f5aa792d81f5911eff088e4f88c0cd0a11ea9ca0 refs/tags/dwg-last
> > > 0a1018321b08f89d0f1942c77802aa777a82d437 refs/tags/v1.0.0
> > > 5cb1fbdd7cf82e1909e27c81073cf3272cb63fa3 refs/tags/v1.0.0^{}
> > > 8e4751ca3600a2d82365e7e9d806f2bab9b81d56 refs/tags/v1.0.0-rc1
> > > 74ce242bf3307c7ec77b9ddfff443c247ac8c0a3 refs/tags/v1.0.0-rc1^{}
> > > 38738612dec55c0262de2192cbe655f499b8c5de refs/tags/v1.1.0
> > > 202863e4dd681d17c06a82943f49485bf7860633 refs/tags/v1.1.0^{}
> > > 2d38c152a6cbcd6fcd7a2f2535d3bc8860c975f9 refs/tags/v1.1.0-rc1
> > > 7364cc79b5fa11e416dce01802139bc87d690118 refs/tags/v1.1.0-rc1^{}
> > > 427b0062114703674688aa581d13499b1b2da896 refs/tags/v1.2.0
> > > 52c356d81b1b5b5426f53655e782c37793c3637e refs/tags/v1.2.0^{}
> > > 33ea8e2705c6905edcabda65dfa92af56716056b refs/tags/v1.2.0-rc1
> > > f8bf4bfc8796b46e6086a52f0cd6c1f9ed58645a refs/tags/v1.2.0-rc1^{}
> > > a532a5d2148e6a644bb56f7aa3d29297d19e30de refs/tags/v1.2.0-rc2
> > > 17773b0e5148c5ae281ee21492c871292cb7de20 refs/tags/v1.2.0-rc2^{}
> > > 00e38ce99a600e146aa20eac082b8d7d8ec70711 refs/tags/v1.3.0
> > > bc895d6d09695d05ceb8b52486ffe861d6cfbdde refs/tags/v1.3.0^{}
> > > 6d109a2e4885896d2665d4bbcc5bc985110b0950 refs/tags/v1.4.0
> > > 65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf refs/tags/v1.4.0^{}
> > > 29a9b5177c0bc192f7881b940932f903aca9c360 refs/tags/v1.4.1
> > > 302fca9f4c283e1994cf0a5a9ce1cf43ca15e6d2 refs/tags/v1.4.1^{}
> > > 24ec6e01bca89179d744d836fe94f2b459abd03d refs/tags/v1.4.2
> > > ec02b34c05be04f249ffaaca4b666f5246877dea refs/tags/v1.4.2^{}
> > > jim@jim-VirtualBox:~$
> > >
> > >
> > > Note that the tags for 1.4.3 and 1.4.4 are missing... Are the tags not
> > > "fetched" with the synchronization?
> >
> > Jeff, Stefan -- is something odd with the HTTP versions here?
> >
>
> Hi,
>
> Yes - the post-update hooks to populate the info/refs file (needed for
> http)
> is  not invokled when we update from our script.  I just did it manually
> for
> dtc.git, and I am now updating the script so that this will happen
> automatically.
>
> (The tags should now be present)
>
> Thanks,
> -Jeff
>

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-17 13:06           ` James Hanley
@ 2017-03-17 13:26             ` Jeff Cody
  0 siblings, 0 replies; 10+ messages in thread
From: Jeff Cody @ 2017-03-17 13:26 UTC (permalink / raw)
  To: James Hanley; +Cc: Peter Maydell, qemu-devel, Stefan Hajnoczi

On Fri, Mar 17, 2017 at 09:06:20AM -0400, James Hanley wrote:
>    Thanks - that seemed to resolve the issue.  Will the synchronization
>    scripts be updated for all repositories? I was also seeing the same issue
>    when references for submodules roms/SLOF and roms/seabios were updated.
>    -Jim

Hi,

Thanks for the verification.  Yes, the scripts have been updated for all
repositories.

Thanks,
Jeff

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

* Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
  2017-03-03  6:30 David Gibson
@ 2017-03-03 14:59 ` Peter Maydell
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Maydell @ 2017-03-03 14:59 UTC (permalink / raw)
  To: David Gibson; +Cc: qemu-ppc, QEMU Developers, Alexey Kardashevskiy, Thomas Huth

On 3 March 2017 at 06:30, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit ecb24d334af1a98ef0329f4b3b0e14ae8cb8770d:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20170302' into staging (2017-03-02 22:06:41 +0000)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/submodule-update-20170303
>
> for you to fetch changes up to 125a9cb8e386980d04a1ac8e04fe9e5c0e826c6f:
>
>   Update dtc submodule to v1.4.3 (2017-03-03 17:25:32 +1100)
>
> ----------------------------------------------------------------
> submodule updates (SLOF & dtc) 2017-03-03
>
> This set of patches updates the SLOF and dtc submodules for qemu-2.9.
>
> The SLOF update could have gone in my ppc pull request earlier today,
> but I forgot it.  It should be safe to apply in either order with that
> set though.
>
> The dtc (and libfdt) update brings us up to dtc 1.4.3 which includes
> some things that will be useful in future.

Applied, thanks.

-- PMM

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

* [Qemu-devel] [PULL 0/2] submodule-update queue 20170303
@ 2017-03-03  6:30 David Gibson
  2017-03-03 14:59 ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: David Gibson @ 2017-03-03  6:30 UTC (permalink / raw)
  To: peter.maydell; +Cc: qemu-ppc, qemu-devel, aik, thuth, David Gibson

The following changes since commit ecb24d334af1a98ef0329f4b3b0e14ae8cb8770d:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20170302' into staging (2017-03-02 22:06:41 +0000)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/submodule-update-20170303

for you to fetch changes up to 125a9cb8e386980d04a1ac8e04fe9e5c0e826c6f:

  Update dtc submodule to v1.4.3 (2017-03-03 17:25:32 +1100)

----------------------------------------------------------------
submodule updates (SLOF & dtc) 2017-03-03

This set of patches updates the SLOF and dtc submodules for qemu-2.9.

The SLOF update could have gone in my ppc pull request earlier today,
but I forgot it.  It should be safe to apply in either order with that
set though.

The dtc (and libfdt) update brings us up to dtc 1.4.3 which includes
some things that will be useful in future.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

David Gibson (1):
      Update dtc submodule to v1.4.3

 dtc              |   2 +-
 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 898232 -> 902120 bytes
 roms/SLOF        |   2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2017-03-17 13:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 19:45 [Qemu-devel] [PULL 0/2] submodule-update queue 20170303 James Hanley
2017-03-04 12:47 ` Peter Maydell
2017-03-06 16:50   ` James Hanley
2017-03-15 15:30     ` James Hanley
2017-03-15 16:51       ` Peter Maydell
2017-03-15 17:02         ` Jeff Cody
2017-03-17 13:06           ` James Hanley
2017-03-17 13:26             ` Jeff Cody
  -- strict thread matches above, loose matches on Subject: below --
2017-03-03  6:30 David Gibson
2017-03-03 14:59 ` Peter Maydell

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.