From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5A3E81F6AC; Wed, 4 Jul 2018 19:51:39 +0000 (UTC) Date: Wed, 4 Jul 2018 19:51:39 +0000 From: Eric Wong To: Jonathan Corbet Cc: meta@public-inbox.org, Konstantin Ryabitsev Subject: Re: [ANNOUNCE] public-inbox 1.1.0-pre1 Message-ID: <20180704195139.piy7kqz3fuyspbjg@dcvr> References: <20180509202303.GA15156@dcvr> <20180704131329.55f0bf54@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180704131329.55f0bf54@lwn.net> List-Id: Jonathan Corbet wrote: > One question: was it intended that public-inbox-nntpd now only works with > V2 repos? That was my experience, anyway; nothing showed up until I > converted everything - not a slow process. If that's the intent, a > sentence in the docs might be helpful to others :) No, -nntpd still works with v1. I'm not sure how you're seeing that; did you run public-inbox-index again? I guess I forgot to document that :x You need to rerun -index when the internal SCHEMA_VERSION changes in lib/PublicInbox/Search.pm Right now, it's at 15: $GIT_DIR/public-inbox/xapian15 The majority of inboxes on news.public-inbox.org use v1, still; since I don't want to break things for people relying on "git clone"