summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-10 19:47:57 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-16 16:47:48 +0100
commit0186359c7750e539739ce8f791e93ab6119ec8e0 (patch)
tree7e95503837377a5823771b0ae7d2ed98d86cf3cc /dgit
parent048c26164775aaf523086e60b4a975279341c3e2 (diff)
Split brain: Include quilt mode in cache key
This can make a radical difference!
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index 55d71f9..bee6bcd 100755
--- a/dgit
+++ b/dgit
@@ -3063,6 +3063,7 @@ END
# we look for an entry whose message is the key for the cache lookup
my @cachekey = (qw(dgit), $our_version);
push @cachekey, $upstreamversion;
+ push @cachekey, $quilt_mode;
push @cachekey, $headref;
push @cachekey, hashfile('fake.dsc');