summaryrefslogtreecommitdiff
path: root/Utilities/SetupForDevelopment.sh
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-03 13:31:49 -0500
committerBrad King <brad.king@kitware.com>2017-03-03 13:31:49 -0500
commit6cd3079ce8072203a71f9dc8d3f0b578f9ad063c (patch)
treee1459137f8ada2365abec5899722461364280b3a /Utilities/SetupForDevelopment.sh
parent75da91ab952ad770c2d1fe9a96aa630a4d02738e (diff)
downloadcmake-6cd3079ce8072203a71f9dc8d3f0b578f9ad063c.tar.gz
SetupForDevelopment: Drop cmake.org remote repo configuration
We no longer push directly to cmake.org repositories. Changes now go through https://gitlab.kitware.com/cmake/cmake for integration.
Diffstat (limited to 'Utilities/SetupForDevelopment.sh')
-rwxr-xr-xUtilities/SetupForDevelopment.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/Utilities/SetupForDevelopment.sh b/Utilities/SetupForDevelopment.sh
index 39152bcc42..ff64a84028 100755
--- a/Utilities/SetupForDevelopment.sh
+++ b/Utilities/SetupForDevelopment.sh
@@ -3,9 +3,6 @@
cd "${BASH_SOURCE%/*}/.." &&
Utilities/GitSetup/setup-user && echo &&
Utilities/GitSetup/setup-hooks && echo &&
-Utilities/GitSetup/setup-stage && echo &&
-(Utilities/GitSetup/setup-ssh ||
- echo 'Failed to setup SSH. Run this again to retry.') && echo &&
Utilities/GitSetup/tips
# Rebase master by default
@@ -13,5 +10,5 @@ git config rebase.stat true
git config branch.master.rebase true
# Record the version of this setup so Git/pre-commit can check it.
-SetupForDevelopment_VERSION=1
+SetupForDevelopment_VERSION=2
git config hooks.SetupForDevelopment ${SetupForDevelopment_VERSION}