From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: GitLab CI setup file in scratch/tzz/gitlab Date: Thu, 27 Apr 2017 12:16:30 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zif1n7vl.fsf@lifelogs.com> References: <87shkvnh2z.fsf@lifelogs.com> <83inlrngte.fsf@gnu.org> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1493309843 6580 195.159.176.226 (27 Apr 2017 16:17:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2017 16:17:23 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 27 18:17:18 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3m6Y-0001cL-9q for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2017 18:17:18 +0200 Original-Received: from localhost ([::1]:33260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3m6d-0005Fq-NT for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2017 12:17:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3m5z-0005Fi-5h for emacs-devel@gnu.org; Thu, 27 Apr 2017 12:16:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3m5w-0000xA-Gr for emacs-devel@gnu.org; Thu, 27 Apr 2017 12:16:43 -0400 Original-Received: from [195.159.176.226] (port=33599 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d3m5w-0000we-9m for emacs-devel@gnu.org; Thu, 27 Apr 2017 12:16:40 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d3m5n-0000kk-Au for emacs-devel@gnu.org; Thu, 27 Apr 2017 18:16:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 53 Original-X-Complaints-To: usenet@blaine.gmane.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Cancel-Lock: sha1:HW5aEzm9iqTR6QYbRLrMo7Irlyg= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:214354 Archived-At: On Wed, 26 Apr 2017 21:51:09 +0300 Eli Zaretskii wrote: >> From: Ted Zlatanov >> Date: Wed, 26 Apr 2017 14:45:24 -0400 >> >> I've pushed a .gitlab-ci.yml file to the branch scratch/tzz/gitlab >> >> Merging that branch and letting me and Toon maintain that file would >> make it much easier to support https://gitlab.com/emacs-ci/emacs and >> further evaluate its viability as a CI service. EZ> Frankly, I don't understand why this file should be part of the Emacs EZ> repository. For starters, it seems to be Debian-specific. And if it EZ> should be in our repository, its place is definitely wrong, it should EZ> be somewhere under admin/. The contents and location are annoyingly necessary in order to try out Gitlab as a CI service. On Thu, 27 Apr 2017 17:23:54 +0300 Eli Zaretskii wrote: EZ> OK, but why should the Emacs repository keep this file and maintain EZ> it? It looks simple enough for the interested users to have it on EZ> their systems, and GitLab looks like a full repository anyway, so EZ> maybe the file should be maintained there? Or we could have a small EZ> note file in admin/notes telling the interested users to create such a EZ> file if they want. Because it's a pain otherwise. If we use Gitlab CI more fully, we have to keep it there. They are working on allowing the location to be flexible: https://gitlab.com/gitlab-org/gitlab-ce/issues/15041 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5682 so this is probably not a long-term problem. On Thu, 27 Apr 2017 17:59:30 +0300 Eli Zaretskii wrote: EZ> I don't understand this attack. We didn't yet decide that this site EZ> will be our CI site. Until we do, why should we function as someone EZ> else's repository?? I think it's useful, in order to make that evaluation, to allow this hiden file. I don't think it's a big burden for me, and don't expect anyone else to maintain it. On Wed, 26 Apr 2017 22:55:48 +0200 dptd dptd wrote: dd> Sorry for asking stupid questions but… is this some kind of “official” emacs mirror on gitlab? dd> What is the purpose of it? Not an official anything. Just a way to evaluate Gitlab CI against Hydra, Buildbot, and other CI solutions. Ted