Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Adam Mercer
Koji Packager
Commits
829d248d
Verified
Commit
829d248d
authored
May 16, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_utils.py: also test bz2 tarball extension
parent
9999c896
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gwkoji/tests/test_utils.py
gwkoji/tests/test_utils.py
+1
-0
No files found.
gwkoji/tests/test_utils.py
View file @
829d248d
...
...
@@ -29,6 +29,7 @@ from .. import utils as gwkoji_utils
(
'mypackage.spec'
,
'spec'
),
(
'mypackage.src.rpm'
,
'srcrpm'
),
(
'mypackage.tar'
,
'tarball'
),
(
'mypackage.tar.bz2'
,
'tarball'
),
(
'mypackage.tar.gz'
,
'tarball'
),
(
'mypackage.tar.xz'
,
'tarball'
),
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment