From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10851 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 13:23:19 -0500 Message-ID: <20170102182319.GB1555@brightrain.aerifal.cx> References: <20161231233747.GV1555@brightrain.aerifal.cx> <20170102165832.GA1555@brightrain.aerifal.cx> 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 1483381424 5060 195.159.176.226 (2 Jan 2017 18:23:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2017 18:23:44 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10864-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 02 19:23:40 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 1cO7Gd-0008CG-Mz for gllmg-musl@m.gmane.org; Mon, 02 Jan 2017 19:23:31 +0100 Original-Received: (qmail 1341 invoked by uid 550); 2 Jan 2017 18:23:33 -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 32767 invoked from network); 2 Jan 2017 18:23:33 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10851 Archived-At: On Mon, Jan 02, 2017 at 09:11:45PM +0300, Alexander Monakov wrote: > On Mon, 2 Jan 2017, Rich Felker wrote: > > > Have you considered github > > > > Aside from that, using github for your issue tracker seems like a big > > commitment/lock-in, if you want issue history to be something stable > > and permanent, since I don't see any way to import/export the data. > > I don't see why you say this; ways to work with issue data programmatically > are documented at https://developer.github.com/v3/ (they use JSON). > > For example, this query gives you JSON dump of musl-cross-make issues: > > curl -i https://api.github.com/repos/richfelker/musl-cross-make/issues Thanks, I wasn't aware of that. I think that makes it a lot more plausible as a temporary solution for projects that want to move to their own infrastructure at some point in the future, including possibly for us, though I think we have other good leads now. > Importing is also possible. How do they (or rather do they) prevent you from falsifying posts by other users in abusive ways? Rich