Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grss:master commit in: grs/
Date: Sun, 11 Nov 2018 23:57:56
Message-Id: 1541980661.604406fecf6be1d674e123f630957f15b1ed1dec.blueness@gentoo
1 commit: 604406fecf6be1d674e123f630957f15b1ed1dec
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 11 23:57:34 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 11 23:57:41 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=604406fe
7
8 grs/TarIt.py: fix typo
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 grs/TarIt.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/grs/TarIt.py b/grs/TarIt.py
16 index 89e7465..00f0b6a 100644
17 --- a/grs/TarIt.py
18 +++ b/grs/TarIt.py
19 @@ -44,7 +44,7 @@ class TarIt(HashIt):
20 def tarit(self, alt_name=None):
21 # Create the tarball with the default name unless an alt_name is given.
22 if alt_name:
23 - self.medium_name = '%s.tar.xz' % alt_name)
24 + self.medium_name = '%s.tar.xz' % alt_name
25 self.digest_name = '%s.DIGESTS' % self.medium_name
26 # We have to cd into the system's portage configroot and then out again.
27 cwd = os.getcwd()