Page MenuHomeSoftware Heritage

deposit-vault-walkthrough: Adapt to latest swh-deposit script
ClosedPublic

Authored by ardumont on Jan 29 2018, 7:17 PM.

Details

Summary

Adapt to latest swh-deposit script

Diff Detail

Repository
rMSLD Slides and presentation material
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

  • deposit-vault-walkthrough: Adapt to swh-deposit script
  • deposit-vault-walkthrough: Indent metadata xml input
  • deposit-vault-walkthrough: Specify content and/or metadata
  • deposit-vault-walkthrough: Use multistep term instead of multipart
talks-public/2018-02-04-deposit-vault-walkthrough/deposit-vault-walkthrough.org
123

What's the goal here?
We are doing quite a lot of multipart deposits.
Not sure that's what we want.

128

This is a partial multipart deposit.

We could only deposit one archive using --archive-deposit.

131

Here we add yet again through multipart and partial deposit new metadata and new content.

Here, we could put only the metadata file using --metadata-deposit flag (optionally specifying the --metadata <metadata-file>) instead of the --archive.

135

Lastly, another multipart deposit which finalize the deposit.

We could avoid that step and use only 2 (removing the --partial) to the previous step.

  • deposit-vault-walkthrough: Adapt to swh-deposit script
  • deposit-vault-walkthrough: Indent metadata xml input
  • deposit-vault-walkthrough: Specify content and/or metadata
  • deposit-vault-walkthrough: Use multistep term instead of multipart

git pull --rebase; arc patch --update D293

  • deposit-vault-walkthrough: Adapt to swh-deposit script
  • deposit-vault-walkthrough: Indent metadata xml input
  • deposit-vault-walkthrough: Specify content and/or metadata
  • deposit-vault-walkthrough: Use multistep term instead of multipart
This revision was automatically updated to reflect the committed changes.