From: Grant Slater Date: Sat, 21 Jan 2023 12:14:20 +0000 (+0000) Subject: community: stop yoyo rebuilds due to git repo changes X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/5f6c31a1fa2ffa34a8d2ce071d8e539f74282817 community: stop yoyo rebuilds due to git repo changes --- diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 1bedda290..7c4d374a8 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -45,7 +45,8 @@ end git "/srv/community.openstreetmap.org/docker" do action :sync repository "https://github.com/discourse/discourse_docker.git" - revision "e6cb71cd55cfad1c64b0a4b40676cbcaedbc918f" + # Revision pin not possible as launch wrapper automatically updates git repo. + revision "main" depth 1 user "root" group "root"