Skip to content

Commit

Permalink
Update diaspora to patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Apr 19, 2020
1 parent ab22385 commit b18c40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
Expand Down
4 changes: 2 additions & 2 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -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

#=================================================
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b18c40f

Please sign in to comment.