1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Sync all status files

This commit is contained in:
Jochen Sprickerhof 2022-09-29 19:41:12 +02:00
parent 244273e58e
commit 96f8284a50
No known key found for this signature in database
GPG Key ID: 5BFFDCC258E69433

View File

@ -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):