diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-10-16 18:08:56 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-10-16 18:08:56 +0200 |
commit | 05c252d9249d0c94592fa708bc02d84de392b84b (patch) | |
tree | 92e8337efe3ae5b6c4c73f7380731331943e4d0c | |
parent | 85c3ed353ecbcb21e661439a518bbcf1a182f576 (diff) | |
download | gentoo-personal-overlay-05c252d9249d0c94592fa708bc02d84de392b84b.tar.gz gentoo-personal-overlay-05c252d9249d0c94592fa708bc02d84de392b84b.tar.bz2 gentoo-personal-overlay-05c252d9249d0c94592fa708bc02d84de392b84b.zip |
profiles: use repository name in parent
-rw-r--r-- | metadata/layout.conf | 1 | ||||
-rw-r--r-- | profiles/base/amd64/parent | 2 | ||||
-rw-r--r-- | profiles/cynerd-vpsfree/parent | 2 | ||||
-rw-r--r-- | profiles/desktop/parent | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 58f32b1..b1a24b4 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,3 +1,4 @@ masters = gentoo profile-formats = profile-set thin-manifests = true +sign-commits = true diff --git a/profiles/base/amd64/parent b/profiles/base/amd64/parent index 36b1861..edea189 100644 --- a/profiles/base/amd64/parent +++ b/profiles/base/amd64/parent @@ -1,2 +1,2 @@ -../../../gentoo/profiles/default/linux/amd64/17.0 +gentoo:profiles/default/linux/amd64/17.0 ../ diff --git a/profiles/cynerd-vpsfree/parent b/profiles/cynerd-vpsfree/parent index ebd2025..3e649b5 100644 --- a/profiles/cynerd-vpsfree/parent +++ b/profiles/cynerd-vpsfree/parent @@ -1,3 +1,3 @@ -../../../gentoo/profiles/default/linux/amd64/17.0 +gentoo:profiles/default/linux/amd64/17.0 ../base ../compile/openwrt diff --git a/profiles/desktop/parent b/profiles/desktop/parent index 08d0662..c8f6b98 100644 --- a/profiles/desktop/parent +++ b/profiles/desktop/parent @@ -1 +1 @@ -../../../gentoo/profiles/targets/desktop +gentoo:profiles/targets/desktop |