commit: 1c9ab10ca10839b6c6ad5dcd2a3b9b6f0e95bfd9 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Sat Sep 26 20:45:46 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> 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