From: Ian Jackson Date: Thu, 19 Jan 2017 20:01:20 +0000 (+0000) Subject: dgit: repos_server_url: Set $isuite X-Git-Tag: archive/debian/3.7~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b4488588e10b6953a2c96b6ccfc3877f9a736fee;p=dgit.git dgit: repos_server_url: Set $isuite We need to set this or access_*() fails. Set it to a dummy value. The user will need to specify -d to get the server for a non-default distro, which is hopefully obvious. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 3ff49043..dafbb0b1 100755 --- a/dgit +++ b/dgit @@ -6316,6 +6316,7 @@ sub cmd_archive_api_query { sub repos_server_url () { $package = '_dgit-repos-server'; local $access_forpush = 0; + local $isuite = 'DGIT-REPOS-SERVER'; my $url = access_giturl(); }