summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Polke <DuPol@gmx.de>2013-09-21 20:26:57 +0200
committerDustin Polke <DuPol@gmx.de>2013-09-21 20:26:57 +0200
commit2634477b42c681d1824bdf8da9277cd03be144d6 (patch)
treee32c644119cb181dc3003ff26b58c6b5656cf5a9
parentUpdate profiles/categories (diff)
downloadDuPol-2634477b42c681d1824bdf8da9277cd03be144d6.tar.gz
DuPol-2634477b42c681d1824bdf8da9277cd03be144d6.tar.bz2
DuPol-2634477b42c681d1824bdf8da9277cd03be144d6.zip
Update layout.conf.
-rw-r--r--metadata/layout.conf29
1 files changed, 21 insertions, 8 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index ef2d6d5..e5443e5 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,14 +1,27 @@
-# This went live Wednesday, July 4, 2012 at 10:00 UTC
-# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
-# and/or GLEP 59.
+masters = gentoo
+
+# Use new hashes
manifest-hashes = SHA256 SHA512 WHIRLPOOL
-# Bug #337853 - gentoo's council says to enable
-# --echangelog by default for the "gentoo" repo
+# Let repoman update changelogs
update-changelog = true
+# Use thin manifests
+thin-manifests = true
+
+# Dont sign thin manifests (because it re-introduces the
+# just avoided merge conflicts)
+sign-manifests = false
+
+# sign commits using git mechanisms
+sign-commits = false
+
# Make egencache generate newer (more reliable)
# md5-dict cache format (see bug #409445).
-# NOTE: list md5-dict first so clients prefer it
-# INFRA NOTE: Announced that format 'pms' will be removed on Aug 1 2012
-cache-formats = md5-dict pms
+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 = 1 2 3 4