debian_suite is always set in "case $branch in" at the top of
make-distros-flight.

Remove it as part of rationalising the suite variables in this area.

No functional change.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 make-distros-flight |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/make-distros-flight b/make-distros-flight
index 9d04d3b..9b4684d 100755
--- a/make-distros-flight
+++ b/make-distros-flight
@@ -171,12 +171,8 @@ test_matrix_do_one () {
 
   for domU in $domUarches ; do
 
-    if [ -n $debian_suite ] ; then
-        gsuite=$debian_suite
-
-        test_do_one_netboot
-
-    fi
+    gsuite=$debian_suite
+    test_do_one_netboot
 
     if [ $debian_suite = "snapshot" ]; then
         gsuite=sid
-- 
1.7.10.4


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

Reply via email to