Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
Date: Sun, 09 Sep 2018 19:05:03
Message-Id: 1536519650.6ce9b6a5ad3e33c7bda9cefcd05f79eaf7e86ce9.titanofold@gentoo
1 commit: 6ce9b6a5ad3e33c7bda9cefcd05f79eaf7e86ce9
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 19:00:50 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 19:00:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce9b6a5
7
8 base/use.mask and package.mask: >=postgresql-11
9
10 Mask dev-db/postgresql-beta*, and mask postgres_targets_postgres{11,12}.
11
12 While beta and rc are feature frozen, they’re not generally safe for production
13 use.
14
15 profiles/base/use.mask | 8 ++++++++
16 profiles/package.mask | 14 ++++++++++++++
17 2 files changed, 22 insertions(+)
18
19 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
20 index 560311c4175..6082a468925 100644
21 --- a/profiles/base/use.mask
22 +++ b/profiles/base/use.mask
23 @@ -4,6 +4,14 @@
24 # This file is only for generic masks. For arch-specific masks (i.e.
25 # mask everywhere, unmask on arch/*) use arch/base.
26
27 +# Aaron W. Swenson <titanofold@g.o> (09 Sep 2018)
28 +# Mask PostgreSQL 12 while in (pre-)alpha.
29 +postgres_targets_postgres12
30 +
31 +# Aaron W. Swenson <titanofold@g.o> (09 Sep 2018)
32 +# Mask PostgreSQL 11 while in beta/RC.
33 +postgres_targets_postgres11
34 +
35 # Brian Evans <grknight@g.o> (10 Aug 2018)
36 # Mask PHP 7.3 target while in beta
37 php_targets_php7-3
38
39 diff --git a/profiles/package.mask b/profiles/package.mask
40 index b2aea1555ba..5bf4759a956 100644
41 --- a/profiles/package.mask
42 +++ b/profiles/package.mask
43 @@ -29,6 +29,20 @@
44
45 #--- END OF EXAMPLES ---
46
47 +# Aaron W. Swenson <titanofold@g.o> (09 Sep 2018)
48 +# PostgreSQL beta and release candidate releases are pre-release testing
49 +# versions, not meant for production use. They are feature-frozen, and are
50 +# released to the public for testing before final release
51 +#
52 +# NOTE: Successive beta or candidate releases may not be backwards compatible,
53 +# so it is important that you review the release notes before upgrading.
54 +#
55 +# For more information about beta and release candidate versions, see:
56 +# https://www.postgresql.org/developer/beta/
57 +=dev-db/postgresql-11_beta1
58 +=dev-db/postgresql-11_beta2
59 +=dev-db/postgresql-11_beta3
60 +
61 # Lars Wendler <polynomial-c@g.o> (05 Sep 2018)
62 # Broken "killall -SIG". Breaks many scripts.
63 # See https://bugs.gentoo.org/664066