From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10849 Path: news.gmane.org!.POSTED!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl new-year's infrastructure resolutions Date: Mon, 2 Jan 2017 21:11:45 +0300 (MSK) Message-ID: 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 1483380766 9723 195.159.176.226 (2 Jan 2017 18:12:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2017 18:12:46 +0000 (UTC) User-Agent: Alpine 2.20.13 (LNX 116 2015-12-14) To: musl@lists.openwall.com Original-X-From: musl-return-10862-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 02 19:12:38 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 1cO765-0001ek-G8 for gllmg-musl@m.gmane.org; Mon, 02 Jan 2017 19:12:37 +0100 Original-Received: (qmail 25944 invoked by uid 550); 2 Jan 2017 18:12:40 -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 25926 invoked from network); 2 Jan 2017 18:12:39 -0000 In-Reply-To: <20170102165832.GA1555@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:10849 Archived-At: 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 Importing is also possible. Alexander