All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ioemu: Clone ioemu with --depth=1
@ 2011-11-01 17:33 Jean Guyader
  2011-11-01 20:25 ` Ian Campbell
  2011-11-01 21:32 ` Daniel De Graaf
  0 siblings, 2 replies; 12+ messages in thread
From: Jean Guyader @ 2011-11-01 17:33 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: Ian Jackson, Stefano Stabellini

[-- Attachment #1: Type: text/plain, Size: 55 bytes --]


Signed-off-by: Jean Guyader <jean.guyader@citrix.com>

[-- Attachment #2: ioemu-clone-depth-1.patch --]
[-- Type: text/plain, Size: 515 bytes --]

diff --git a/tools/Makefile b/tools/Makefile
index 9389e1f..6c1dfe0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -92,7 +92,7 @@ ioemu-dir-find:
 		if [ ! -d ioemu-remote ]; then \
 			rm -rf ioemu-remote ioemu-remote.tmp; \
 			mkdir ioemu-remote.tmp; rmdir ioemu-remote.tmp; \
-			$(GIT) clone $(CONFIG_QEMU) ioemu-remote.tmp; \
+			$(GIT) clone --depth=1 $(CONFIG_QEMU) ioemu-remote.tmp; \
 			if [ "$(QEMU_TAG)" ]; then			\
 				cd ioemu-remote.tmp;			\
 				$(GIT) branch -D dummy >/dev/null 2>&1 ||:; \

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

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

end of thread, other threads:[~2011-11-07 17:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 17:33 [PATCH] ioemu: Clone ioemu with --depth=1 Jean Guyader
2011-11-01 20:25 ` Ian Campbell
2011-11-01 22:18   ` Jean Guyader
2011-11-01 23:08     ` Ian Campbell
2011-11-01 21:32 ` Daniel De Graaf
2011-11-01 21:52   ` Ian Campbell
2011-11-01 22:16     ` Jean Guyader
2011-11-01 23:10       ` Ian Campbell
2011-11-02 16:00       ` Ian Jackson
2011-11-07 17:11         ` Jean Guyader
2011-11-01 22:07   ` Jean Guyader
2011-11-02 16:01     ` Ian Jackson

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.