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

data contribution setup updates #4246

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Oct 1, 2023

  • DOC: Update content link upload documention in GitCheatSheet.pdf
  • ENH: Remove setup-girder-api-key GitSetup script
  • ENH: Remove UploadBinaryData.sh script

Per InsightSoftwareConsortium#3760, no longer necessary. As now documented in
Documentation/UploadBinaryData.md, a simple bash function equivalent is:

```
function w3externaldata() { w3 put $1 --no-wrap | tail -n 1 | awk -F "/ipfs/" '{print $2}' | tee $1.cid }
```
@github-actions github-actions bot added type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots area:Documentation Issues affecting the Documentation module labels Oct 1, 2023
@thewtex thewtex merged commit e8914c7 into InsightSoftwareConsortium:master Oct 2, 2023
@thewtex thewtex deleted the data-contribution-setup-updates branch October 2, 2023 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Documentation Issues affecting the Documentation module type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants