From owner-freebsd-git@freebsd.org Thu Apr 29 22:28:22 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 EA6245E008C for ; Thu, 29 Apr 2021 22:28:22 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FWVWp645Xz3L6R; Thu, 29 Apr 2021 22:28:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f173.google.com (mail-yb1-f173.google.com [209.85.219.173]) (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 C2EF8EA7F; Thu, 29 Apr 2021 22:28:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f173.google.com with SMTP id g38so80587038ybi.12; Thu, 29 Apr 2021 15:28:22 -0700 (PDT) X-Gm-Message-State: AOAM532jP4Uo1Yho6Wi+UBgNlfLTQ7D3muQsTKJHAgrEtaCTBj31ysDE fGFxDmCKQHPD89cDpsAZ7oznT3V/W6IwnSEe3Z0= X-Google-Smtp-Source: ABdhPJzh78qDjZZ39S4acViJLh9whhWczqmFhuJjTIvUwYah2usC0qrqsgODHINeZXWWOWyk4Wtoj0wn6SwjDZM7Xec= X-Received: by 2002:a25:885:: with SMTP id 127mr2582311ybi.127.1619735302108; Thu, 29 Apr 2021 15:28:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Li-Wen Hsu Date: Fri, 30 Apr 2021 06:28:12 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Migrating freebsd-update-build to git To: Alan Somers Cc: 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, 29 Apr 2021 22:28:23 -0000 On Fri, Apr 30, 2021 at 6:25 AM Alan Somers wrote: > > Migrating ports to git was a big milestone, but there's at least one other > repository that needs migrating. > https://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/ is used > to build official releases, and it's also used by people who have private > freebsd-update servers. Or I should say, it _was_ used. It's orphaned > code now. Could you please migrate it to git, too? It was moved to: https://github.com/freebsd/freebsd-update-build But I think secteam needs to add 13.0-RELEASE config? Best, Li-Wen