etc/sbuild.conf.in: Don't run complicated Debian testing by default.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 7 May 2020 01:24:41 +0000 (02:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 7 May 2020 01:24:41 +0000 (02:24 +0100)
etc/sbuild.conf.in

index 963f7d4..fe0aa10 100644 (file)
@@ -61,6 +61,11 @@ $build_environment = {
 ## Actually resolve alternatives properly.
 $resolve_alternatives = 1;
 
+## Other things to do.
+$run_autopkgtest = 0;
+$run_lintian = 0;
+$run_piuparts = 0;
+
 ## Leave debris for diagnostics.
 $purge_build_deps = "successful";
 $purge_build_directory = "successful";