| 
    
 [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"): 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 
 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel 
 
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |