From: Grant Slater Date: Wed, 12 Apr 2023 17:25:38 +0000 (+0100) Subject: community: Temporarily use discourse-translator fork and add discourse-saved-searches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7532a5a593bcb24e1f72338cc9013562d74eae7f?ds=sidebyside community: Temporarily use discourse-translator fork and add discourse-saved-searches * Use a fork of discourse-translator to support sr-Latn see: https://github.com/discourse/discourse-translator/pull/103 * Added discourse-saved-searches --- diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index d5ce8a60a..e215971e9 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -101,7 +101,8 @@ hooks: - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-canned-replies.git - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-reactions.git - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-prometheus.git - - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-translator.git + - sudo -H -E -u discourse git clone --depth 1 --branch serbian-digraphic-fix https://github.com/Firefishy/discourse-translator.git + - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-saved-searches.git - exec: # Needs to be copied in else builtin git cleanup fails cd: $home