From e61e02b852c45c5688194e4693e5b5cee7028b7f Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 19 Apr 2017 13:58:40 -0700 Subject: [PATCH] Track backport branches of osm2pgsql git on irc Per https://github.com/mmueller/supybot-git#configuration multiple branches need to be defined with multiple repository sections --- .../supybot/templates/default/git.conf.erb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/cookbooks/supybot/templates/default/git.conf.erb b/cookbooks/supybot/templates/default/git.conf.erb index 255b5a34f..6c451bf78 100644 --- a/cookbooks/supybot/templates/default/git.conf.erb +++ b/cookbooks/supybot/templates/default/git.conf.erb @@ -87,6 +87,30 @@ commit link = https://github.com/openstreetmap/osm2pgsql/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l +[osm-osm2pgsql-0.92.x] +short name = osm-osm2pgsql-0.92.x +url = git://github.com/openstreetmap/osm2pgsql.git +branch = 0.92.x +commit link = https://github.com/openstreetmap/osm2pgsql/commit/%c +channels = #osm-dev +commit message = [%s|%b|%a] %m %l + +[osm-osm2pgsql-0.90.x] +short name = osm-osm2pgsql-0.90.x +url = git://github.com/openstreetmap/osm2pgsql.git +branch = 0.90.x +commit link = https://github.com/openstreetmap/osm2pgsql/commit/%c +channels = #osm-dev +commit message = [%s|%b|%a] %m %l + +[osm-osm2pgsql-0.88.x] +short name = osm-osm2pgsql-0.88.x +url = git://github.com/openstreetmap/osm2pgsql.git +branch = 0.88.x +commit link = https://github.com/openstreetmap/osm2pgsql/commit/%c +channels = #osm-dev +commit message = [%s|%b|%a] %m %l + [osm-mod_tile] short name = osm-mod_tile url = git://github.com/openstreetmap/mod_tile.git -- 2.43.2