From owner-freebsd-git@freebsd.org Wed Feb 3 21:34:29 2021 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 A3ED652D026 for ; Wed, 3 Feb 2021 21:34:29 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWFLs4DCcz3rn7; Wed, 3 Feb 2021 21:34:29 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 7F524A90; Wed, 3 Feb 2021 21:34:29 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f179.google.com with SMTP id z32so868987qtd.8; Wed, 03 Feb 2021 13:34:29 -0800 (PST) X-Gm-Message-State: AOAM533jmVRUgM5Vpi6ibw4353TajgZQTKqX8O+sITdpC/Vv6Mu8NYZF Cm8Zc6WI+Mi1oaBoT/njAt/t+bnvMoqCT9XseKU= X-Google-Smtp-Source: ABdhPJwEpoDAo22lkdgymfQbSJzNL0pfcJTbbpBzbNvBpQ43F5AoxbCGNPXqtUuzc+L+O4TLANHq+R+0S61dRvbRLuQ= X-Received: by 2002:ac8:59c1:: with SMTP id f1mr4390769qtf.310.1612388068905; Wed, 03 Feb 2021 13:34:28 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Wed, 3 Feb 2021 15:34:14 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Git status update To: Brandon Bergren Cc: Alan Somers , Ryan Libby , John Mehr via freebsd-git Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 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: Wed, 03 Feb 2021 21:34:29 -0000 On Wed, Feb 3, 2021 at 3:31 PM Brandon Bergren wrote: > > On Wed, Feb 3, 2021, at 1:45 PM, Alan Somers wrote: > > > > Ping. We're getting close to 13.0-RELEASE, and it's a real handicap to > > have no working CI. What can we do to fix it? > > -Alan > > Last I heard about it, lwhsu@ was going to get a dev copy of jenkins up to allow testing the massive jjb changes that the git transition entails. > At this point, testing in production seems like a better position to be in than the current situation. :-) Thanks, Kyle Evans