commit: c92ae792cd58c8b1686f6507400856598dcfb466 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Jun 6 09:24:54 2017 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Tue Jun 6 09:26:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c92ae792
metadata/layout.conf: disable Manifest signing To avoid Manifest collisions disable manifest signing when 'repoman commit' is executed. Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> metadata/layout.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 44d411f..7d7674d 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,4 +1,7 @@ masters = gentoo cache-formats = md5-dict pms thin-manifests = true -manifest-hashes = SHA256 SHA512 WHIRLPOOL \ No newline at end of file +manifest-hashes = SHA256 SHA512 WHIRLPOOL + +# lessens commit collisions +sign-manifests = false
