Package: dgit Version: 9.2 Severity: normal Tags: patch Hi,
The aptget archive query method is useful for archives that lack a madison endpoint or similar - this is already used for debian-security, but it also useful for e.g. the Ubuntu Cloud Archive. The attached patch notes its existence. -- The Wellcome Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE.
>From fc50057ebda06978c787222d0676928eede6447f Mon Sep 17 00:00:00 2001 From: Matthew Vernon <[email protected]> Date: Wed, 17 Jul 2019 17:19:48 +0100 Subject: [PATCH] dgit(1) document the presence of the aptget archive-query method This is already used for debian-security, and might be useful for other archives that like madison or similar (e.g. the Ubuntu Cloud Archive). Signed-off-by: Matthew Vernon <[email protected]> --- dgit.1 | 2 +- po4a/dgit_1.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dgit.1 b/dgit.1 index 8ede01f3..f099ed0f 100644 --- a/dgit.1 +++ b/dgit.1 @@ -1471,7 +1471,7 @@ or when pushing and .TP .BI dgit-distro. distro .git-create " " ssh-cmd | true .TP -.BR dgit-distro. \fIdistro\fR .archive-query " " ftpmasterapi: " | " madison: "\fIdistro\fR | " dummycat: "\fI/path\fR | " sshpsql: \fIuser\fR @ \fIhost\fR : \fIdbname\fR +.BR dgit-distro. \fIdistro\fR .archive-query " " ftpmasterapi: " | " madison: "\fIdistro\fR | " dummycat: "\fI/path\fR | " sshpsql: \fIuser\fR @ \fIhost\fR : \fIdbname\fR " " | " aptget:" .TP .BR dgit-distro. \fIdistro\fR .archive-query- ( url | tls-key | curl-ca-args ) .TP diff --git a/po4a/dgit_1.pot b/po4a/dgit_1.pot index 052904fe..6a149f69 100644 --- a/po4a/dgit_1.pot +++ b/po4a/dgit_1.pot @@ -2549,7 +2549,7 @@ msgstr "" #. type: TP #: ../dgit.1:1394 #, no-wrap -msgid "B<dgit-distro.>I<distro>B<.archive-query> B<ftpmasterapi:> | B<madison:>I<distro> | B<dummycat:>I</path> | B<sshpsql:>I<user>B<@>I<host>B<:>I<dbname>" +msgid "B<dgit-distro.>I<distro>B<.archive-query> B<ftpmasterapi:> | B<madison:>I<distro> | B<dummycat:>I</path> | B<sshpsql:>I<user>B<@>I<host>B<:>I<dbname> | B<aptget:>" msgstr "" #. type: TP -- 2.17.1

