From: Ian Jackson Date: Mon, 4 May 2015 16:50:36 +0000 (+0100) Subject: dgit: Print curl command for archive api query action X-Git-Tag: debian/0.30~182 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=1f7cd634c8922afa99cf917951b5499962ee897e dgit: Print curl command for archive api query action --- diff --git a/dgit b/dgit index 9a63e654..8db03b3f 100755 --- a/dgit +++ b/dgit @@ -2697,6 +2697,7 @@ sub cmd_archive_api_query { badusage "need only 1 subpath argument" unless @ARGV==1; my ($subpath) = @ARGV; my @cmd = archive_api_query_cmd($subpath); + debugcmd ">",@cmd; exec @cmd or fail "exec curl: $!\n"; }