From 04b11368f75c05f56f2ec5469c22e88f55ddf276 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 09:42:49 +0900 Subject: sbuild-createchroot needs the suite, whoops --- src/Propellor/Property/Sbuild.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 21fdbfe2..1d59fbec 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -119,6 +119,7 @@ built s@(SbuildSchroot suite arch) mirror = [ "--arch=" ++ arch , "--chroot-suffix=propellor" , "--include=eatmydata,ccache" + , suite , schrootRoot s , mirror ] -- cgit v1.2.3