Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 342E7431FBF for ; Thu, 8 May 2014 13:30:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iZUje6h69CnB for ; Thu, 8 May 2014 13:30:23 -0700 (PDT) Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 721EB431FAE for ; Thu, 8 May 2014 13:30:23 -0700 (PDT) Received: by mail-ee0-f46.google.com with SMTP id t10so2059790eei.19 for ; Thu, 08 May 2014 13:30:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=m5t5ZV7ijLUqPlFTSVdHHinJlCOVfCy7VvMHKAHDhuY=; b=00dHfbEw/nj+WvUKgafv+DZzMnU6MzCg2S2LIO/XYAUDulUzmirrAosfaiNnOm/tdt WlSRAahATj5oP7QiVaA5aJhmGhqYQi1ObQ5G72WERFdcmX45m3jYpwnJUAFS9zKX7wC6 25e6TQ/k1ZG2dvio5aJtBbVuFXoFHopYr/jypR1rHM95+4EtB/xRY4WDNywZUBr/CA89 bM7OGCWn/KXQmEJ3Lh0rGsyogviFp0i7jV3DuxFM0URZXvWDqJHXbZhNcEPYxLowEnq5 uqOR+2BNxZjBiFKafOHckQDs5mHbLqaR3v8Bd/jSGlqDvGHld0ZkZsJZtI+Q7lmR8EnO g4BQ== X-Received: by 10.14.87.7 with SMTP id x7mr8165129eee.44.1399581022024; Thu, 08 May 2014 13:30:22 -0700 (PDT) Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id o5sm6546004eeg.8.2014.05.08.13.30.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 May 2014 13:30:21 -0700 (PDT) Sender: Suvayu Ali Date: Thu, 8 May 2014 22:30:19 +0200 From: Suvayu Ali To: notmuch@notmuchmail.org Subject: Re: Github? Message-ID: <20140508203019.GA2374@chitra.no-ip.org> Mail-Followup-To: notmuch@notmuchmail.org References: <87iopgkaiz.fsf@nikula.org> <20140508101325.GC23124@vilya.m0g.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.22.1 (2013-10-16) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 20:30:29 -0000 Hi, Disclaimer: I'm not a developer, just a user who follows the list. On Thu, May 08, 2014 at 01:14:51PM -0700, Wael M. Nasreddine wrote: > On Thu, May 8, 2014 at 12:54 PM, Wael Nasreddine > wrote: > > > Hi everyone, > > > > I didn't see the previous email about it, thank you Jani for the link. It > > looks like you guys have your hands full and everything setup the way you > > like it, so here's what I'll do myself (if it's acceptable with you, > > otherwise I'll just remove everything): > > > > - Revert my changes (except for the CI) > > - Set a cron job to update the mirror hourly for the Github user wanting > > to fork. > > - Remove the Issues, Pull Request and the Wiki > > - Add a "mirror of .." to the description on top of the page > > - Manually update the contrib/ bindings/ as they change in here and maybe > > automate it later. > > > > Can you guys at least consider splitting contrib/ and bindings/ into their > own repo? It will make it easier for people to use the go bindings (for > example) or to include the vim plugin as a submodule (or Vundle bundle). What is the problem if contrib and bindings are part of the main repo? In fact I would argue it is undesirable to split them. If there are major changes in libnotmuch, or the cli, it is much easier to make the corresponding changes in bindings to keep everything working. If there is a separate repo, communicating this dependency, although not impossible, is difficult. I would also like to point out almost all FOSS projects I follow, or contribute to practises this. Just my 2¢. Cheers, -- Suvayu Open source is the future. It sets us free.