aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2017-08-04 12:56:27 +0200
committerSitaram Chamarty <sitaram@atc.tcs.com>2017-08-04 17:34:24 +0530
commit0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c (patch)
tree2dc2cdac5446281f68a321e6493ee64cbd6ce805 /contrib
parentv3.6.7 (diff)
downloadgitolite-gentoo-0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c.tar.gz
gitolite-gentoo-0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c.tar.bz2
gitolite-gentoo-0b0d5f3bdd1e310eb2cb1cc667b1677e00b9b85c.zip
Use https:// instead of insecure git:// protocol
Signed-off-by: Till Maas <opensource@till.name> (with minor whitespace changes by sitaramc@gmail.com)
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/utils/gitolite-local2
-rwxr-xr-xcontrib/utils/testconf2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/utils/gitolite-local b/contrib/utils/gitolite-local
index 5faf0c7..903b868 100755
--- a/contrib/utils/gitolite-local
+++ b/contrib/utils/gitolite-local
@@ -3,7 +3,7 @@
# ----------------------------------------------------------------------
# change these lines to suit
testconf=$HOME/GITOLITE-TESTCONF
-gitolite_url=git://github.com/sitaramc/gitolite
+gitolite_url=https://github.com/sitaramc/gitolite
# change it to something local for frequent use
# gitolite_url=file:///tmp/gitolite.git
diff --git a/contrib/utils/testconf b/contrib/utils/testconf
index fda7e79..5fa9194 100755
--- a/contrib/utils/testconf
+++ b/contrib/utils/testconf
@@ -19,7 +19,7 @@
# a semi-permanent area to play in (please delete it manually if you want to start afresh).
testconf=$HOME/GITOLITE-TESTCONF
# the gitolite source code
- gitolite_url=git://github.com/sitaramc/gitolite
+ gitolite_url=https://github.com/sitaramc/gitolite
# 3. go to your gitolite-admin clone and make suitable changes; see example
# below. No need to push to the server, yet.