From b4488588e10b6953a2c96b6ccfc3877f9a736fee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 Jan 2017 20:01:20 +0000 Subject: [PATCH] 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 --- dgit | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.30.2