All of lore.kernel.org
 help / color / mirror / Atom feed
* Missing/wrong tag in xenbits' qemu-upstream-unstable.git ?
@ 2014-01-10  0:43 Dario Faggioli
  2014-01-10 11:44 ` Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: Dario Faggioli @ 2014-01-10  0:43 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony Perard, Ian Jackson, Stefano Stabellini


[-- Attachment #1.1: Type: text/plain, Size: 2257 bytes --]

Hi,

Building Xen via OSSTest in standalone mode is failing for me, with the
following message:

make[2]: Entering directory `/home/osstest/build.standalone.build-amd64/xen-unstable/tools'
if test -d git://xenbits.xen.org/staging/qemu-upstream-unstable.git ; then \
		mkdir -p qemu-xen-dir; \
	else \
		export GIT=git; \
		/home/osstest/build.standalone.build-amd64/xen-unstable/tools/../scripts/git-checkout.sh git://xenbits.xen.org/staging/qemu-upstream-unstable.git qemu-xen-4.4.0-rc1 qemu-xen-dir ; \
	fi
Cloning into 'qemu-xen-dir-remote.tmp'...
fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout 'qemu-xen-4.4.0-rc1' which can not be resolved as commit?
make[2]: Leaving directory `/home/osstest/build.standalone.build-amd64/xen-unstable/tools'
make[2]: *** [qemu-xen-dir-find] Error 128
make[1]: Leaving directory `/home/osstest/build.standalone.build-amd64/xen-unstable/tools'
make[1]: *** [subdirs-install] Error 2
make: *** [install-tools] Error 2

What I'm doing is:

 $ ./standalone-reset
 $ ./sg-run-job build-amd64

which wipes the build box, so I don't think I have stale files, config,
etc. The commit responsible for having this looking for a
'qemu-xen-4.4.0-rc1' tag is:

$ git show d84a6e2f
commit d84a6e2fa077d07f91ac72c3d8334b75b45fcba2
Author: Ian Jackson <ian.jackson@eu.citrix.com>
Date:   Thu Dec 19 16:28:29 2013 +0000

    Update QEMU_UPSTREAM_REVISION
    
    Switch to specific tag, for 4.4.0 RC1 release.
    
    Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

However, looking here: http://xenbits.xen.org/gitweb/?p=staging/qemu-upstream-unstable.git;a=tags
there does not seem to be any such tag:

staging/qemu-upstream-unstable.git
6 months ago	qemu-xen-4.3.0	qemu-xen-4.3.0	tag	 | commit | shortlog | log
8 months ago	qemu-xen-4.3.0-rc1	Xen 4.3.0 RC1	tag	 | commit | shortlog | log

What am I missing or doing wrong?

Thanks and Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: Missing/wrong tag in xenbits' qemu-upstream-unstable.git ?
  2014-01-10  0:43 Missing/wrong tag in xenbits' qemu-upstream-unstable.git ? Dario Faggioli
@ 2014-01-10 11:44 ` Ian Jackson
  2014-01-10 14:07   ` Dario Faggioli
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Jackson @ 2014-01-10 11:44 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: Anthony Perard, Stefano Stabellini, xen-devel

Dario Faggioli writes ("Missing/wrong tag in xenbits' qemu-upstream-unstable.git ?"):
> which wipes the build box, so I don't think I have stale files, config,
> etc. The commit responsible for having this looking for a
> 'qemu-xen-4.4.0-rc1' tag is:
> 
> $ git show d84a6e2f
> commit d84a6e2fa077d07f91ac72c3d8334b75b45fcba2
> Author: Ian Jackson <ian.jackson@eu.citrix.com>
> Date:   Thu Dec 19 16:28:29 2013 +0000
...
> However, looking here: http://xenbits.xen.org/gitweb/?p=staging/qemu-upstream-unstable.git;a=tags
> there does not seem to be any such tag:
> 
> staging/qemu-upstream-unstable.git
> 6 months ago	qemu-xen-4.3.0	qemu-xen-4.3.0	tag	 | commit | shortlog | log
> 8 months ago	qemu-xen-4.3.0-rc1	Xen 4.3.0 RC1	tag	 | commit | shortlog | log
> 
> What am I missing or doing wrong?

It looks like this tag was in the non-staging tree only, not in
staging.  I have pushed it to staging too.

It looks like this was my fault, sorry.  (Normally Stefano tags this
tree, but not on this occasion.)

Thanks,
Ian.

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

* Re: Missing/wrong tag in xenbits' qemu-upstream-unstable.git ?
  2014-01-10 11:44 ` Ian Jackson
@ 2014-01-10 14:07   ` Dario Faggioli
  0 siblings, 0 replies; 3+ messages in thread
From: Dario Faggioli @ 2014-01-10 14:07 UTC (permalink / raw)
  To: Ian Jackson; +Cc: Anthony Perard, Stefano Stabellini, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1478 bytes --]

On ven, 2014-01-10 at 11:44 +0000, Ian Jackson wrote:
> Dario Faggioli writes ("Missing/wrong tag in xenbits' qemu-upstream-unstable.git ?"):
> > which wipes the build box, so I don't think I have stale files, config,
> > etc. The commit responsible for having this looking for a
> > 'qemu-xen-4.4.0-rc1' tag is:
> > 
> > $ git show d84a6e2f
> > commit d84a6e2fa077d07f91ac72c3d8334b75b45fcba2
> > Author: Ian Jackson <ian.jackson@eu.citrix.com>
> > Date:   Thu Dec 19 16:28:29 2013 +0000
> ...
> > However, looking here: http://xenbits.xen.org/gitweb/?p=staging/qemu-upstream-unstable.git;a=tags
> > there does not seem to be any such tag:
> > 
> > staging/qemu-upstream-unstable.git
> > 6 months ago	qemu-xen-4.3.0	qemu-xen-4.3.0	tag	 | commit | shortlog | log
> > 8 months ago	qemu-xen-4.3.0-rc1	Xen 4.3.0 RC1	tag	 | commit | shortlog | log
> > 
> > What am I missing or doing wrong?
> 
> It looks like this tag was in the non-staging tree only, not in
> staging.  I have pushed it to staging too.
> 
I see.

> It looks like this was my fault, sorry.  (Normally Stefano tags this
> tree, but not on this occasion.)
> 
Well, np at all... and thanks for fixing it.

Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)


[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2014-01-10 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10  0:43 Missing/wrong tag in xenbits' qemu-upstream-unstable.git ? Dario Faggioli
2014-01-10 11:44 ` Ian Jackson
2014-01-10 14:07   ` Dario Faggioli

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.