summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-26 13:41:22 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-26 13:42:58 +0100
commit0a6ed24d826439ab82b17087bb6fcdf7b4415291 (patch)
treeb410f1bb15ab3f7d7931d771fd9ca88ae71c4b59
parente032c0f964491a71e8918b79ad2a774993074085 (diff)
dgit: Pass --no-source to sbuild (always)
Closes: #904966. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 695f2b7..ea74cad 100755
--- a/dgit
+++ b/dgit
@@ -113,7 +113,7 @@ our (@curl) = (qw(curl --proto-redir), '-all,http,https', qw(-L));
our (@dput) = qw(dput);
our (@debsign) = qw(debsign);
our (@gpg) = qw(gpg);
-our (@sbuild) = qw(sbuild);
+our (@sbuild) = (qw(sbuild --no-source));
our (@ssh) = 'ssh';
our (@dgit) = qw(dgit);
our (@git_debrebase) = qw(git-debrebase);