From b18c40fd0d8bcdb570410603a82d6d74fbb3544f Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sun, 19 Apr 2020 15:26:58 +0200 Subject: [PATCH] Update diaspora to patch version --- manifest.json | 2 +- scripts/install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 859978d..dac2192 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "fr": "Service de réseau social distribué" }, "license": "AGPL-3.0", - "version": "0.7.12.0~ynh2", + "version": "0.7.13.0~ynh1", "maintainer": { "name": "rafi59", "email": "" diff --git a/scripts/install b/scripts/install index ad54423..806b9e2 100755 --- a/scripts/install +++ b/scripts/install @@ -119,7 +119,7 @@ sudo -u $app $final_path/.rvm/bin/rvm install 2.4 #================================================= # Download, check integrity, unucompress and patch the source from app.src ynh_script_progression --message="Download the sources..." --time --weight=16 -sudo -u $app git clone https://github.com/diaspora/diaspora.git -b v0.7.12.0 +sudo -u $app git clone https://github.com/diaspora/diaspora.git -b v0.7.13.0 popd #================================================= @@ -149,7 +149,7 @@ ynh_script_progression --message="bundle the app..." --time --weight=1000 # we also need a login shell to make sure .profile is loaded sudo -u $app /bin/bash --login << EOF rvm use --default 2.4 -rvm 2.4 do gem install bundler +rvm 2.4 do gem install bundler:1.17.3 script/configure_bundler bin/bundle install --full-index --with=postgresql EOF