From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 58AB1431FBF for ; Thu, 8 May 2014 20:17:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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 ZFolaXqcpnfw for ; Thu, 8 May 2014 20:17:33 -0700 (PDT) X-Greylist: delayed 516 seconds by postgrey-1.32 at olra; Thu, 08 May 2014 20:17:33 PDT Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9A7ED431FAE for ; Thu, 8 May 2014 20:17:33 -0700 (PDT) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id DD592215AE; Thu, 8 May 2014 23:08:51 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Thu, 08 May 2014 23:08:51 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=qmx.me; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:content-transfer-encoding:in-reply-to; s=mesmtp; bh=lR0NUA2ujxFCHROUMjC+5lfykUw=; b=Og8oOOMtdHH0wyXnK2IAHxJQgoBJ fHHHAO35wxb27HiPKiZC5WggWw3ECqNkXjyrNJ5S20XFwo+44D2wvlWdoRzcLuX9 1GneP7qCyfyu5Dw6FQB9FXcT86AmgtKnMtriNp44PpWj+3YC5okJlbTOQ+OlQobv 4+3bsm9eNOMOOIM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:content-transfer-encoding :in-reply-to; s=smtpout; bh=lR0NUA2ujxFCHROUMjC+5lfykUw=; b=lWb5 Xt0P5Yn34vtCu0pzBfJf4QoBhOJ2IT+QNuqNHKD65tLG8lcok3Nc8fL5QkPp7Ymt krfBUKlVRyvUc0ksnkBirb0SX9cPNFtmZYtIFhyuCImMjnF60bHxZ9CKoM+wTu3Q 9aF5Gv79bzopzxzdx+j+cs+h1gQ79WG60/jnARU= X-Sasl-enc: 0KLIxkHR6SnzMWamO4Cf+PdLg9wRyPSGeGEsAtYRKQAq 1399604931 Received: from localhost (unknown [189.46.148.241]) by mail.messagingengine.com (Postfix) with ESMTPA id 4CE4768010F; Thu, 8 May 2014 23:08:51 -0400 (EDT) Date: Fri, 9 May 2014 00:08:55 -0300 From: Douglas Campos To: "W. Trevor King" Subject: Re: Github? Message-ID: <20140509030855.GL1275@rohan.local> References: <87iopgkaiz.fsf@nikula.org> <20140508101325.GC23124@vilya.m0g.net> <874n0zvqrx.fsf@maritornes.cs.unb.ca> <20140508234945.GW28634@odin.tremily.us> <536c40b5e5333_741a161d310e2@nysa.notmuch> <20140509030156.GY28634@odin.tremily.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20140509030156.GY28634@odin.tremily.us> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: notmuch@notmuchmail.org 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: Fri, 09 May 2014 03:17:41 -0000 On Thu, May 08, 2014 at 08:01:56PM -0700, W. Trevor King wrote: > Agreed. The only problem I'd have is that you'd want to say that the > GitHub repo was a mirror, since the primary repo would still be > git://notmuchmail.org/git/notmuch. If it's a mirror, I think it > should mirror all refs on the main repo [1] without adding new ones. > I'm happy for 'travis-ci' branches and whatnot in repositories that > don't claim to mirror the notmuchmail.org repo. I'm also happy to > have the Travis config upstream (in any branch), in which case it > would show up in the mirror. I just don't think it's a good idea to > have tweaks on a “mirror” that aren't upstream, even if it doesn't > effect any upstream refs. Then just email support@github.com and I'm sure they will be happy to setup the repo as a mirror like they've did for some apache projects like cordova[1]. [1]:https://github.com/apache/cordova-cli -- qmx