Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4246 from thewtex/data-c…
Browse files Browse the repository at this point in the history
…ontribution-setup-updates

data contribution setup updates
  • Loading branch information
thewtex authored Oct 2, 2023
2 parents 5379af4 + 2916886 commit e8914c7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 308 deletions.
Binary file modified Documentation/GitCheatSheet.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Documentation/GitCheatSheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ \subsection*{Topic Branch Lifecycle}
\parbox[t]{0.6\cvmain}{%
\texttt{git data-upload DataFile.png\\
\# Add DATA\{DataFile.png\} to CMakeLists.txt\\
git add -- DataFile.png.sha512 CMakeLists.txt\\
git add -- DataFile.png.cid CMakeLists.txt\\
git commit --amend}
}
\parbox[t]{0.38\cvmain}{%
Upload a testing data input or baseline image to
\href{https://data.kitware.com}{data.kitware.com}.\\
\href{https://content-link-upload.itk.org}{content-link-upload.itk.org}.\\
Reference the content link in the CMake configuration.\\
Add the content link and updated CMake configuration.
}
Expand Down
104 changes: 0 additions & 104 deletions Utilities/GitSetup/setup-girder-api-key

This file was deleted.

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"
2 changes: 0 additions & 2 deletions Utilities/SetupForDevelopment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Utilities/GitSetup/setup-git-aliases && echo &&
echo 'Failed to setup origin. Run this again to retry.') && echo &&
(Utilities/GitSetup/setup-github ||
echo 'Failed to setup GitHub. Run this again to retry.') && echo &&
(Utilities/GitSetup/setup-girder-api-key ||
echo 'Failed to setup the Girder API key. Run this again to retry.') && echo &&
Utilities/GitSetup/tips &&
Utilities/GitSetup/github-tips

Expand Down
197 changes: 0 additions & 197 deletions Utilities/UploadBinaryData.sh

This file was deleted.

0 comments on commit e8914c7

Please sign in to comment.