From 9a9e0116a195224c45576dbe580b9c7f28bd2ab2 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Thu, 31 Jan 2019 10:23:42 +0200 Subject: [PATCH] Update to version v0.40-quota-0.12-alpha --- README.md | 24 +++++++++++++++++++++++- setup/bootstrap.sh | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be0fd721..1c9c2c75 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,20 @@ column for the user in the `users.sqlite` database. If you modify `users` table Please report any bugs on github. +Upgrading v0.40 to v.0.40-quota +------------------------------- + +This is experimental software. You have been warned. + +* Rename your `mailinabox` directory to something like `miab.old` + +* Clone this repository using: + + `git clone https://github.com/jrsupplee/mailinabox.git` + +* cd into `mailinabox` and run `setup/start.sh` with root privileges. + +* On occasion there are lock errors when updating `Munin`. Just re-run `setup/start.sh` until the error does not occur. Todo ---- @@ -21,7 +35,15 @@ Todo Changes ------- -### .40-quota-0.1-alpha +### v0.40-quota-0.12-alpha + +* Update README + +### v0.40-quota-0.11-alpha + +* Read latest version from this repository not the Mail-in-a-Box master repository + +### v0.40-quota-0.1-alpha * First experimental release of Mail-in-a-Box for quotas. * Quotas are working and there is basic support in the control panel and `tools/mail.py`. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 9be40167..cd09e8da 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then # want to display in status checks. if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then # This machine is running Ubuntu 18.04. - TAG=v0.40-quota-0.11-alpha + TAG=v0.40-quota-0.12-alpha elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then # This machine is running Ubuntu 14.04.