Skip to content

Commit

Permalink
ENH: Remove UploadBinaryData.sh script
Browse files Browse the repository at this point in the history
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 }
```
  • Loading branch information
thewtex committed Oct 1, 2023
1 parent 31597d4 commit 2916886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 200 deletions.
3 changes: 0 additions & 3 deletions Utilities/GitSetup/setup-git-aliases
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ git config alias.gerrit-push \
# Useful alias to see what commits are on the current branch with respect to
# upstream/master
git config alias.prepush 'log --graph --stat upstream/master..'

# Alias to the script to upload testing data
git config alias.data-upload "!bash Utilities/UploadBinaryData.sh"
197 changes: 0 additions & 197 deletions Utilities/UploadBinaryData.sh

This file was deleted.

0 comments on commit 2916886

Please sign in to comment.