xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* New release candidate for Xen 4.0.1
@ 2010-07-16 13:05 Keir Fraser
  2010-07-16 13:28 ` Pasi Kärkkäinen
  2010-07-16 19:29 ` [PATCH] " M A Young
  0 siblings, 2 replies; 19+ messages in thread
From: Keir Fraser @ 2010-07-16 13:05 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

Tag '4.0.1-rc4' is now avaiable at http://xenbits.xen.org/xen-unstable.hg.
Please test!

 -- Keir

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH] Re: New release candidate for Xen 4.0.1
@ 2010-07-20 18:01 M A Young
  2010-07-20 18:32 ` Keir Fraser
  2010-07-21 11:53 ` Stefano Stabellini
  0 siblings, 2 replies; 19+ messages in thread
From: M A Young @ 2010-07-20 18:01 UTC (permalink / raw)
  To: Stefano Stabellini, Ian Campbell; +Cc: xen-devel

I have a minor fix for this. BASH_COMPLETION_DIR is used uninitialized in 
tools/libxl/Makefile which means that xl.sh can end up in / which is not ideal. 
The patch below sets a sensible default for this variable.

Signed-off-by: Michael Young <m.a.young@durham.ac.uk>

--- xen-4.0.1/tools/libxl/Makefile.orig	2010-07-16 18:27:14.000000000 +0100
+++ xen-4.0.1/tools/libxl/Makefile	2010-07-16 19:39:46.000000000 +0100
@@ -4,6 +4,7 @@

  XEN_ROOT = ../..
  include $(XEN_ROOT)/tools/Rules.mk
+BASH_COMPLETION_DIR ?= /etc/bash_completion.d/

  MAJOR = 1.0
  MINOR = 0

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

end of thread, other threads:[~2010-07-23 15:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16 13:05 New release candidate for Xen 4.0.1 Keir Fraser
2010-07-16 13:28 ` Pasi Kärkkäinen
2010-07-16 13:54   ` Keir Fraser
2010-07-20 11:57     ` Pasi Kärkkäinen
2010-07-20 12:21       ` Boris Derzhavets
2010-07-16 19:29 ` [PATCH] " M A Young
2010-07-20 12:01   ` Pasi Kärkkäinen
2010-07-20 12:30     ` Keir Fraser
  -- strict thread matches above, loose matches on Subject: below --
2010-07-20 18:01 M A Young
2010-07-20 18:32 ` Keir Fraser
2010-07-21  9:42   ` M A Young
2010-07-21 10:23     ` Keir Fraser
2010-07-21 16:30       ` Dan Magenheimer
2010-07-21 16:46         ` Keir Fraser
2010-07-23 15:49           ` Ian Jackson
2010-07-21 11:53 ` Stefano Stabellini
2010-07-21 12:08   ` M A Young
2010-07-21 12:14     ` Stefano Stabellini
2010-07-21 12:48       ` Keir Fraser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).