From ac5078a9f96753d4ff0853ec88cb8a2393fbb758 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 22 Oct 2016 15:49:34 +0100 Subject: [PATCH] supybot: switch to git:// instead of ssh based git access --- cookbooks/supybot/templates/default/git.conf.erb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/cookbooks/supybot/templates/default/git.conf.erb b/cookbooks/supybot/templates/default/git.conf.erb index 15fc3e81d..14ace9341 100644 --- a/cookbooks/supybot/templates/default/git.conf.erb +++ b/cookbooks/supybot/templates/default/git.conf.erb @@ -1,3 +1,5 @@ +# Note use git:// protocol instead of ssh based to avoid host key verification issue + [osm-website] short name = osm-website url = git://git.openstreetmap.org/rails.git @@ -117,14 +119,14 @@ commit message = [%s|%b|%a] %m %l [osmf-server-info] short name = osmf-server-info -url = git@github.com:gravitystorm/osmf-server-info.git +url = git://github.com/gravitystorm/osmf-server-info.git commit link = https://github.com/gravitystorm/osmf-server-info/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l [osm-forum] short name = osm-forum -url = git@github.com:openstreetmap/openstreetmap-forum.git +url = git://github.com/openstreetmap/openstreetmap-forum.git branch = openstreetmap commit link = https://github.com/openstreetmap/openstreetmap-forum/commit/%c channels = #osm-dev @@ -132,21 +134,21 @@ commit message = [%s|%b|%a] %m %l [osm-osmosis] short name = osm-osmosis -url = git@github.com:openstreetmap/osmosis.git +url = git://github.com/openstreetmap/osmosis.git commit link = https://github.com/openstreetmap/osmosis/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l [osmlab-editor-layer-index] short name = osmlab-editor-layer-index -url = git@github.com:osmlab/editor-layer-index.git +url = git://github.com/osmlab/editor-layer-index.git commit link = https://github.com/osmlab/editor-layer-index/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l [osm-owg-log] short name = osm-owg-log -url = git@github.com:gravitystorm/owg-log.git +url = git://github.com/gravitystorm/owg-log.git commit link = https://github.com/gravitystorm/owg-log/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l -- 2.43.2