diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2018-01-27 09:13:38 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2018-01-27 09:13:38 -0700 |
commit | 1c974dcb26adc967020b5aaa77de14724fad834b (patch) | |
tree | c6f26a6bbd3d119173e0fad43ed06b5e19adaa58 /dgit | |
parent | 720e6334db6f619765cf037eb8517b165e77e80f (diff) | |
parent | 4210fa385422c0c5c35f9285410d734d9442430b (diff) |
Merge tag 'debian/4.3' into dgit/stretch-backports
dgit release 4.3 for unstable (sid) [dgit]
[dgit distro=debian]
Diffstat (limited to 'dgit')
-rwxr-xr-x | dgit | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6456,6 +6456,7 @@ sub pre_archive_api_query () { sub cmd_archive_api_query { badusage "need only 1 subpath argument" unless @ARGV==1; my ($subpath) = @ARGV; + local $isuite = 'DGIT-API-QUERY-CMD'; my @cmd = archive_api_query_cmd($subpath); push @cmd, qw(-f); debugcmd ">",@cmd; |