Re: [Xen-devel] [PATCH OSSTEST] Debian: Log which kernel/initrd we failed to copy.

2015-05-15 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST] Debian: Log which kernel/initrd we failed to copy."): > Helpful to trackdown which config var I've got wrong. > + or die "Copy initramfs-tools %ird failed: $!"; Queued with that %ird changed to $ird. Thanks, Ian. ___

[Xen-devel] [PATCH OSSTEST] Debian: Log which kernel/initrd we failed to copy.

2015-03-06 Thread Ian Campbell
Helpful to trackdown which config var I've got wrong. Signed-off-by: Ian Campbell --- Osstest/Debian.pm | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index f6874af..c0af0b3 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.