summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.sbuildrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/.sbuildrc b/.sbuildrc
index 4e761b40..5e623a3b 100644
--- a/.sbuildrc
+++ b/.sbuildrc
@@ -2,8 +2,9 @@
$pgp_options = ['-us', '-uc'];
-# `dht make-all` doesn't like this
-#$build_source = 1;
+# sbuild is not for building source packages
+$build_source = 0;
+# ... but arch:all please!
$build_arch_all = 1;
$distribution = 'unstable';
@@ -15,7 +16,7 @@ $lintian_opts = [
'--display-info'
];
-# don't run by default: see build-for-upload function in .zshrc
+# don't run by default: see sbuild-preupload function in ~/.bashrc
$run_piuparts = 0;
$piuparts_opts = [
'--no-eatmydata',
@@ -26,7 +27,7 @@ $piuparts_opts = [
'--log-level=info',
];
-# don't run by default: see build-for-upload function in .zshrc
+# don't run by default: see sbuild-preupload function in ~/.bashrc
$run_autopkgtest = 0;
$autopkgtest_root_args = "";
$autopkgtest_opts = ["--", "schroot", "%r-%a-sbuild"];