summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorSean Whitton2017-07-30 18:57:28 -0700
committerJoey Hess2017-08-01 15:33:48 -0400
commit2cf65bdfe27e12d70760ee668dcfc49cd1538c78 (patch)
tree2fcab4482cb8e5bdfae20aceddc1c4d058696a36 /src/Propellor
parent6c3773846416ebda43481a0e9f423bd4902f6ddc (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')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
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"];