From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86672 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: proposal: upgrade Gnus Git repo to GitLab server Date: Mon, 25 Jan 2016 10:22:50 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87h9i1ptth.fsf@lifelogs.com> References: <87oaf0sr6g.fsf@lifelogs.com> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453735423 12728 80.91.229.3 (25 Jan 2016 15:23:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Jan 2016 15:23:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34898@lists.math.uh.edu Mon Jan 25 16:23:32 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aNizI-00047C-UE for ding-account@gmane.org; Mon, 25 Jan 2016 16:23:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aNiyx-0004gT-0O; Mon, 25 Jan 2016 09:23:07 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aNiyv-0004fz-55 for ding@lists.math.uh.edu; Mon, 25 Jan 2016 09:23:05 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aNiyu-0004ht-7j for ding@lists.math.uh.edu; Mon, 25 Jan 2016 09:23:05 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1aNiys-0006VM-S1 for ding@gnus.org; Mon, 25 Jan 2016 16:23:02 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aNiyl-0003tH-P0 for ding@gnus.org; Mon, 25 Jan 2016 16:22:55 +0100 Original-Received: from 98.229.60.157 ([98.229.60.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2016 16:22:55 +0100 Original-Received: from tzz by 98.229.60.157 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2016 16:22:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 98.229.60.157 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 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:GMmgkHWy1zKs++13O+HogC4C3XU= X-Spam-Score: -0.1 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86672 Archived-At: On Wed, 11 Nov 2015 06:37:11 -0500 Ted Zlatanov wrote: TZ> Lars and others, I'm putting this out for the whole list: TZ> I think GitLab would be a good choice for the Gnus Git repo. TZ> The community edition is free according to TZ> https://gitlab.com/gitlab-org/gitlab-ce/blob/master/LICENSE TZ> It offers many features we could use. The downside is that it's probably TZ> best to install it on a dedicated server; it's a Ruby on Rails app. It TZ> can be installed via packages, in any case: TZ> https://about.gitlab.com/downloads/ offers CentOS, Debian, and Ubuntu TZ> packages. Plus Raspberry Pi Raspbian, of course, for that very demanding TZ> group of 3 people :) TZ> I think it would make some things easier, especially pull ("merge") TZ> requests for quick changes because you can edit files right in the web TZ> browser to propose a change. It's also a bit more secure than our TZ> current setup. And most importantly, the current workflows won't change. Never mind on this, since development is moving to Emacs anyhow. Ted