From owner-dev-commits-src-all@freebsd.org Thu Feb 18 10:19:08 2021 Return-Path: Delivered-To: dev-commits-src-all@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 0D64A532A06; Thu, 18 Feb 2021 10:19:08 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) (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 4Dh9fg6sfpz3n1W; Thu, 18 Feb 2021 10:19:07 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-ej1-f46.google.com with SMTP id g5so4566442ejt.2; Thu, 18 Feb 2021 02:19:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=FkwOadppfJpiHj3u2c/OLplqR9BqZg/VDaiHuBPxGy4=; b=jX1mtr3DMAkLQ10HLkbHK2yt2qqvN//QFEnTNELt0qrtlpomcqWKUkM0cs1fOErwBp SSWHxNN8voGmegjC0dTpVZvI03je+UMAJY0RxHSF2kLc/eDpXFRTo4PnYB7S7Pj+RlJI YFT6qAG4Bef0mB/o60AoqEJAAXpU6L/S04Ezk9NMZHG1YBm3ShsZ6cD3/5hXN5fusDyB u0grHCwbiqijj1BR/B3DefLfEpoEIFM7CqxsnLK0yZgxy8+YTk1dTxVaiHT5c40gqa8E HXYNSo5Y7+TOVxtvhsaGVVW3n8/s+IjiS8ayKjsujerIPTtMVZWHZ2t+EmszrCwx9Qqe gfmw== X-Gm-Message-State: AOAM533LE12poR3FKBl6a6myvkUCumCoZoNZiyXte06G4KbwQ5GREOWP uReN7sfyPAbkrcxyZBWGYThAMC4PahUzcQ== X-Google-Smtp-Source: ABdhPJwR4bRKWgONOVD93QkUNuAGp8fSTGRbsfXJifn/v/azcDuwih8TS6lVS16iiT5TbjFevnpjWw== X-Received: by 2002:a17:906:c049:: with SMTP id bm9mr3169788ejb.535.1613643546308; Thu, 18 Feb 2021 02:19:06 -0800 (PST) Received: from [192.168.0.202] (ip5f5af629.dynamic.kabel-deutschland.de. [95.90.246.41]) by smtp.gmail.com with ESMTPSA id b17sm2418703edv.56.2021.02.18.02.19.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 18 Feb 2021 02:19:05 -0800 (PST) Subject: Re: git: f61e92ca5a23 - main - release: permanently remove the 'reldoc' target and associates To: Glen Barber , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202102180400.11I40MEe041138@gitrepo.freebsd.org> From: Mateusz Piotrowski <0mp@FreeBSD.org> Message-ID: Date: Thu, 18 Feb 2021 11:19:45 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <202102180400.11I40MEe041138@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4Dh9fg6sfpz3n1W X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 10:19:08 -0000 Hi Glen, On 18/02/2021 05:00, Glen Barber wrote: > The branch main has been updated by gjb: > > URL: https://cgit.FreeBSD.org/src/commit/?id=f61e92ca5a23450bc28169bbdd71d7674df98c19 > > commit f61e92ca5a23450bc28169bbdd71d7674df98c19 > Author: Glen Barber > AuthorDate: 2021-02-18 04:00:03 +0000 > Commit: Glen Barber > CommitDate: 2021-02-18 04:00:03 +0000 > > release: permanently remove the 'reldoc' target and associates > > Following 7b1d1a1658ffb69eff93afc713f9e88ed8b20eac, the structure > for the reldoc target has significantly changed as result of the > ASCIIDoctor/Hugo migration. As the release notes related files > on the installation medium are inherently out of date, purge them > entirely. > We've got to update the release(7) manual after this commit. I've opened a PR on Bugzilla for that: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253615 Cheers, Mateusz