We are going to make it possible for a branch-specific allow file to
override general allow information from allow.all.

No functional change yet.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 cri-args-hostlists |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cri-args-hostlists b/cri-args-hostlists
index 57958d3..2ee0b7b 100644
--- a/cri-args-hostlists
+++ b/cri-args-hostlists
@@ -112,7 +112,7 @@ start_email () {
          ./sg-report-job-history --html-dir=$job_html_dir --flight=$flight
 
        ./sg-report-flight --html-dir=$flight_html_dir/$flight/ \
-               --allow=allow.$branch --allow=allow.all \
+               --allow=allow.all --allow=allow.$branch \
                $sgr_args $flight
 }
 
-- 
1.7.10.4


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

Reply via email to