Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Update Release.md #4697

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Documentation/Maintenance/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Archive ExternalData
--------------------

More background on the testing data can be found in the
[Contributing Upload Binary Data][../docs/contributing/upload_binary_data.md) documentation.
[Contributing Upload Binary Data](../docs/contributing/upload_binary_data.md) documentation.

The following steps archive data for release on various resources. Both
[datalad] and [@web3-storage/w3cli] should be installed locally. And the [kubo]
Expand Down Expand Up @@ -290,14 +290,18 @@ If the [pinata] pinning service is not already available, create it:
```bash
ipfs pin remote service add pinata https://api.pinata.cloud/psa/ PINATA_JWT
```
Where `PINATA_JWT` is the secret key associated to an API key at the
InsightSoftwareConsortium workspace in pinata.

Then pin the root CID locally and on Pinata:

```bash
ipfs pin add /ipfs/bafy<rest-of-cid>
ipfs pin add /ipfs/bafy<rest-of-cid> --progress
ipfs pin remote add --service=pinata --name=ITKData-ITK-v<itk-release-version> /ipfs/bafy<rest-of-cid>
```

The command `ipfs pin add` requires `ipfs daemon` to be running, and can take some time.

### Pin the CID on Kitware's ipfs server

Optionally, pin to Kitware's ipfs server:
Expand Down