search for: 8be7e86

Displaying 2 results from an estimated 2 matches for "8be7e86".

Did you mean: 81e7e36
2013 Nov 01
2
[PATCH OSSTEST] standalone-reset: fix check for existing d-i and creation of symlink
...ng, since it will now silently ignore unavailable combinations (e.g. armhf on Squeeze) Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- standalone-reset | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/standalone-reset b/standalone-reset index 039dfea..8be7e86 100755 --- a/standalone-reset +++ b/standalone-reset @@ -94,14 +94,16 @@ else if [ "x$diver" = xcurrent ]; then for arch in i386 amd64 armhf; do - if test -d "$tftp/$dibase/$arch/$diver" + if test -d "$tftp/$dibase/$arch/$diver-$suite" then continue; fi...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
I''ve been working on this on the odd occasion, I think it mostly works, or it did last I tried which was a while back. I''m sure it is too hacky in places. My plan was to clean it up on the next test day. I''m mostly just sending this for Wei''s benefit since he is independently looking at adding Debian HVM guest tests for OVMF purposes. Ian. commit