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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD1E3138359 for ; Thu, 22 Oct 2020 15:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62A67E0857; Thu, 22 Oct 2020 15:35:27 +0000 (UTC) Received: from mx1.scent-team.com (mx1.scent-team.com [70.44.160.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D085E084A for ; Thu, 22 Oct 2020 15:35:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at scent-team.com Received: from rukia.scent-team.com (akame.wilkesbarre.scent-team.local [192.168.123.75]) by mx1.scent-team.com (Postfix) with ESMTP id 4CHBJY46JTzBZF4M for ; Thu, 22 Oct 2020 11:35:25 -0400 (EDT) From: Brian Evans Date: Thu, 22 Oct 2020 11:17:50 -0400 Subject: [gentoo-dev] [PATCH] profiles: Reorder AMD64 profile list to place 17.1 on top To: gentoo-dev@lists.gentoo.org Message-Id: <1603380925.582208.26354@rukia.scent-team.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 456bdc5c-4042-4eb6-b8b0-509884533eef X-Archives-Hash: 4c84ac60d637af02c9352568dd5e58f8 Users frequently are choosing the wrong profile versions in new installs and accidentally downgrading to 17.0 with some saying they see it first. A simple reordering could help new installs. Since we do not guarantee ordering, any automated tooling concerns should not be an issue because the full profile name can always be used. Signed-off-by: Brian Evans --- profiles/profiles.desc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index b45e918984a..aa1770a7840 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -14,24 +14,6 @@ alpha default/linux/alpha/17.0/desktop/gnome stable alpha default/linux/alpha/17.0/desktop/gnome/systemd stable alpha default/linux/alpha/17.0/developer stable -# AMD64 Profiles -# @MAINTAINER: amd64@gentoo.org -amd64 default/linux/amd64/17.0 stable -amd64 default/linux/amd64/17.0/selinux stable -amd64 default/linux/amd64/17.0/hardened stable -amd64 default/linux/amd64/17.0/hardened/selinux stable -amd64 default/linux/amd64/17.0/desktop stable -amd64 default/linux/amd64/17.0/desktop/gnome stable -amd64 default/linux/amd64/17.0/desktop/gnome/systemd stable -amd64 default/linux/amd64/17.0/desktop/plasma stable -amd64 default/linux/amd64/17.0/desktop/plasma/systemd stable -amd64 default/linux/amd64/17.0/developer stable -amd64 default/linux/amd64/17.0/no-multilib stable -amd64 default/linux/amd64/17.0/no-multilib/hardened stable -amd64 default/linux/amd64/17.0/no-multilib/hardened/selinux stable -amd64 default/linux/amd64/17.0/systemd stable -amd64 default/linux/amd64/17.0/x32 dev - # SYMLINK_LIB=no profiles # Run app-portage/unsymlink-lib *before* switching the profile. # @MAINTAINER: mgorny@gentoo.org @@ -50,6 +32,24 @@ amd64 default/linux/amd64/17.1/no-multilib/hardened stable amd64 default/linux/amd64/17.1/no-multilib/hardened/selinux stable amd64 default/linux/amd64/17.1/systemd stable +# AMD64 Profiles +# @MAINTAINER: amd64@gentoo.org +amd64 default/linux/amd64/17.0 stable +amd64 default/linux/amd64/17.0/selinux stable +amd64 default/linux/amd64/17.0/hardened stable +amd64 default/linux/amd64/17.0/hardened/selinux stable +amd64 default/linux/amd64/17.0/desktop stable +amd64 default/linux/amd64/17.0/desktop/gnome stable +amd64 default/linux/amd64/17.0/desktop/gnome/systemd stable +amd64 default/linux/amd64/17.0/desktop/plasma stable +amd64 default/linux/amd64/17.0/desktop/plasma/systemd stable +amd64 default/linux/amd64/17.0/developer stable +amd64 default/linux/amd64/17.0/no-multilib stable +amd64 default/linux/amd64/17.0/no-multilib/hardened stable +amd64 default/linux/amd64/17.0/no-multilib/hardened/selinux stable +amd64 default/linux/amd64/17.0/systemd stable +amd64 default/linux/amd64/17.0/x32 dev + # ARM Profiles # @MAINTAINER: arm@gentoo.org arm default/linux/arm/17.0 stable -- 2.29.0