diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-03-31 17:55:18 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-03-31 17:55:18 +0000 |
commit | 3718e650a06d26af0ce9186764969f7057f46cdc (patch) | |
tree | 62d70ebca372d677eb031c10aa0ec78c53b69340 /metadata | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | gentoo-2-3718e650a06d26af0ce9186764969f7057f46cdc.tar.gz gentoo-2-3718e650a06d26af0ce9186764969f7057f46cdc.tar.bz2 gentoo-2-3718e650a06d26af0ce9186764969f7057f46cdc.zip |
Bug #409445 - enable new md5-dict cache format
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index dc022a0a664c..cffe48a963cb 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -4,3 +4,8 @@ # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo update-changelog = true + +# Make egencache generate newer (more reliable) +# md5-dict cache format (see bug #409445). +# NOTE: list md5-dict first so clients prefer it +cache-formats = md5-dict pms |