mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Merge pull request #379 from praiskup/copy-extra-sources-fedora-releaser
FedoraGitReleaser: upload extra sources to lookaside cache
This commit is contained in:
commit
0d4f1ccd38
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class FedoraGitReleaser(Releaser):
|
|||
# Mead builds need to be in the git_root. Other builders are agnostic.
|
||||
with chdir(self.git_root):
|
||||
self.builder.tgz()
|
||||
self.builder.copy_extra_sources()
|
||||
|
||||
if self.test:
|
||||
self.builder._setup_test_specfile()
|
||||
|
|
Loading…
Add table
Reference in a new issue