summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 12:40:28 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 13:00:47 +0100
commit69e7a1095c03f447504fa0d9fde5d8dca3680b75 (patch)
treef61413a7b076d751aa3a063e3587f694c2594d75
parentd33854da24295c408c2981db53545d1159429f55 (diff)
Revert "dgit: Move up $sourcechanges"
This reverts commit 07437a3fe514da7990300b2fd594adff49685de5. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit3
1 files changed, 1 insertions, 2 deletions
diff --git a/dgit b/dgit
index 23e66b2..fcda8d7 100755
--- a/dgit
+++ b/dgit
@@ -4756,8 +4756,6 @@ sub cmd_push {
dopush();
}
-our $sourcechanges;
-
#---------- remote commands' implementation ----------
sub pre_remote_push_build_host {
@@ -5047,6 +5045,7 @@ sub i_want_signed_dsc_changes {
#---------- building etc. ----------
our $version;
+our $sourcechanges;
our $dscfn;
#----- `3.0 (quilt)' handling -----