summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 08:02:09 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 10:30:32 +0100
commit7baf66a829c4ad60387ad1c3cbe059085ee772d7 (patch)
tree1a89ef7ba8147e60bfb9accdac3e791e9de5ab84 /dgit
parent593dbae1303117fc730c28da7f7e3d767d77f777 (diff)
dgit: build_source: Drop call to build_prep_early
build_prep starts with a call to build_prep_early so this is redundant (and confusing). Effect is to sometimes no longer duplicate some effort. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dgit b/dgit
index c363821..d948e62 100755
--- a/dgit
+++ b/dgit
@@ -6413,7 +6413,6 @@ sub cmd_gbp_build {
sub cmd_git_build { cmd_gbp_build(); } # compatibility with <= 1.0
sub build_source {
- build_prep_early();
build_prep();
$sourcechanges = changespat $version,'source';
if (act_local()) {