From owner-freebsd-git@freebsd.org Thu Jan 14 04:32:02 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 C89BA4D40ED for ; Thu, 14 Jan 2021 04:32:02 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGWcL4xyFz4kwc; Thu, 14 Jan 2021 04:32:02 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.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: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 986372F121; Thu, 14 Jan 2021 04:32:02 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-qk1-f179.google.com with SMTP id d14so5617516qkc.13; Wed, 13 Jan 2021 20:32:02 -0800 (PST) X-Gm-Message-State: AOAM5313VL/c7C8Jybyo6yczmRkvqUQoUUsJcEYmE2kfehYoxoAxfwpO yJGfZTGONhEPg3n4Lgpus7DpH3AcjUFsLEiiGRs= X-Google-Smtp-Source: ABdhPJxyoJ0Wc8W8HcReprth/PGJG5/VrjtyiU1N412Fml0BeTyYY2BZb+ySCe8g461b2utAfuFls6mLdxo8v8N1rbk= X-Received: by 2002:a25:e686:: with SMTP id d128mr323340ybh.127.1610598722222; Wed, 13 Jan 2021 20:32:02 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Li-Wen Hsu Date: Thu, 14 Jan 2021 12:31:50 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Git status update To: Alan Somers Cc: Warner Losh , 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: Thu, 14 Jan 2021 04:32:02 -0000 On Thu, Jan 14, 2021 at 12:07 PM Alan Somers wrote: > Is anybody working on https://ci.freebsd.org/ ? Its stable builders are > working, but the head builders are still stuck on subversion. I'm working on it, and thanks for the help from bdragon@, it has made some good progress but I still need to integrate them to the production server. Best, Li-Wen