From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: debbugs tracker builds character Date: Thu, 21 Jul 2016 17:41:15 +0200 Message-ID: <87y44vt2w4.fsf@engster.org> References: <87y49vz4cg.fsf@acer.localhost.com> <87twg2g86g.fsf@lifelogs.com> <83eg76n5h5.fsf@gnu.org> <87y45eeoor.fsf@lifelogs.com> <577D42BB.1020500@cs.ucla.edu> <87oa694rfw.fsf@russet.org.uk> <837fcxlbay.fsf@gnu.org> <87lh1d2wg5.fsf@russet.org.uk> <83eg75jk5h.fsf@gnu.org> <87lh1cb6p0.fsf@lifelogs.com> <87oa5sa176.fsf_-_@lifelogs.com> <874m7kmkcm.fsf@gmx.de> <871t2o6t94.fsf@gmx.de> <87wpkf6pup.fsf@lifelogs.com> <83zipbxcyu.fsf@gnu.org> <87mvlb6mxc.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1469115753 24227 80.91.229.3 (21 Jul 2016 15:42:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2016 15:42:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 21 17:42:20 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bQG79-0006BW-3O for ged-emacs-devel@m.gmane.org; Thu, 21 Jul 2016 17:42:19 +0200 Original-Received: from localhost ([::1]:41601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQG78-0004JF-Gs for ged-emacs-devel@m.gmane.org; Thu, 21 Jul 2016 11:42:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQG6O-0004H6-1y for emacs-devel@gnu.org; Thu, 21 Jul 2016 11:41:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQG6J-0004EF-RT for emacs-devel@gnu.org; Thu, 21 Jul 2016 11:41:30 -0400 Original-Received: from randomsample.de ([5.45.97.173]:51460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQG6J-0004Cj-Gt for emacs-devel@gnu.org; Thu, 21 Jul 2016 11:41:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=9jgoF4Y8e10ykPNVmyavvtGTDAFtFDXAN+dMrAcwJTY=; b=i3JNrllWUxQOGn4lI9fo+FBYa4KBj+ahm8V5a1iQhl7QZON3seqkEIAZw8YA86zY7Gr+J0DKcC1qIEqbH0W61jePNolT4vIOzlI6aunjXcL35VFU2Ad/p8JPefPY5eZq; Original-Received: from ip4d1680a1.dynamic.kabel-deutschland.de ([77.22.128.161] helo=isaac) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1bQG6C-0003cY-Gc for emacs-devel@gnu.org; Thu, 21 Jul 2016 17:41:20 +0200 In-Reply-To: <87mvlb6mxc.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 21 Jul 2016 11:17:03 -0400") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205973 Archived-At: Ted Zlatanov writes: > On Thu, 21 Jul 2016 17:50:01 +0300 Eli Zaretskii wrote:=20 > EZ> If you expect an answer from me, then I don't have enough information > EZ> to do that. I never worked with Gitlab, have only a casual > EZ> familiarity with Github, and don't have any clear idea of what would > EZ> that mean for the process. Someone=E2=84=A2 will have to set up a te= st > EZ> repository which can be freely played with, and provide enough > EZ> instructions for the relevant frequent ops to allow some first-hand > EZ> experience with Gitlab (or whatever). Only then I will be able to say > EZ> something intelligent. > > The license is the first issue, before we do that work. Gitlab is not > GPL: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/LICENSE > > Is that acceptable? According to the "GNU ethical repository criteria" GitLab currently has grade C, meaning "Acceptable hosting for a GNU package", and is actually pretty close to grade B ("Good enough to recommend"). See https://www.gnu.org/software/repo-criteria-evaluation.html -David