From: Tom Hughes Date: Thu, 27 Oct 2016 21:20:45 +0000 (+0100) Subject: Update forum to fluxbb 1.5.10 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cff9dcae835b91819b00d702e054f9d485e4fb85?hp=999bb719868d83e42b0795dd5faa35f6af5e46aa Update forum to fluxbb 1.5.10 --- diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 907b1f04f..58fa9a22d 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -48,7 +48,7 @@ end git "/srv/forum.openstreetmap.org/html/" do action :sync repository "http://github.com/openstreetmap/openstreetmap-forum.git" - revision "openstreetmap" + revision "openstreetmap-1.5.10" depth 1 user "forum" group "forum"