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 DA4BD138334 for ; Sun, 9 Sep 2018 19:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94B0FE09FE; Sun, 9 Sep 2018 19:05:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6738EE09FE for ; Sun, 9 Sep 2018 19:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 062CF3408F9 for ; Sun, 9 Sep 2018 19:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B5E03B1 for ; Sun, 9 Sep 2018 19:04:57 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1536519650.6ce9b6a5ad3e33c7bda9cefcd05f79eaf7e86ce9.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 6ce9b6a5ad3e33c7bda9cefcd05f79eaf7e86ce9 X-VCS-Branch: master Date: Sun, 9 Sep 2018 19:04:57 +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-Archives-Salt: fea474a9-7a85-49be-9d26-b6f7ae80c270 X-Archives-Hash: 500bc0ec80ff2d96694946d36aa32ebf commit: 6ce9b6a5ad3e33c7bda9cefcd05f79eaf7e86ce9 Author: Aaron W. Swenson gentoo org> AuthorDate: Sun Sep 9 19:00:50 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sun Sep 9 19:00:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce9b6a5 base/use.mask and package.mask: >=postgresql-11 Mask dev-db/postgresql-beta*, and mask postgres_targets_postgres{11,12}. While beta and rc are feature frozen, they’re not generally safe for production use. profiles/base/use.mask | 8 ++++++++ profiles/package.mask | 14 ++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 560311c4175..6082a468925 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Aaron W. Swenson (09 Sep 2018) +# Mask PostgreSQL 12 while in (pre-)alpha. +postgres_targets_postgres12 + +# Aaron W. Swenson (09 Sep 2018) +# Mask PostgreSQL 11 while in beta/RC. +postgres_targets_postgres11 + # Brian Evans (10 Aug 2018) # Mask PHP 7.3 target while in beta php_targets_php7-3 diff --git a/profiles/package.mask b/profiles/package.mask index b2aea1555ba..5bf4759a956 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,20 @@ #--- END OF EXAMPLES --- +# Aaron W. Swenson (09 Sep 2018) +# PostgreSQL beta and release candidate releases are pre-release testing +# versions, not meant for production use. They are feature-frozen, and are +# released to the public for testing before final release +# +# NOTE: Successive beta or candidate releases may not be backwards compatible, +# so it is important that you review the release notes before upgrading. +# +# For more information about beta and release candidate versions, see: +# https://www.postgresql.org/developer/beta/ +=dev-db/postgresql-11_beta1 +=dev-db/postgresql-11_beta2 +=dev-db/postgresql-11_beta3 + # Lars Wendler (05 Sep 2018) # Broken "killall -SIG". Breaks many scripts. # See https://bugs.gentoo.org/664066