mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
server: git push for binary transparency in fdroid server update
Since `fdroid server update` is the place where all uploads to servers happens, it makes sense to also handle the git push for the binary transparency log here instead of `fdroid btlog`
This commit is contained in:
parent
e3152e9ef0
commit
299ba86948
4 changed files with 22 additions and 30 deletions
|
@ -1410,7 +1410,7 @@ def main():
|
|||
|
||||
git_remote = config.get('binary_transparency_remote')
|
||||
if git_remote or os.path.isdir(os.path.join('binary_transparency', '.git')):
|
||||
btlog.make_binary_transparency_log(repodirs, git_remote=git_remote)
|
||||
btlog.make_binary_transparency_log(repodirs)
|
||||
|
||||
if config['update_stats']:
|
||||
# Update known apks info...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue