From owner-freebsd-git@freebsd.org Fri Jan 29 21:06:47 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 4FF034F9297 for ; Fri, 29 Jan 2021 21:06:47 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) (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 4DS8zC1j2bz3wLZ; Fri, 29 Jan 2021 21:06:47 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ot1-f50.google.com with SMTP id i20so9969824otl.7; Fri, 29 Jan 2021 13:06:47 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=n3JbM9ioAHLPPQdC8plMYJENZjaUEhzTLvPUxK1nx2k=; b=aokRHQbotLkz+zSTyIZcVbdgWXhYylZGYGUHOAo/zouo5lhmAIMzPeUB2jqHgzWDvt Dd3gZTEe9N2SYvx7+LQiY+iRCiuaYGiya7Aa8YIx0yufLMjT5e8m4AQjEmeHN6DNMIo+ N4yFZDw/xL+p4KirxQ3rdtl0DAQdke4i+/1yLxpQkdUBby6wDnsvO+8QQgpj83X44OVS dysHXHo+znLDyoy1oep/0FXHLzKDrJkDgsGMxZJURBWY5euQx/0u3sKQ5YdX+F6i7X5D gVH164av6Ib7KEVxXZlsC1MIkM0aaOfQo+rAzrbvOA4IzLVAGmlqqzGupj2lsbpRoIU/ 2Iuw== X-Gm-Message-State: AOAM533jZQjBW2w3t9zbGYFDTgKuvqU0t/hBccojmiOU+7RcBhVTDmrW hb+1WL2HyJO05v5LkMytW+3bIliq2F14vBm0B9mIe5DdyjE= X-Google-Smtp-Source: ABdhPJwE0BS5rztlGC2mh5FmvrsPCpHYFeqWHwjSCSX4kus83auKh5jbCI0fVN5DroiaafsCpFkFD6ameVof+OUwlYQ= X-Received: by 2002:a05:6830:22f8:: with SMTP id t24mr4098721otc.18.1611954405644; Fri, 29 Jan 2021 13:06:45 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Fri, 29 Jan 2021 14:06:34 -0700 Message-ID: Subject: Re: git transition plan for base/user/cperciva/freebsd-update-build To: Juraj Lutter Cc: freebsd-git , Gordon Tetlow , Colin Percival X-Rspamd-Queue-Id: 4DS8zC1j2bz3wLZ 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: Fri, 29 Jan 2021 21:06:47 -0000 On Fri, Jan 29, 2021 at 1:28 PM Juraj Lutter wrote: > > > > On 29 Jan 2021, at 21:12, Alan Somers wrote: > > > > What is the plan to transition the > > https://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/ > code? > > It's not really a branch of src; it's more like an independent project. > > Will it be getting its own repository? > > This is a good question. The other question is if it could be simplified > somehow, > for use cases where users do not want/need patches and only want to build > updates for > their running systems for regular maintenance. > For users who don't need patches? Do you mean as a substitute for the old: $ cd /usr/src $ svn up $ make buildworld $ make buildkernel Or by "don't need patches", do you mean building updates based on tracking stable/12 instead of downloading the security advisory patches? I don't think the former makes sense. For just one system, building world and kernel by hand is much easier than using freebsd-update-build. -Alan