From: Tom Hughes Date: Mon, 5 Sep 2016 19:16:27 +0000 (+0100) Subject: Pull forum code from openstreetmap repository X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/acaab38e3fa5cbd001e77fcf3ad30642d1bc63ef?hp=28d3b4a01faa4780e97c15edc9575c24ff7944d0 Pull forum code from openstreetmap repository --- diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index d21fd2534..880598fb7 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -45,8 +45,8 @@ end git "/srv/forum.openstreetmap.org/html/" do action :sync - repository "http://github.com/fluxbb/fluxbb.git" - revision "refs/tags/fluxbb-1.5.6" + repository "http://github.com/openstreetmap/openstreetmap-forum.git" + revision "openstreetmap" depth 1 user "forum" group "forum"