mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Sync all status files
This commit is contained in:
parent
244273e58e
commit
96f8284a50
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)
|
json.dump(output, fp, sort_keys=True, cls=Encoder, indent=2)
|
||||||
else:
|
else:
|
||||||
json.dump(output, fp, sort_keys=True, cls=Encoder, separators=(',', ':'))
|
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):
|
def get_head_commit_id(git_repo):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue