[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 Thu, Oct 31, 2013 at 7:53 AM, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> wrote:
Ian Campbell writes ("Re: [Xen-devel] OSSTest: .../osstest/debian-installer/amd64/current-wheezy/initrd.gz: No such file or directory"):
> 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...

I think this one is correct.  There's a lot of other stuff in Ben's
patch which I need to disentangle etc.

Agreed. I suspected mine was not the "right way" to fix this

As for the other things in the patch - yes, I apologize for not breaking them all out into separate patches.

There are basically a few things I fixed, that are all tangled up in that patch (other than the above hack)

1. Ensure dirs exist when doing the mkdir, or standalone-reset may fail

ensure_dir () { if test -d "$1"; then return; fi - mkdir "$1" + mkdir -p "$1" }

2. armfh mirror was returning 404, failing setup
This is the addition of the DebianArches stuff to the config file, Osstest.pm, and standalone-reset.
This allows you to confine your setup (and install files) to only those architectures you are interested in.

There may be other places in the code that does a similar loop to standalone-reset, that also needs adjustment - I was focused on just getting bootstrapped.

3. Add ts-host-suspend job, plus new package dependency for pm-suspend
 

> Subject: [PATCH] standalone-reset: Add -$suite to current symlink

I'm going to commit this.

Ian.

_______________________________________________
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®.