From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.4 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id AD1DF2018E for ; Fri, 5 Aug 2016 09:00:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759606AbcHEJAy (ORCPT ); Fri, 5 Aug 2016 05:00:54 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:56562 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759464AbcHEJAs (ORCPT ); Fri, 5 Aug 2016 05:00:48 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B3C952018E; Fri, 5 Aug 2016 08:50:09 +0000 (UTC) Date: Fri, 5 Aug 2016 08:50:09 +0000 From: Eric Wong To: Johannes Schindelin Cc: Stefan Beller , Junio C Hamano , Git Mailing List , Eric Sunshine , Jeff King , Johannes Sixt , Duy Nguyen , Jakub =?utf-8?B?TmFyxJlic2tp?= Subject: Re: patch submission process, was Re: [PATCH v6 06/16] merge_recursive: abort properly upon errors Message-ID: <20160805085009.GA30906@starla> References: <20160804201751.GA9592@starla> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin wrote: Agreed on all above points :> > On Thu, 4 Aug 2016, Eric Wong wrote: > > Of course, centralized systems are unacceptable to me; > > and with that I'll never claim any network service I run > > will be reliable :) > > Hehehe. I guess that's why the public-inbox is backed by a Git > repository... BTW is it auto-mirrored anywhere? Yep, and the code is AGPL so others can always replicate it. I just have the onions mentioned at the bottom of the HTML pages running something like: torsocks git fetch && public-inbox-index && sleep 30 in a loop[1]. http://hjrcffqmbrq6wope.onion/git http://czquwvybam4bgbro.onion/git I do encourage anybody who is able to, to run their own mirrors (off their existing email subscription) so my MX doesn't become an SPOF, either. I sorta documented it in my original announcement: https://public-inbox.org/git/20160710004813.GA20210@dcvr.yhbt.net/ https://public-inbox.org/INSTALL Feel free to ask me (+ meta@public-inbox.org) for install/running questions related to public-inbox (haven't gotten to making it work outside of Debian stable, though). [1] one of my far-off goals for git be: "git fetch --wait-for-update" to avoid needless wakeups