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-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) (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 D6B841F463 for ; Wed, 25 Sep 2019 18:24:34 +0000 (UTC) Received: by mail-qt1-x830.google.com with SMTP id j31so496172qta.5 for ; Wed, 25 Sep 2019 11:24:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=JzftRcyciM7HFTd8CYBXxQTzuG4ofXpkycFJYFvS4Z8=; b=AqzbwCcEhfQQFA0VW2yEmpynbhWZS65QLB3u8n4Dolkn2Au7/GYR1A9WjxdrA6B21q 9/F8YFWFORrvodhglm0EUrhfiuiSAFwIsuqhG8UJLK9A/fpOev26qYVrxvUBCebqIfHj jGluGX/e1fjeyHVs5YzuI7kvOIkJno1gGmeP0= 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:subject:message-id:mime-version :content-disposition:user-agent; bh=JzftRcyciM7HFTd8CYBXxQTzuG4ofXpkycFJYFvS4Z8=; b=mEFV2Ep85xpUOlG1k+Oi44Wi5Itl/l738gsqYEUMxPcUDf8TECH0vS2punAAcFnwlL VRDgrDxK3h1A3S/JnBHUoLuTqXrZ4rhGSpeF1tT/Rdt23EVTX53IIclTGz0/ClkaGtlK qmUIfRupm2NkivUQeKQx9yPiGkJ4fzUiCs8EUrDnhlk9yDMMlOn5L2FJNv0bC91DrqaK g97js02iWBMIgGf0dNXiukzGIWeZjC8b97su/X6RgyP5/6K+gRQgWLl4qvIMS3m8xgQI wzLxlVFZ/FIJiQCEKJvrYNiKgaJUXy7KhK7uoSMCCxzy02ByzFKbp997DE3YcK0Ldrok sLxA== X-Gm-Message-State: APjAAAVXwZxmkEz+taBFJ5BAkodtCUbtpYo1tbQtY2g6iKFieM+kYiXu mld9MjKuWPC4XL4xsBzwmISKYFOwp7M= X-Google-Smtp-Source: APXvYqysKYXEiXZJDymaa9T6F0fQl+k5m1VofJfIHoHBbVDxI9YojYV1YbGVstXNKd1z5FprLTEQLA== X-Received: by 2002:ac8:3f79:: with SMTP id w54mr750442qtk.324.1569435873375; Wed, 25 Sep 2019 11:24:33 -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 w14sm2645571qki.73.2019.09.25.11.24.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Sep 2019 11:24:32 -0700 (PDT) Date: Wed, 25 Sep 2019 14:24:31 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: Git-only operation mode Message-ID: <20190925182431.GA4628@chatter.i7.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) List-Id: Hello: Is there a way to run just the archiver component of public-inbox -- just writing to git repos without any of the indexing/frontend bits? One of the idle conversations I had with vger.kernel.org folks was to see if we can shift the source of truth archive generation to happen at their end. We would then clone repositories from them and provide the frontend/search bits on lore.kernel.org. From my cursory looking, it would seem that the watch/delivery tools always expect to be taking care of xapian/indexing, but I think being able to decouple git bits from search/frontend bits would be a useful mode or operation. Best, -K