done file

This commit is contained in:
Zsolt Ero
2024-09-12 00:25:34 +02:00
parent 15bb347a61
commit 6dc02a5fe7

View File

@@ -55,6 +55,17 @@ def upload_area_run(area, run):
check=True, check=True,
) )
# crate "done" file
subprocess.run(
[
'rclone',
'touch',
f'remote:ofm-btrfs/areas/{area}/{run}/done',
],
env=dict(RCLONE_CONFIG=config.rclone_config),
check=True,
)
def make_indexes_for_bucket(bucket): def make_indexes_for_bucket(bucket):
print(f'Making indexes for bucket: {bucket}') print(f'Making indexes for bucket: {bucket}')