From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B083158089 for ; Fri, 15 Sep 2023 15:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B34052BC022; Fri, 15 Sep 2023 15:30:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 474B52BC022 for ; Fri, 15 Sep 2023 15:30:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7255C335D1C for ; Fri, 15 Sep 2023 15:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8CA211A7 for ; Fri, 15 Sep 2023 15:30:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1694791781.ad0ba451bfb78609d86d1b69f2a2c2685e6cea16.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0075.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ad0ba451bfb78609d86d1b69f2a2c2685e6cea16 X-VCS-Branch: master Date: Fri, 15 Sep 2023 15:30:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30795d9f-b562-46fc-80a4-93c4b8f2310b X-Archives-Hash: 5f303acc2659a5ac2ea9d2faa87cb726 commit: ad0ba451bfb78609d86d1b69f2a2c2685e6cea16 Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 15 15:29:41 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 15 15:29:41 2023 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=ad0ba451 glep-0075: Update status of implementation Bug: https://bugs.gentoo.org/784713 Signed-off-by: Ulrich Müller gentoo.org> glep-0075.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/glep-0075.rst b/glep-0075.rst index bfeafc9..413db21 100644 --- a/glep-0075.rst +++ b/glep-0075.rst @@ -7,11 +7,19 @@ Type: Standards Track Status: Final Version: 1 Created: 2018-01-26 -Last-Modified: 2019-11-11 +Last-Modified: 2023-09-15 Post-History: 2018-01-27, 2019-10-24 Content-Type: text/x-rst --- +Status +====== +As of 2019-10-18, the Gentoo Infrastructure team has successfully +deployed the ``filename-hash BLAKE2B 8`` layout on Gentoo mirrors. +The previous flat directory structure has been removed on 2023-09-14 +[#BUG784713]_. + + Abstract ======== This GLEP describes the procedure for splitting the distfiles on mirrors @@ -382,12 +390,12 @@ and maintaining mirrors via ``emirrordist``. The implementation supports both listed layouts, with all hash functions supported by Portage and cutoffs being multiples of 4. -As of 2019-10-18, the Gentoo Infrastructure team has successfully -deployed the ``filename-hash BLAKE2B 8`` layout on Gentoo mirrors. - References ========== +.. [#BUG784713] Bug 784713 - Remove old distfile mirror layout + (https://bugs.gentoo.org/784713) + .. [#DESKTOP_FORMAT] Desktop Entry Specification: Basic format of the file (https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s03.html)