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

Merged
Show file tree
Hide file tree
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
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.