From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-514632-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 59D22138010 for <garchives@archives.gentoo.org>; Sun, 14 Oct 2012 20:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6BEBE0330; Sun, 14 Oct 2012 20:32:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48686E0330 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2012 20:32:12 +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 AC11F33D793 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2012 20:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 553DAE5436 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Oct 2012 20:32:10 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1350246706.9a155334b90615d1d7f1579487286280317f5e5c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9a155334b90615d1d7f1579487286280317f5e5c X-VCS-Branch: master Date: Sun, 14 Oct 2012 20:32:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3fe846f2-4f18-46ee-affa-23c2f5fb6528 X-Archives-Hash: 58a8244396b5d92e4749a94ffbbf1458 commit: 9a155334b90615d1d7f1579487286280317f5e5c Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Oct 14 20:31:46 2012 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Oct 14 20:31:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9a155334 repoman: initial caps for git commit msg footers --- bin/repoman | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/repoman b/bin/repoman index 40ff097..4fa092a 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2527,11 +2527,11 @@ else: if vcs == "git": # Use new footer only for git (see bug #438364). - commit_footer = "\n\nPackage-manager: portage-%s" % portage_version + commit_footer = "\n\nPackage-Manager: portage-%s" % portage_version if options.force: - commit_footer += "\nRepoMan-options: --force" + commit_footer += "\nRepoMan-Options: --force" if sign_manifests: - commit_footer += "\nManifest-sign-key: %s" % \ + commit_footer += "\nManifest-Sign-Key: %s" % \ repoman_settings.get("PORTAGE_GPG_KEY", "") else: unameout = platform.system() + " "