]> git.openstreetmap.org Git - chef.git/commitdiff
community: serbian-digraphic-fix now merged upstream
authorGrant Slater <github@firefishy.com>
Wed, 12 Jul 2023 22:25:57 +0000 (23:25 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 12 Jul 2023 22:25:57 +0000 (23:25 +0100)
cookbooks/community/templates/default/web_only.yml.erb

index 4ce05804ac7544b2f962b4072ccf11588d01f20e..0ba873f5951b669f2d77af368b761f5c8a01e0f5 100644 (file)
@@ -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