From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10858 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl new-year's infrastructure resolutions Date: Mon, 2 Jan 2017 14:18:31 -0500 Message-ID: <20170102191831.GF1555@brightrain.aerifal.cx> References: <20161231233747.GV1555@brightrain.aerifal.cx> <20170102182700.GB16144@wopr> <20170102183652.GD1555@brightrain.aerifal.cx> <20170102161031.49a3f536@rafaela> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1483384733 6306 195.159.176.226 (2 Jan 2017 19:18:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2017 19:18:53 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10871-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 02 20:18:45 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cO883-0000nr-ML for gllmg-musl@m.gmane.org; Mon, 02 Jan 2017 20:18:43 +0100 Original-Received: (qmail 5903 invoked by uid 550); 2 Jan 2017 19:18:46 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5881 invoked from network); 2 Jan 2017 19:18:45 -0000 Content-Disposition: inline In-Reply-To: <20170102161031.49a3f536@rafaela> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10858 Archived-At: On Mon, Jan 02, 2017 at 04:10:31PM -0300, Matias A. Fonzo wrote: > Hello Rich, > > On Mon, 2 Jan 2017 13:36:52 -0500 > Rich Felker wrote: > > > On Mon, Jan 02, 2017 at 10:27:00AM -0800, Kurt H Maier wrote: > > > On Mon, Jan 02, 2017 at 06:39:37AM +0000, Khem Raj wrote: > > > > Have you considered github > > > > > > The biggest problem with using github for this is that users will > > > then be required to have github accounts to file issues. Good > > > issue trackers do not put this burden on reporters. > > > > While I agree it's a burden to require that, it's also a convenience > > to be able to use an existing identity (especially if you're given a > > choice of which identity provider to use, which is not the case with > > github of course) rather than having to create a new account to report > > bugs. It would be nice if we could allow that but I don't see the > > capaibility in any existing issue trackers. > > Have you taken a look at http://fossil-scm.org ? >From what I can tell it seems to want to replace git rather than being able to integrate with git, which seems like something of a show-stopper. Rich