mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
done file
This commit is contained in:
@@ -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}')
|
||||||
|
|||||||
Reference in New Issue
Block a user