From de5d2a1efe6653db89be7c85b851be85bd51c01b Mon Sep 17 00:00:00 2001 From: src386 Date: Fri, 20 Oct 2017 13:15:50 +0200 Subject: [PATCH] movim HEAD --- CHANGELOG | 3 +++ README.md | 2 +- scripts/_common.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fadabd7..fa8e1db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ **Changelog** +3.0.0 2017-10-20 +- movim_ynh now fetch movim HEAD + 2.0.8 2017-08-24 - Update to movim 0.11 git2017-08-24 diff --git a/README.md b/README.md index ccb413c..a894209 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt. -Provided Movim version : 0.11 git2017-08-24 +Provided Movim version: HEAD Please read CHANGELOG. diff --git a/scripts/_common.sh b/scripts/_common.sh index 96d7b5b..cbe21d1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ GIT_REPO="https://github.com/movim/movim" # Commit to checkout -HEAD_COMMIT="73faa0ae703836108677201ae0e63c4a740cef8b" +HEAD_COMMIT="HEAD" # Source code destination directory DESTDIR="/var/www/movim"