Re: [Xen-devel] [PATCH OSSTEST 1/2] mg-debian-installer-update: Print the correct value for TftpDiVersion

2015-06-25 Thread Ian Jackson
Ian Campbell writes ([PATCH OSSTEST 1/2] mg-debian-installer-update: Print the correct value for TftpDiVersion): That is, the date without the suite suffix. ... -echo $date -echo 2 downloaded $dstroot/$arch/$date +echo New TftpDiVersion: $date +echo 2 downloaded $dstroot/$dst You could make

Re: [Xen-devel] [PATCH OSSTEST 1/2] mg-debian-installer-update: Print the correct value for TftpDiVersion

2015-06-25 Thread Ian Campbell
On Thu, 2015-06-25 at 11:34 +0100, Ian Jackson wrote: Ian Campbell writes ([PATCH OSSTEST 1/2] mg-debian-installer-update: Print the correct value for TftpDiVersion): That is, the date without the suite suffix. ... -echo $date -echo 2 downloaded $dstroot/$arch/$date +echo New

[Xen-devel] [PATCH OSSTEST 1/2] mg-debian-installer-update: Print the correct value for TftpDiVersion

2015-06-23 Thread Ian Campbell
That is, the date without the suite suffix. Signed-off-by: Ian Campbell ian.campb...@citrix.com --- mg-debian-installer-update | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mg-debian-installer-update b/mg-debian-installer-update index ba2fdc4..59f05ec 100755 ---