Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Sat, 25 May 2019 10:58:42
Message-Id: 1558780394.516b5281bb0ed072547c2572ec8bfed3bfcef303.titanofold@gentoo
1 commit: 516b5281bb0ed072547c2572ec8bfed3bfcef303
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 10:27:01 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 10:33:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516b5281
7
8 package.mask: Improve dev-db/postgresql:12 message
9
10 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
11
12 profiles/package.mask | 10 +++++++++-
13 1 file changed, 9 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/package.mask b/profiles/package.mask
16 index c620fef3125..9666ecde52c 100644
17 --- a/profiles/package.mask
18 +++ b/profiles/package.mask
19 @@ -44,7 +44,15 @@ net-misc/mindterm
20 dev-util/pmd
21
22 # Patrick Lauer <patrick@g.o> (23 May 2019)
23 -# Mask postgresql:12, beta/rc shouldn't be visible by default
24 +# PostgreSQL beta and release candidate releases are pre-release testing
25 +# versions, not meant for production use. They are feature-frozen, and are
26 +# released to the public for testing before final release
27 +#
28 +# NOTE: Successive beta or candidate releases may not be backwards compatible,
29 +# so it is important that you review the release notes before upgrading.
30 +#
31 +# For more information about beta and release candidate versions, see:
32 +# https://www.postgresql.org/developer/beta/
33 dev-db/postgresql:12
34
35 # Stefan Strogin <steils@g.o> (23 May 2019)