From: Ian Jackson Date: Sat, 22 Oct 2016 23:08:16 +0000 (+0100) Subject: Test suite: Switch by default archive access method to dummycatapi X-Git-Tag: archive/debian/2.9~66 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=261784cf5da5928375f838a13745f82626a6fe10 Test suite: Switch by default archive access method to dummycatapi Now dgit can, during the test suite, make file_in_archive queries, without exploding. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 1b32fa7c..db03cfbd 100755 --- a/dgit +++ b/dgit @@ -619,7 +619,7 @@ our %defcfg = ('dgit.default.distro' => 'debian', 'dgit-distro.test-dummy.git-url' => "$td/git", 'dgit-distro.test-dummy.git-host' => "git", 'dgit-distro.test-dummy.git-path' => "$td/git", - 'dgit-distro.test-dummy.archive-query' => "ftpmasterapi:", + 'dgit-distro.test-dummy.archive-query' => "dummycatapi:", 'dgit-distro.test-dummy.archive-query-url' => "file://$td/aq/", 'dgit-distro.test-dummy.mirror' => "file://$td/mirror/", 'dgit-distro.test-dummy.upload-host' => 'test-dummy',