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 E26C313881D for ; Sat, 26 Sep 2015 20:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6B5F21C002; Sat, 26 Sep 2015 20:49:14 +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 605F121C002 for ; Sat, 26 Sep 2015 20:49:14 +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 5F9ED340D0B for ; Sat, 26 Sep 2015 20:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55FB323A for ; Sat, 26 Sep 2015 20:49:10 +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: <1443300346.39de2e620401e0d007d47ad5dbe545197c1ab1bc.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: 39de2e620401e0d007d47ad5dbe545197c1ab1bc X-VCS-Branch: master Date: Sat, 26 Sep 2015 20:49:10 +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: 51f14154-d5de-4c6e-852c-6ff85b1b80d8 X-Archives-Hash: dc281c5344d4a6aa5ce47dbb3e9bbf5e commit: 39de2e620401e0d007d47ad5dbe545197c1ab1bc Author: Brian Dolbec gentoo org> AuthorDate: Sat Sep 26 20:45:46 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Sep 26 20:45:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=39de2e62 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