From: Grant Slater Date: Tue, 17 Apr 2018 11:19:42 +0000 (+0100) Subject: Add osmlab-osm-community-index to supybot X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/98797b1bd111484300cfd1cf71c3a8c8dbfe9962 Add osmlab-osm-community-index to supybot --- diff --git a/cookbooks/supybot/templates/default/git.conf.erb b/cookbooks/supybot/templates/default/git.conf.erb index 1eb0dfa57..0b89223de 100644 --- a/cookbooks/supybot/templates/default/git.conf.erb +++ b/cookbooks/supybot/templates/default/git.conf.erb @@ -198,3 +198,11 @@ branch = gh-pages commit link = https://github.com/osmlab/editor-layer-index/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l + +[osmlab-osm-community-index] +short name = osmlab-osm-community-index +url = git://github.com/osmlab/osm-community-index.git +branch = master +commit link = https://github.com/osmlab/osm-community-index/commit/%c +channels = #osm-dev +commit message = [%s|%b|%a] %m %l