From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CEB351F4B8 for ; Mon, 13 Mar 2023 12:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1678708825; bh=zGm4tGzaIfYyZxcc3GYRnrrHGtIjIBI+a6+vn40pE+0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LZQuNwpE97pRsVRLA76/YomZVcEq9bWiuTp4iC01n397uWkqjbcOPbfEv+FfmheTR kAflXI7k7j4CfLSs6LwOpKYcFil3ui1s+m15Q9EAFkONLATZ9MJK4iopwLmj84/Jed lAPVl3gfc8MOui0fsnnWFxFkdmM5BKwGVXIHn/bs= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 5/5] doc: clone: document --remote-manifest= option Date: Mon, 13 Mar 2023 12:00:24 +0000 Message-Id: <20230313120024.1911925-6-e@80x24.org> In-Reply-To: <20230313120024.1911925-1-e@80x24.org> References: <20230313120024.1911925-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- Documentation/public-inbox-clone.pod | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index af4e8e95..90359f5a 100644 --- a/Documentation/public-inbox-clone.pod +++ b/Documentation/public-inbox-clone.pod @@ -129,6 +129,17 @@ is specified where C is an empty string (C<"">), then C This is a new option in public-inbox 2.0+ +=item --remote-manifest=URL|RELATIVE_PATH + +Use an alternate location for the remote manifest.js.gz file. +This mah be specified as a full absolute URL (e.g +C<--remote-manifest=https://80x24.org/lore/pub/manifest.js.gz>), +or a pathname relative to the ROOT_URL (e.g +C<--remote-manifest=pub/manifest.js.gz> when ROOT_URL is +C + +This is a new option in public-inbox 2.0+ + =item --project-list=FILE When cloning code repos from a manifest, generate a cgit-compatible