diff mbox

[Xen-devel,OSSTEST,2/3] make-flight: include cri-common before ap-common

Message ID 1401887529-13241-2-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell June 4, 2014, 1:12 p.m. UTC
The latter wants cached_repo which the former provides.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 make-flight | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/make-flight b/make-flight
index ba1bc5b..e19de57 100755
--- a/make-flight
+++ b/make-flight
@@ -26,8 +26,8 @@  buildflight=$4
 
 flight=`./cs-flight-create $blessing $branch`
 
-. ap-common
 . cri-common
+. ap-common
 . mfi-common
 
 defsuite=`getconfig DebianSuite`