From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rvt9C-0008Ur-Hh for garchives@archives.gentoo.org; Fri, 10 Feb 2012 16:16:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD55CE05FA; Fri, 10 Feb 2012 16:16:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E5C0E05FA for ; Fri, 10 Feb 2012 16:16:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5888C1B4021 for ; Fri, 10 Feb 2012 16:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1DC74E53FF for ; Fri, 10 Feb 2012 16:16:19 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <21f9b728214eedbad3dc6295bdd3fd379b662b1f.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: metadata/ X-VCS-Repository: proj/sci X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 21f9b728214eedbad3dc6295bdd3fd379b662b1f Date: Fri, 10 Feb 2012 16:16:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9cc567b3-7f42-48d5-8278-d5d5b26f9568 X-Archives-Hash: b76739aef13499ce8eb8a834297cbe39 commit: 21f9b728214eedbad3dc6295bdd3fd379b662b1f Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Feb 10 16:14:59 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Feb 10 16:14:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D21f9b728 [metadata] Enable git signed commits Signed-off-by: Alexey Shvetsov gentoo.org> --- metadata/layout.conf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 7a212f0..b499c53 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -12,3 +12,6 @@ thin-manifests =3D true # Dont sign thin manifests (because it re-introduces the=20 # just avoided merge conflicts) sign-manifests =3D false + +# sign commits using git mechanisms +sign-commits =3D true