diff options
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 000000000..8122f314e --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,19 @@ +# Welcome to Adélie Linux. +# This file describes this repository's configuration to Portage. + +# We don't need the deprecated SHA256 (GLEP 59), but leave it +# because Gentoo-based Portage builds still require it. +manifest-hashes = SHA256 SHA512 WHIRLPOOL + +# Ban ALL deprecated EAPIs. We only support 5 here. +eapis-banned = 0 1 2 3 4 + +# MD5 cache for egencache +cache-formats = md5-dict + +# inherit stuff from gentoo repo (for now) +masters = + +thin-manifests = true +sign-commits = true +sign-manifests = false |