[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] OSSTest: .../osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory



On Wed, 2013-10-30 at 15:19 -0400, Ben Guthro wrote:
> 
> 
> 
> On Wed, Oct 30, 2013 at 3:09 PM, Wei Liu <wei.liu2@xxxxxxxxxx> 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 <ian.campbell@xxxxxxxxxx>
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





_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.