From fd332287329339444045f457d437f1f00bdb1147 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 12 Jul 2023 23:25:57 +0100 Subject: [PATCH] community: serbian-digraphic-fix now merged upstream --- .../community/templates/default/web_only.yml.erb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 4ce05804a..0ba873f59 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -99,14 +99,13 @@ hooks: - exec: cd: $home/plugins cmd: - - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-oauth2-basic.git - - sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-solved.git - - 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 - # FIXME revert to upstream once PR has been merged: https://github.com/discourse/discourse-translator/pull/103 - - 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 + - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-oauth2-basic.git + - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-solved.git + - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-canned-replies.git + - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-reactions.git + - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-prometheus.git + - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-translator.git + - sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-saved-searches.git - exec: # Needs to be copied in else builtin git cleanup fails cd: $home -- 2.43.2