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

[Xen-changelog] [xen-unstable] [TOOLS] Enhance Python version check for v2.5.



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID b7f763a8a7efe3271e142831dc86f0550bce07ba
# Parent  1d7c72e53d3de0cf66b3590a08d78000f4747c3e
[TOOLS] Enhance Python version check for v2.5.
From: Charles Coffing <ccoffing@xxxxxxxxxx>
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 tools/check/check_python |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 1d7c72e53d3d -r b7f763a8a7ef tools/check/check_python
--- a/tools/check/check_python  Wed Sep 13 13:52:03 2006 +0100
+++ b/tools/check/check_python  Wed Sep 13 13:54:59 2006 +0100
@@ -7,4 +7,4 @@ function error {
     exit 1
 }
 
-python -V 2>&1 | cut -d ' ' -f 2 | grep -q -E '^2.2|^2.3|^2.4' || error
+python -V 2>&1 | cut -d ' ' -f 2 | grep -q '^2.[2345]' || error

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


 


Rackspace

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