xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@eu.citrix.com>
To: Ben Guthro <ben@guthro.net>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Dario Faggioli <dario.faggioli@citrix.com>,
	Wei Liu <wei.liu2@citrix.com>,
	xen-devel <xen-devel@lists.xen.org>
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	[thread overview]
Message-ID: <1383212754.13254.14.camel@dagon.hellion.org.uk> (raw)
In-Reply-To: <CAOvdn6XVhXHTrd+TGtHC5J=5xdDqO+JUMtT4czOmSGpCCUhT2w@mail.gmail.com>

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@citrix.com> 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@citrix.com>
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

  parent reply	other threads:[~2013-10-31  9:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-30 18:57 OSSTest: .../osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory Dario Faggioli
2013-10-30 19:09 ` Wei Liu
2013-10-30 19:19   ` Ben Guthro
2013-10-30 21:39     ` Dario Faggioli
2013-10-31  9:45     ` Ian Campbell [this message]
2013-10-31 11:53       ` Ian Jackson
2013-10-31 12:48         ` Ben Guthro
2013-10-31 13:00           ` Ian Campbell
2013-10-31 13:13             ` Ian Campbell
2013-10-31 13:56               ` Ben Guthro
2013-10-31 14:15                 ` Ian Jackson
2013-10-31 14:22                   ` Ben Guthro
2013-11-01  9:21         ` Dario Faggioli
2013-10-30 21:36   ` Dario Faggioli
2013-10-31  9:48     ` Wei Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383212754.13254.14.camel@dagon.hellion.org.uk \
    --to=ian.campbell@eu.citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=ben@guthro.net \
    --cc=dario.faggioli@citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).