From owner-freebsd-git@freebsd.org Thu Apr 29 22:43: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 740AC5E033C for ; Thu, 29 Apr 2021 22:43:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oo1-f44.google.com (mail-oo1-f44.google.com [209.85.161.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4FWVs62lSyz3Lnb; Thu, 29 Apr 2021 22:43:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oo1-f44.google.com with SMTP id i20-20020a4a8d940000b02901bc71746525so15066746ook.2; Thu, 29 Apr 2021 15:43:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pDtdP9BE7AtleMERC9d/Epg1qzinI3ICPbJgHAxL6tE=; b=paV+692SU+Y1p7C5jy1VCygwueCTFIZthEmWFHvWiLG5ugdOUYoo2rFfCOL4gZX926 HxGoGv4h+BukBSj4ywYwZfVSgq4yDefjh0U0hb0fcs1sayougzrgpTdpczMffJou7jqW rzQqPSywTWk9sPPSXNcgTknml2hFwvediNBxr0bzf/2hquZC+9+bi+Q0ZaqjgYUOLMpU NPR1nK3cbuh3VdjNauUpvbMQvJmBHeRE7wSaH6Zm+tdYZuyKVEanh7egH1K9x/szwKPZ pTTvtVHSUNTU4la0wFkj/3wVGEepT7Pqe/cuagy8CLbzuGiNTo4ak6qxslSsoiizVUpl URqg== X-Gm-Message-State: AOAM531nm2hedflTHdBzs68Mvb1WjgUGZkWv/zolkAOQNMoeffgbKbpw kE9iCKyUmW5a0ma2IdUv6OQlyIoGF/4SjJx7/c03xq0X X-Google-Smtp-Source: ABdhPJzDqtUxCcmEeWfW9fo6Hc77jQshozZdBRdNYRSU1KfIp2mwqHD8IyWfqAK/MAuM8CjhnaGV5a4es8D1mlRqVEU= X-Received: by 2002:a4a:8dd6:: with SMTP id a22mr1888754ool.74.1619736200641; Thu, 29 Apr 2021 15:43:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Thu, 29 Apr 2021 16:43:09 -0600 Message-ID: Subject: Re: Migrating freebsd-update-build to git To: Li-Wen Hsu Cc: freebsd-git X-Rspamd-Queue-Id: 4FWVs62lSyz3Lnb X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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:43:22 -0000 On Thu, Apr 29, 2021 at 4:28 PM Li-Wen Hsu wrote: > 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 > Thanks so much!