Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/13.0/, profiles/default/linux/amd64/17.0/, ...
Date: Fri, 08 Dec 2017 14:15:14
Message-Id: 1512742491.4aac3db9d0589015f746ebe155c54fab4374aff5.mgorny@gentoo
1 commit: 4aac3db9d0589015f746ebe155c54fab4374aff5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 14:33:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 8 14:14:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aac3db9
7
8 profiles: Refactor amd64 profile inheritance to per-version (NFC)
9
10 Refactor the inheritance of arch/amd64 profile by moving it from
11 default/linux/amd64 profile to the versioned sub-profiles. This will
12 make it easier to use different variants of the top profile
13 in specific subprofiles.
14
15 profiles/default/linux/amd64/13.0/parent | 1 +
16 profiles/default/linux/amd64/17.0/parent | 1 +
17 profiles/default/linux/amd64/dev/parent | 1 +
18 profiles/default/linux/amd64/parent | 1 -
19 4 files changed, 3 insertions(+), 1 deletion(-)
20
21 diff --git a/profiles/default/linux/amd64/13.0/parent b/profiles/default/linux/amd64/13.0/parent
22 index 7c037751099..c88a4211ac4 100644
23 --- a/profiles/default/linux/amd64/13.0/parent
24 +++ b/profiles/default/linux/amd64/13.0/parent
25 @@ -1,2 +1,3 @@
26 ..
27 +../../../../arch/amd64
28 ../../../../releases/13.0
29
30 diff --git a/profiles/default/linux/amd64/17.0/parent b/profiles/default/linux/amd64/17.0/parent
31 index 4ce24f0217a..7d28da966e4 100644
32 --- a/profiles/default/linux/amd64/17.0/parent
33 +++ b/profiles/default/linux/amd64/17.0/parent
34 @@ -1,2 +1,3 @@
35 ..
36 +../../../../arch/amd64
37 ../../../../releases/17.0
38
39 diff --git a/profiles/default/linux/amd64/dev/parent b/profiles/default/linux/amd64/dev/parent
40 index f3229c5b987..9331107e9c4 100644
41 --- a/profiles/default/linux/amd64/dev/parent
42 +++ b/profiles/default/linux/amd64/dev/parent
43 @@ -1 +1,2 @@
44 ..
45 +../../../../arch/amd64
46
47 diff --git a/profiles/default/linux/amd64/parent b/profiles/default/linux/amd64/parent
48 index 158dd88c5c6..9f9d2cbed24 100644
49 --- a/profiles/default/linux/amd64/parent
50 +++ b/profiles/default/linux/amd64/parent
51 @@ -1,3 +1,2 @@
52 ../../../base
53 ..
54 -../../../arch/amd64