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: Continuous integration Date: Wed, 22 Mar 2017 09:14:58 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k27h8ncd.fsf@lifelogs.com> References: <87a88emy62.fsf@luca> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1490188538 3179 195.159.176.226 (22 Mar 2017 13:15:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 22 Mar 2017 13:15:38 +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 Wed Mar 22 14:15:34 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 1cqg6l-00081m-PQ for ged-emacs-devel@m.gmane.org; Wed, 22 Mar 2017 14:15:23 +0100 Original-Received: from localhost ([::1]:51034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqg6r-00013K-T5 for ged-emacs-devel@m.gmane.org; Wed, 22 Mar 2017 09:15:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqg6l-000132-J0 for emacs-devel@gnu.org; Wed, 22 Mar 2017 09:15:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqg6h-0003fE-Hq for emacs-devel@gnu.org; Wed, 22 Mar 2017 09:15:23 -0400 Original-Received: from [195.159.176.226] (port=56787 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cqg6h-0003ee-BI for emacs-devel@gnu.org; Wed, 22 Mar 2017 09:15:19 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cqg6T-0006RY-T2 for emacs-devel@gnu.org; Wed, 22 Mar 2017 14:15:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 49 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:6mvzBJw6hyrvtJXz6ytYBJEESpg= 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:213227 Archived-At: On Wed, 22 Mar 2017 09:46:40 +0100 (CET) Toon Claes wrote: TC> Some time ago Ted Zlatanov proposed to use GitLab to improve the TC> development process: TC> http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00937.html TC> GitLab could take care of running CI, because it runs CI when commits TC> gets pushed to it. Absolutely. I think the benefits reach beyond that--especially if a pull request workflow could be set up. Right now it's "push into branch; ask for comments" which is delightfully retro. Together with per-branch CI (so the changes on the branch can be tested before they are merged, as opposed to post-merge) this could result in a greatly improved developer experience. (Hydra is a good service, but it doesn't offer that level of integration currently, and I think it would be a bit harder to set that up.) TC> I know several people on this list are not familiar with TC> GitLab/GitHub/BitBucket, that's why Ted asked TC> savannah-hackers-public@gnu.org if it was possible to run a GitLab TC> installation on FSF/GNU hardware, but I've never heard anything else TC> from it. TC> http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg01133.html Also note the recent discussion about why the Docker Hub web site's Javascript usage made the Docker Hub service unacceptable. I hope we don't waste time on discussing a GitLab installation if it doesn't fit that specific requirement (since it runs a web server). TC> I think it could be really interesting to give GitLab a try in the Emacs TC> development workflow. And I am also willing to help to set this up. Same here. On Wed, 22 Mar 2017 13:16:39 +0100 Thien-Thi Nguyen wrote: TN> (tangent) I tried to create GitLab account several times but it TN> gave me a 422 error (w/o further explanation) each time. What's TN> the probem, i wonder? My creds ain't good enough, i suppose... Oh, you mean the GitLab hosted CI/CD accounts on gitlab.com. Toon and I are proposing something different: a FSF/GNU hosted installation of the GPL-ed GitLab software on local hardware. Ted