Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/
Date: Sat, 07 Jul 2018 05:24:05
Message-Id: 1530940933.d2b30942d665fd5a79cef5a933904824273928e7.dolsen@gentoo
1 commit: d2b30942d665fd5a79cef5a933904824273928e7
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 5 17:49:59 2018 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 7 05:22:13 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=d2b30942
7
8 gkeys actions.py: Assign sig_path from fetcher
9
10 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
11
12 gkeys/gkeys/actions.py | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
16 index 2fe29fb..fd92a77 100644
17 --- a/gkeys/gkeys/actions.py
18 +++ b/gkeys/gkeys/actions.py
19 @@ -832,6 +832,7 @@ class Actions(ActionBase):
20 fetcher = Fetch(self.logger)
21 success, msgs = fetcher.fetch_url(url, filepath, signature, timestamp_path=timestamp_path,
22 climit=climit)
23 + sig_path = fetcher.sig_path
24 messages.extend(msgs)
25 elif signature is not None and os.path.exists(signature):
26 sig_path = signature