summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 08:09:32 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 11:17:21 +0100
commit6b764d3497dce00128d8fd56d4b2401d875606d1 (patch)
tree8c6e703286244cdd778b33761f386347846f0780 /tests/tests
parent7baf66a829c4ad60387ad1c3cbe059085ee772d7 (diff)
dgit: build_source: drop call to build_prep
We want the callers to do this so they can control it better. They mostly already do. In detail: * cmd_push_source This one is most complicated. It already calls prep_push, which does a variety of things which overlap with build_prep. The things which are in build_prep but not in prep_push are: - notpushing (via build_prep_early), which seems to be a mistake - clean_tree(), which is needed, so we add it (for now...) - build_maybe_quilt_fixup, which is needed, so we add it - remove old changes, which is not actually needed * cmd_build, cmd_gbp_build build_prep was already called by the if arm which didn't call build_source; so we can just move it up outside the if. No functional change here. * cmd_build_source, cmd_sbuild We need to replace the call. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
0 files changed, 0 insertions, 0 deletions