1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

Update diaspora to patch version

This commit is contained in:
Augustin Trancart 2020-04-19 15:26:58 +02:00
parent ab22385d20
commit b18c40fd0d
2 changed files with 3 additions and 3 deletions

View file

@ -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": ""

View file

@ -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