From owner-freebsd-git@freebsd.org Tue Feb 4 14:38:12 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CE29247DA4 for ; Tue, 4 Feb 2020 14:38:12 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48BnNz24qPz40Pb for ; Tue, 4 Feb 2020 14:38:10 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f52.google.com with SMTP id i11so21074524ioi.12 for ; Tue, 04 Feb 2020 06:38:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=CMlPTcIWkGjE0BvBknCr7c9NNCMTXQKBp1pymCs8dog=; b=JvRpNEOw5pTWAUpcLmSLwdm7s6sHEhwyMJqOzno226FVULwG9nSMIlJqblsBP7SZpz jog2767i3v4DLqehWlwTjuEKLE4F0k0ci02RYK9fSMbkUo59IHS8rzXzQHVmtH33bj6A ucp63mndk5Aa6EBpY85uGRScF/UGX+3CdHQwLtpKt3GZyuxzO1ElptpqRK492YqPS+GY FTC46KYWjVMx/V+alBZoamX7CdoRIfjtuvPTppsIZN8FtOuGWQOPSJesc97tbh8bIeb+ Y7JqjXRx0Q3yO66hAEl9OoBBDt9CkPrrVJfs+H2aSAqj1nyx0BgAHz9Jz/E2nmbqByG6 BGGw== X-Gm-Message-State: APjAAAXNFMeiCxFIy4fS66jZ+9owbSdROeuHrFow50s5l5/iBDbAJRNr vVxecPnLMju18DMYZ2eXUuZfb9qF7Tif9kYrWV7YYw== X-Google-Smtp-Source: APXvYqz6uGpcncl44XV/LF2Vai4KZajmJ+uDvLhqKL+Oz+8Q++1kyL8M8N1rDVe5+8puT966BBBl3UkZhlAjVDD3iOg= X-Received: by 2002:a02:37c2:: with SMTP id r185mr20928749jar.8.1580827089340; Tue, 04 Feb 2020 06:38:09 -0800 (PST) MIME-Version: 1.0 From: Ed Maste Date: Tue, 4 Feb 2020 09:37:57 -0500 Message-ID: Subject: Experiences with self-hosted git servers To: freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48BnNz24qPz40Pb X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.52 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-3.80 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-git@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; RCVD_IN_DNSWL_NONE(0.00)[52.166.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-1.80)[ip: (-4.17), ipnet: 209.85.128.0/17(-3.03), asn: 15169(-1.75), country: US(-0.05)]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; DMARC_NA(0.00)[freebsd.org]; RWL_MAILSPIKE_POSSIBLE(0.00)[52.166.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; RCVD_TLS_ALL(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2020 14:38:12 -0000 A remaining task for the Git Working Group is to evaluate and make a recommendation for repository hosting. Both self-hosted and third party services may be examined. There are a number of options for self-hosting, such as Gitea, GitLab, as well as git's plain built-in server. Phabricator (which we use for code reviews) also includes a repository hosting module named Diffusion. I am interested in hearing from FreeBSD users and developers who have used one or more of these, or other Git hosting tools - what worked well, what didn't? What do you wish you had known before getting started?