mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Publish unsigned builds
This should make debugging reproducible builds easier.
This commit is contained in:
parent
0d836751e5
commit
33bff6b298
2 changed files with 9 additions and 0 deletions
|
@ -783,6 +783,10 @@ def main():
|
|||
if config['per_app_repos']:
|
||||
repo_sections += common.get_per_app_repos()
|
||||
|
||||
if os.path.isdir('unsigned') or (local_copy_dir is not None
|
||||
and os.path.isdir(os.path.join(local_copy_dir, 'unsigned'))):
|
||||
repo_sections.append('unsigned')
|
||||
|
||||
for repo_section in repo_sections:
|
||||
if local_copy_dir is not None:
|
||||
if config['sync_from_local_copy_dir']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue