Skip to content

Commit

Permalink
ENH: Remove ContentLinkSynchronization.sh script
Browse files Browse the repository at this point in the history
This is no longer required as we only use .cid content links now per
issue #3760.

Note: further updates to the release process documentation will come in
a different PR.
  • Loading branch information
thewtex committed Nov 6, 2023
1 parent 497bfda commit 80af986
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 161 deletions.
14 changes: 0 additions & 14 deletions Documentation/Maintenance/Release.md
Expand Up @@ -249,20 +249,6 @@ Build the `ITKData` target

This will download new testing data since the previous release.

Next, run the script from within the ITK source directory:

```sh
./Utilities/Maintenance/ContentLinkSynchronization.sh ${ExternalData_OBJECT_STORES}
```

Do not use `--cleanup` as for the purpose of the GitHub resource, it is
important to keep the older files: some are from older revisions of ITK, and
people continue to use the older versions of ITK and request the testing data.

This is will verify all contents, fully populate the `MD5/` and `SHA512/`
directories in the object store, and create any missing `.md5` or `.sha512`
content links. If any new content link files are created, commit the result.

Next, archive the data on data.kitware.com. Create a folder, e.g.
`$MAJOR_VERSION.$MINOR_VERSION`, in `ITK/ITKTestingData`, and run

Expand Down
147 changes: 0 additions & 147 deletions Utilities/Maintenance/ContentLinkSynchronization.sh

This file was deleted.

0 comments on commit 80af986

Please sign in to comment.