From 7dc6ec97c666749e980578563aa671c62b2b9ab5 Mon Sep 17 00:00:00 2001 From: nemsia Date: Thu, 5 Apr 2018 23:11:32 +0200 Subject: Hotfix v2.3.3 upgrade (#72) Stay on 2.3.2 --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 8e33ce8..eeb4019 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -50,7 +50,8 @@ PULLCOMMANDS # Switch branch to tagged release cd $final_path/live -version=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | grep tag_name | cut -d\" -f4) +#version=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | grep tag_name | cut -d\" -f4) +version=v2.3.2 sudo su - $app < Date: Fri, 6 Apr 2018 13:30:57 +0200 Subject: upgrade-2.3.3 (#73) upgrade-2.3.3 git fetch with all tags forced --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index eeb4019..323238d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -43,7 +43,7 @@ sudo chown -R $app: $final_path/live # Download Mastodon sudo su - $app < Date: Fri, 6 Apr 2018 13:31:43 +0200 Subject: Remove hotfix --- scripts/upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 323238d..50904f1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -50,8 +50,7 @@ PULLCOMMANDS # Switch branch to tagged release cd $final_path/live -#version=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | grep tag_name | cut -d\" -f4) -version=v2.3.2 +version=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | grep tag_name | cut -d\" -f4) sudo su - $app <