Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/
Date: Sat, 26 Sep 2015 20:53:39
Message-Id: 1443300692.1c9ab10ca10839b6c6ad5dcd2a3b9b6f0e95bfd9.dolsen@gentoo
1 commit: 1c9ab10ca10839b6c6ad5dcd2a3b9b6f0e95bfd9
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 20:45:46 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 20:51:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1c9ab10c
7
8 repoman/actions.py: Fix typo in function call (bug 561596)
9
10 X-Gentoo-bug: 561596
11 X-Gentoo-bug-url: https://bugs.gentoo.org/561596
12 Title: sys-apps/portage-2.2.22: repoman fails to sign commit/manifest
13
14 pym/repoman/actions.py | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/pym/repoman/actions.py b/pym/repoman/actions.py
18 index 5462248..0806cb5 100644
19 --- a/pym/repoman/actions.py
20 +++ b/pym/repoman/actions.py
21 @@ -172,7 +172,7 @@ class Actions(object):
22 digestgen(mysettings=self.repoman_settings, myportdb=self.repo_settings.portdb)
23
24 if self.repo_settings.sign_manifests:
25 - self.sign_manifests(myupdates, myremoved, mymanifests)
26 + self.sign_manifest(myupdates, myremoved, mymanifests)
27
28 if self.vcs_settings.vcs == 'git':
29 # It's not safe to use the git commit -a option since there might