This makes them better for cutting-and-pasting. Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- README.dev | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.dev b/README.dev index a2b93e0..441eee8 100644 --- a/README.dev +++ b/README.dev @@ -112,9 +112,10 @@ Firstly, a basic "host examination" that checks that we can install and boot Xen: $ basis=113124 # pick last good xen-unstable or osstest flight - $ flight=`./make-hosts-flight play xen-unstable blessed-commission-mudcake commission-mudcake $basis`; echo $flight + $ hn=mudcake + $ flight=`./make-hosts-flight play xen-unstable blessed-commission-$hn commission-$hn $basis`; echo $flight 113155 - $ ./mg-execute-flight -Bcommission-mudcake -eian.jack...@citrix.com $flight + $ ./mg-execute-flight -Bcommission-$hn -eian.jack...@citrix.com $flight This will email the specified address. The examination should pass, completely. If it does not then you may need to change the BIOS @@ -130,8 +131,8 @@ right permissions set up. If that works, a more thorough test: $ basis=113124 # pick last good xen-unstable or osstest flight - $ flight=`./cs-adjust-flight new:commission-mudcake copy $basis`; echo $flight - $ ./mg-execute-flight -Bcommission-mudcake -eian.jack...@citrix.com -f$basis $flight + $ flight=`./cs-adjust-flight new:commission-$hn copy $basis`; echo $flight + $ ./mg-execute-flight -Bcommission-$hn -eian.jack...@citrix.com -f$basis $flight This should show no regressions. (Or, at least, none that are a cause for concern.) @@ -139,7 +140,7 @@ for concern.) For a new architecture, there may not be an existing flight with suitable jobs. In that case, something like this can be useful: - $ OSSTEST_BLESSING=commission-mudcake DAILY_BRANCH_PREEXEC_HOOK=false OSSTEST_BASELINES_ONLY=y ./cr-daily-branch xen-unstable + $ OSSTEST_BLESSING=commission-$hn DAILY_BRANCH_PREEXEC_HOOK=false OSSTEST_BASELINES_ONLY=y ./cr-daily-branch xen-unstable You'll need to fish the flight number out of the debug spew. -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel