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
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1167
Build 1511: arc lint + arc unit

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
132

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

137

This is a partial multipart deposit.

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

140

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.

144

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.