summaryrefslogtreecommitdiff
path: root/.sbuildrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:28:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:28:57 -0700
commit3eb1b5361878a3e4abc0eef34f5af6fee58a1f7f (patch)
tree889295f91d7292e7b9f4fcaea2c82a7060651b39 /.sbuildrc
parent5f1b847894dc3098309bfeef9bf62623314cf4e5 (diff)
downloaddotfiles-3eb1b5361878a3e4abc0eef34f5af6fee58a1f7f.tar.gz
tidy .sbuildrc
Diffstat (limited to '.sbuildrc')
-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"];