[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, 2013-10-31 at 13:00 +0000, Ian Campbell wrote:
> I'll have a look.

This perhaps?

8>-------------------

From 68fdc338e6f37ede4170e725cb50a51758b716ed Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Thu, 31 Oct 2013 13:12:34 +0000
Subject: [PATCH] mg-debian-installer-update: restrict armhf to Wheezy+

---
 mg-debian-installer-update |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/mg-debian-installer-update b/mg-debian-installer-update
index c0b547f..452a2ad 100755
--- a/mg-debian-installer-update
+++ b/mg-debian-installer-update
@@ -32,12 +32,16 @@ fail () { echo >&2 "$0: $1"; exit 1; }
 site=http://ftp.debian.org/debian/
 sbase=$site/dists/$suite
 
-case $arch in
-    i386|amd64)
+case ${suite}_${arch} in
+    *_i386|*_amd64)
         
src=$sbase/main/installer-$arch/current/images/netboot/debian-installer/$arch
         files='initrd.gz linux'
         ;;
-    armhf)
+    lenny_armhf|squeeze_armhf)
+        # No such thing.
+        exit 0
+        ;;
+    *_armhf)
         # Use the vexpress image, we are going to bash in our own
         # kernel+modules anyway.
         src=$sbase/main/installer-$arch/current/images/vexpress/netboot
-- 
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®.