[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH] ap-qemu-revision: Make it actually work



This is used (only) for obtaining lists of the corresponding qemu
revisions (for the report email) when doing a Xen push.  It has never
worked because we didn't provide a type argument to git-cat-file.

Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
 ap-qemu-revision |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ap-qemu-revision b/ap-qemu-revision
index 61c46b4..abfa650 100755
--- a/ap-qemu-revision
+++ b/ap-qemu-revision
@@ -26,6 +26,6 @@ xenrevision=$2
 . ap-common
 
 cd "$repos/xen"
-git cat-file $xenrevision:Config.mk | perl -ne '
+git cat-file blob $xenrevision:Config.mk | perl -ne '
         print if s/^QEMU_TAG ?\??= ?([0-9a-f]+)$/$1/;
 '
-- 
1.7.10.4


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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.