aboutsummaryrefslogtreecommitdiff
path: root/scripts/_common.sh
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-06-04 17:35:46 +0200
committerGitHub <noreply@github.com>2022-06-04 17:35:46 +0200
commit124b0c903b16f8e29714859d39c2b0e0de5568b5 (patch)
tree2e81fda9adc272bc98722b35092e8a748f2c96a1 /scripts/_common.sh
parentacdc124f76fb9724cb22acb18c45cf0c3c2e62b5 (diff)
parent67b98816286a65bcdf7252b5590e9486a73655f5 (diff)
downloadmastodon_ynh-124b0c903b16f8e29714859d39c2b0e0de5568b5.tar.gz
mastodon_ynh-124b0c903b16f8e29714859d39c2b0e0de5568b5.tar.bz2
mastodon_ynh-124b0c903b16f8e29714859d39c2b0e0de5568b5.zip
Merge pull request #331 from YunoHost-Apps/testing
Apply last example_ynh
Diffstat (limited to 'scripts/_common.sh')
-rw-r--r--scripts/_common.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh
index 168251c..142584e 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -6,12 +6,11 @@
# dependencies used by the app
pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev redis-tools redis-server postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https"
+build_pkg_dependencies=""
-MEMORY_NEEDED="2560"
-
-RUBY_VERSION="2.7.2"
-
-NODEJS_VERSION="12"
+memory_needed="2560"
+ruby_version=2.7.2
+nodejs_version=12
# Workaround for Mastodon on Bullseye
# See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463