From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BC01F1F463 for ; Mon, 30 Sep 2019 17:44:24 +0000 (UTC) Received: by mail-qt1-x844.google.com with SMTP id u40so18093174qth.11 for ; Mon, 30 Sep 2019 10:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4RSxifvhwvkYxijglsMvs1BnYGyB4SMcXEPIS4tpS/g=; b=Tuiu1PZbdJc4iMGfZgIVtVPusVrs76SlqFtCVN1B+5rxMa1m2VLpQ3DL7Fk2GLY952 +JdaWFdhbzBpZc5ykVlvPp6AH3aWwS52fLPx9kY7XD4yDbqsXGcntuxGu1vdWxa8fmcy iwhLpaSOYr7gR6ALGyTqYhbzQSc+TKKfcQRFU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=4RSxifvhwvkYxijglsMvs1BnYGyB4SMcXEPIS4tpS/g=; b=kq9HdzU5tzsYnPvpOVOd4snoeYZF5gNctsnZh8T0KeguJ87cY1djvpAXqnxkJURj+k C9IMBzWCPYiV+PYQIoT6xprmvMRcpxSTDQLjm7poqqferh3nLupaxzJVJTlhPwKdugQU tb1xE3iBcvkX1PSopn2STlYnIeBK2Ielkn0aL75hf7GLmENLh212Xkod6IYEMtlLi2Ei ApDUl0G3PgGwawdnhkk0vIGMjub3W9ydsPwEr6t6BagzQWB3N9phd0ZgFEivQMMAKcIV dI3KpBeqlXW7PHTmwrhsljOyBb2RL6DfRMm+p4KKmzrtPV6iakQ63D726GME3ETMJ9bj 9NFg== X-Gm-Message-State: APjAAAXzyNkqkMu/tpsy0/QAXK8YCpN/TuJNdiOX6XLu3qWvhpYsEqyG Vb50wXUpPP9Vhj0SKeeGlW67Ow== X-Google-Smtp-Source: APXvYqyrlxOtRD1zw4hRFUuigtyRQGkzrkhNMj1hlmlgWrc8sdONualll/pEWjiGXOTsR6cn3zhqqg== X-Received: by 2002:a0c:c209:: with SMTP id l9mr20635162qvh.194.1569865463463; Mon, 30 Sep 2019 10:44:23 -0700 (PDT) Received: from chatter.i7.local (192-0-228-88.cpe.teksavvy.com. [192.0.228.88]) by smtp.gmail.com with ESMTPSA id u27sm10763917qta.90.2019.09.30.10.44.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 10:44:22 -0700 (PDT) Date: Mon, 30 Sep 2019 13:44:21 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] wwwtext: support $INBOX_URL/_/text/config/raw Message-ID: <20190930174421.GB6124@chatter.i7.local> References: <20190927104825.28270-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20190927104825.28270-1-e@80x24.org> User-Agent: Mutt/1.12.1 (2019-06-15) List-Id: On Fri, Sep 27, 2019 at 10:48:25AM +0000, Eric Wong wrote: >This returns a git-config(1)-compatible file to make it easier >to get started on mirroring an existing public-inbox. Omitting >the "raw" from the URL works, as well, but I'm not sure if >it's very useful. This is now live on lore.kernel.org. Theoretically, this provides everything needed to recreate mirrors via grokmirror, once the post-update hook is changed to incorporate this feature. Quick question that occurred to me -- when there are history-rewriting changes on the master mirror (GDPR-related message removals, etc), how well will that propagate to other mirrors? Would they need to be fully reindexed? -K