From ede8a77718c4a544d509060be9a68a27eb354bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 26 Apr 2021 17:35:22 +0200 Subject: [PATCH] doc/mk-sbuild.1: Add documentation for --debootstrap-proxy and DEBOOTSTRAP_PROXY LP: #1926166 --- doc/mk-sbuild.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/mk-sbuild.1 b/doc/mk-sbuild.1 index 32ec936..59f939f 100644 --- a/doc/mk-sbuild.1 +++ b/doc/mk-sbuild.1 @@ -64,6 +64,9 @@ Disable checking gpg signatures of downloaded Release files by using debootstrap's \fB\-\-no\-check\-gpg\fR option. See \fBdebootstrap\fR (8) for more details. .TP +.B \-\-debootstrap\-proxy\fR=\fIPROXY +Use \fIPROXY\fR as apt proxy. +.TP .B \-\-distro\fR=\fIDISTRO Enable distro-specific logic. When not provided, the distribution is determined from \fIrelease\fR. @@ -120,6 +123,10 @@ Keyring file to use for checking gpg signatures of retrieved release files Disable gpg verification of retrieved release files (same as \fB\-\-debootstrap\-no\-check\-gpg\fR) .TP +.B DEBOOTSTRAP_PROXY +Proxy to use for apt. (same as +\fB\-\-debootstrap\-proxy\fR) +.TP .B SOURCE_CHROOTS_DIR Use \fBSOURCE_CHROOTS_DIR\fR as home of schroot source directories. (default \fB/var/lib/schroot/chroots\fR)