Skip to content
Snippets Groups Projects
Verified Commit ad61dc2b authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.deposit.tasks: Describe the deposit task's implementation plan

parent 20a2e088
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,12 @@ class LoadDepositArchive(Task):
loader = TarLoader()
loader.log = self.log
# FIXME: Retrieve tarball and copy locally
# 1. Retrieve tarball from deposit's private api
# 2. Store locally in a temporary directory
# 3. Trigger the ingestion
# 4. clean up the temporary directory
# 5. Update the deposit's status according to result using the
# deposit's private update status api
tar_path = 'foobar'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment