mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Source can be tar.bz2
This commit is contained in:
parent
ebd04756ac
commit
0b345b2b6d
1 changed files with 1 additions and 1 deletions
|
@ -978,7 +978,7 @@ class NoTgzBuilder(Builder):
|
|||
self._setup_sources()
|
||||
self.ran_tgz = True
|
||||
|
||||
source_suffixes = ('.tar.gz', '.tar', '.zip', '.jar', '.gem')
|
||||
source_suffixes = ('.tar.gz', '.tgz', '.tar.bz2', '.tar', '.zip', '.jar', '.gem')
|
||||
debug("Scanning for sources.")
|
||||
for filename in os.listdir(self.rpmbuild_gitcopy):
|
||||
for suffix in source_suffixes:
|
||||
|
|
Loading…
Add table
Reference in a new issue