From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 234EB13881D for ; Sat, 26 Sep 2015 20:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E6A4E0806; Sat, 26 Sep 2015 20:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D1EFE0806 for ; Sat, 26 Sep 2015 20:53:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02D44340D2D for ; Sat, 26 Sep 2015 20:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DAF429D for ; Sat, 26 Sep 2015 20:53:34 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1443300692.1c9ab10ca10839b6c6ad5dcd2a3b9b6f0e95bfd9.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/actions.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1c9ab10ca10839b6c6ad5dcd2a3b9b6f0e95bfd9 X-VCS-Branch: master Date: Sat, 26 Sep 2015 20:53:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 546e051e-00ef-42ea-a0e8-715b720ee702 X-Archives-Hash: 6c996740cf91001af1f5d19d85cd57b6 commit: 1c9ab10ca10839b6c6ad5dcd2a3b9b6f0e95bfd9 Author: Brian Dolbec gentoo org> AuthorDate: Sat Sep 26 20:45:46 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Sep 26 20:51:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1c9ab10c repoman/actions.py: Fix typo in function call (bug 561596) X-Gentoo-bug: 561596 X-Gentoo-bug-url: https://bugs.gentoo.org/561596 Title: sys-apps/portage-2.2.22: repoman fails to sign commit/manifest pym/repoman/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/repoman/actions.py b/pym/repoman/actions.py index 5462248..0806cb5 100644 --- a/pym/repoman/actions.py +++ b/pym/repoman/actions.py @@ -172,7 +172,7 @@ class Actions(object): digestgen(mysettings=self.repoman_settings, myportdb=self.repo_settings.portdb) if self.repo_settings.sign_manifests: - self.sign_manifests(myupdates, myremoved, mymanifests) + self.sign_manifest(myupdates, myremoved, mymanifests) if self.vcs_settings.vcs == 'git': # It's not safe to use the git commit -a option since there might