From 2cf65bdfe27e12d70760ee668dcfc49cd1538c78 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 30 Jul 2017 18:57:28 -0700 Subject: drop $run_* from sample .sbuildrc This is a config file snippet, not a full config, and the user probably wants to set $run_* variables themselves. --- src/Propellor/Property/Sbuild.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 8d1b9807..0306e339 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -32,7 +32,6 @@ If you are using sbuild older than 0.70.0, you also need: In @~/.sbuildrc@ (sbuild 0.71.0 or newer): -> $run_piuparts = 1; > $piuparts_opts = [ > '--no-eatmydata', > '--schroot', @@ -41,7 +40,6 @@ In @~/.sbuildrc@ (sbuild 0.71.0 or newer): > '--fail-on-broken-symlinks', > ]; > -> $run_autopkgtest = 1; > $autopkgtest_root_args = ""; > $autopkgtest_opts = ["--", "schroot", "%r-%a-sbuild"]; -- cgit v1.2.3