diff options
-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 |