From 52eeb586a25be5734ab9e53059f41f5a6e08690c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 26 Jul 2018 11:16:54 +0100 Subject: dgit: push_source no longer cleans the tree. This is no longer needed because we always build in a playtree. Signed-off-by: Ian Jackson --- debian/changelog | 1 + dgit | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d4ce818..8873a89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ dgit (6.0~) unstable; urgency=medium usually generate *_multi.changes rather than *_$arch.changes. * test suite: Honour DGIT_SCHROOT_CHROOT to set the schroot to use for the sbuild tests. + * dgit push-source no longer cleans the tree. -- diff --git a/dgit b/dgit index 36afdaf..9384f64 100755 --- a/dgit +++ b/dgit @@ -4762,7 +4762,6 @@ sub cmd_push_source { prep_push(); fail "dgit push-source: --include-dirty/--ignore-dirty does not make". "sense with push-source!" if $includedirty; - clean_tree(); build_maybe_quilt_fixup(); if ($changesfile) { my $changes = parsecontrol("$buildproductsdir/$changesfile", -- cgit v1.2.3