]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
Tcl: Use tclsh8.5
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 1 Jul 2016 18:40:41 +0000 (19:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 14 Jul 2016 12:03:34 +0000 (13:03 +0100)
I have checked that tclsh8.5 and TclX work on osstest.test-lab (and
also osstest.xs.citrite.net).  TclX seems to be provided by tcl8.4 but
work with tcl8.5 (at least on wheezy and jessie).

Deployment note: hosts running Debian wheezy (including
osstest.xs.citrite.net, the Citrix Cambridge instance), will need
OSSTEST_DAEMON_TCLSH=tclsh8.4 in ~/.xen-osstest/settings.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
README
ms-ownerdaemon
ms-queuedaemon
ms-reportuptime
sg-execute-flight
sg-run-job

diff --git a/README b/README
index 0a346dce5d2558f879b4cd85e5e384217d9169fd..3aa35d25be1f434b3b0259ca3e4c4dbadbcc1a2f 100644 (file)
--- a/README
+++ b/README
@@ -246,7 +246,7 @@ To run osstest in standalone mode:
 
  - You need to install
      sqlite3
-     tcl8.4 tclx8.4 libsqlite3-tcl
+     tcl8.5 tclx8.4 libsqlite3-tcl
      libdbi-perl libdbd-sqlite3-perl
      pax rsync
      curl
index 33ee2381bc37d5d4b772842994498186e9d3c06c..5b5233918a97e1a724761bd8e4a7f1c0464dfee4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
 # -*- Tcl -*- 
 # usage: ./ms-ownerdaemon  ... | logger
 
index 2b8d621e3b0b156bdb85786d2a75d10b8830387c..8affacc35ae907c9aa94318caffede0be1386b27 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
 # -*- Tcl -*- 
 # usage: ./ms-queuedaemon  ... | logger
 
index aeac4831244e6c6c1a6c2bab78916d28ed49e01f..fe72b7872177171fe5c194b5f70618685f4d8912 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
 # -*- Tcl -*- 
 # usage: ./ms-reportuptime
 
index 4e3fcf22ce4e0eef95882f764d100c2d67066350..27fc04cbd26aed1d99ab6b272215797b1130b3e7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
 # -*- Tcl -*- 
 # usage: ./sg-execute-flight FLIGHT BLESSING
 
index 8b2d5e16cd1fc98e26dc70265cea3658b920812c..920834a4a16c0ce830da8e85265177ca849f09a6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
 
 # This is part of "osstest", an automated testing framework for Xen.
 # Copyright (C) 2009-2013 Citrix Inc.