From: Ian Jackson Date: Thu, 17 May 2018 14:18:42 +0000 (+0100) Subject: Debian.pm: debian_overlays: Allow local overlay to override supplied one X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a7f2f643cf78605d548aa53b6f08f36c4789fffc;p=people%2Froyger%2Fosstest.git Debian.pm: debian_overlays: Allow local overlay to override supplied one I think, no change with any reasonable configs. Signed-off-by: Ian Jackson --- diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 8e72405..b9891b6 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -830,8 +830,8 @@ sub debian_overlays ($$) { die "debian_overlays cannot check $local_dir: $!"; } }; - $maybe->($c{OverlayLocal}, 'overlay-local.tar'); $maybe->('overlay'); + $maybe->($c{OverlayLocal}, 'overlay-local.tar'); } sub preseed_base ($$$;@) {