summaryrefslogtreecommitdiff
path: root/.sbuildrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-03 12:13:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-03 12:13:06 -0700
commitb227170ad1382f95e762d51d4d633c89de12f717 (patch)
treef0de40cf98a0e46b447f72d513e2a8f12ecfd0fe /.sbuildrc
parentdc19fe4c45a585b560541ee60ef12fe994ae5d0f (diff)
downloaddotfiles-b227170ad1382f95e762d51d4d633c89de12f717.tar.gz
update sbuild config for sbuild 0.70.0-1
Diffstat (limited to '.sbuildrc')
-rw-r--r--.sbuildrc11
1 files changed, 3 insertions, 8 deletions
diff --git a/.sbuildrc b/.sbuildrc
index 3670f053..986eb971 100644
--- a/.sbuildrc
+++ b/.sbuildrc
@@ -14,7 +14,6 @@ $lintian_opts = [
'--fail-on-warnings'
];
-# TODO detect or specify in a var at top of file the architecture in the following
$run_piuparts = 1;
$piuparts_opts = [
'--schroot',
@@ -23,12 +22,8 @@ $piuparts_opts = [
# '--fail-on-broken-symlinks', # too many false positives
];
-$external_commands = {
- 'post-build-commands' => [
- [
- 'autopkgtest-sbuild', '%d', '%c', 'unstable-%a-sbuild'
- ],
- ],
-};
+$run_autopkgtest = 1;
+$autopkgtest_root_args = ["env"];
+$autopkgtest_opts = ["--", "schroot", "unstable-i386-sbuild"];
1;