diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-30 18:57:28 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-01 15:33:48 -0400 |
| commit | 2cf65bdfe27e12d70760ee668dcfc49cd1538c78 (patch) | |
| tree | 2fcab4482cb8e5bdfae20aceddc1c4d058696a36 /src/Propellor/Property/Sbuild.hs | |
| parent | 6c3773846416ebda43481a0e9f423bd4902f6ddc (diff) | |
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.
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
1 files changed, 0 insertions, 2 deletions
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"]; |
