1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

upgrade from pre-release

This commit is contained in:
nemsia 2017-05-28 17:31:51 +02:00
parent a10d77fe4f
commit 8f88641088
2 changed files with 2 additions and 6 deletions

View file

@ -95,11 +95,9 @@ CLONECOMMANDS
# Switch branch to tagged release
cd $final_path/live
url=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | sort -r | head -1 | cut -d\" -f4)
version=$(echo $url | cut -d/ -f8)
sudo su - $app <<SWITCHCOMMANDS
pushd ~/live
git checkout $version
git checkout $(git tag | tail -n 1)
SWITCHCOMMANDS
# Be king rewind (/var/cache/yunohost/from_file/scripts)

View file

@ -50,11 +50,9 @@ PULLCOMMANDS
# Switch branch to tagged release
cd $final_path/live
url=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | sort -r | head -1 | cut -d\" -f4)
version=$(echo $url | cut -d/ -f8)
sudo su - $app <<SWITCHCOMMANDS
pushd ~/live
git checkout $version
git checkout $(git tag | tail -n 1)
SWITCHCOMMANDS
# upgrade Node.js v4 to v6