mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Merge branch 'fix_status_deploy' into 'master'
Sync all status files See merge request fdroid/fdroidserver!1199
This commit is contained in:
commit
42cb31039e
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ def write_status_json(output, pretty=False, name=None):
|
|||
json.dump(output, fp, sort_keys=True, cls=Encoder, indent=2)
|
||||
else:
|
||||
json.dump(output, fp, sort_keys=True, cls=Encoder, separators=(',', ':'))
|
||||
rsync_status_file_to_repo(path, repo_subdir='status')
|
||||
rsync_status_file_to_repo(path, repo_subdir='status')
|
||||
|
||||
|
||||
def get_head_commit_id(git_repo):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue