diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-05-10 03:18:35 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-05-10 03:18:35 +1000 |
commit | cea8fdf7cdc7620fc1af57428ce1607a52bcdc80 (patch) | |
tree | b4362d632194fac9f7ce1869af008203faaa58c3 /metadata | |
parent | [Documentation] More cleanup for KDE 4.11 (diff) | |
download | kde-cea8fdf7cdc7620fc1af57428ce1607a52bcdc80.tar.gz kde-cea8fdf7cdc7620fc1af57428ce1607a52bcdc80.tar.bz2 kde-cea8fdf7cdc7620fc1af57428ce1607a52bcdc80.zip |
[metadata/layout.conf] Whitespace.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 144587ad36..bd7df733d3 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,18 +1,26 @@ masters = gentoo + # Use new hashes manifest-hashes = SHA256 SHA512 WHIRLPOOL + # Do not update changelogs update-changelog = false + # Use thin manifests thin-manifests = true + # Dont sign thin manifests. There is no current policy for git commit signing sign-manifests = false + # sign commits using git mechanisms sign-commits = true + # Make egencache generate newer (more reliable) # md5-dict cache format (see bug #409445). cache-formats = md5-dict + # indicate that ebuilds with the specified EAPIs are banned eapis-banned = 0 1 2 3 4 + # indicate that ebuilds with the specified EAPIs are deprecated # eapis-deprecated = 5 |