From 6acf1cd29969c6b7575e0fb2b51b50d9daadcd93 Mon Sep 17 00:00:00 2001 From: src386 Date: Tue, 12 Jul 2016 15:45:47 +0200 Subject: [PATCH] HEAD COMMIT + TODO --- TODO | 2 ++ scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..50a6890 --- /dev/null +++ b/TODO @@ -0,0 +1,2 @@ +- Backup & Restore (testing is not easy) +- Trap implementation diff --git a/scripts/_common.sh b/scripts/_common.sh index 0ccb9d5..7d94a33 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="8f56192582e83f4b1dbaa00aab8feb55031598e4" +HEAD_COMMIT="d3dbc7a904d3e3c372afecd1725b47a9ddda227a" # Source code destination directory DESTDIR="/var/www/movim"