From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: OSSTest: .../osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory Date: Thu, 31 Oct 2013 09:45:54 +0000 Message-ID: <1383212754.13254.14.camel@dagon.hellion.org.uk> References: <1383159446.15209.37.camel@Solace> <20131030190946.GA4966@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ben Guthro Cc: Ian Jackson , Dario Faggioli , Wei Liu , xen-devel List-Id: xen-devel@lists.xenproject.org On Wed, 2013-10-30 at 15:19 -0400, Ben Guthro wrote: > > > > On Wed, Oct 30, 2013 at 3:09 PM, Wei Liu wrote: > I think Ben had the same problem but he worked around it. > There's no > current-wheezy directory, only current. > > > > See my patch attached to this message: > http://markmail.org/message/sa2bp6n6zm334xo3 Gah, sorry about this, I could have sworn that I had sent out the following but it looks like I hadn't. I think this solves it in a different way to yours, or maybe they are complimentary. I'll let Ian decide which combination he prefers... Ian. >>From 7e26739811e763e8290643b60cc4f004a9f6cfa5 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 14 Oct 2013 10:32:20 +0100 Subject: [PATCH] standalone-reset: Add -$suite to current symlink Required after ef3a6f2162ce "Add -$suite suffix to TftpDiVersion in code" --- standalone-reset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone-reset b/standalone-reset index 621de59..039dfea 100755 --- a/standalone-reset +++ b/standalone-reset @@ -100,8 +100,8 @@ else echo "** need to generate d-i with firmware for $arch" div=`./mg-debian-installer-update \ $suite $arch $firmware` - rm -f "$tftp/$dibase/$arch/current" - ln -s $div "$tftp/$dibase/$arch/current" + rm -f "$tftp/$dibase/$arch/current-$suite" + ln -s $div "$tftp/$dibase/$arch/current-$suite" done fi fi -- 1.7.10.4