From d405d99f6c7a6e3d5f32d4a17107b6f3952bc5c8 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 10 Apr 2020 13:39:05 +0200 Subject: [PATCH 1/2] Update project page URL in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 01a1128..d696cda 100644 --- a/README.rst +++ b/README.rst @@ -10,4 +10,4 @@ customer management at `Jan Dittberner IT-Consulting & -Solutions Read the :doc:`Installation instructions ` to get started locally. -The project page for gvafile is at http://dev.gnuviech-server.de/gvamysql. +The project page for gvafile is at http://git.dittberner.info/gnuviech/gvamysql. From 943d76dc02ff8fe1a119f61ce35856e910e8e9f4 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 10 Apr 2020 13:39:29 +0200 Subject: [PATCH 2/2] Add dummy redis URL to docs build config --- docs/changelog.rst | 1 + docs/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c2df48..279fe13 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.2.0 <2020-04-10>` * :support:`-` add Docker setup for lightweight local testing * :support:`-` update Vagrant setup to libvirt and Debian Buster * :support:`-` move mysqltasks to top level to keep the task names when diff --git a/docs/conf.py b/docs/conf.py index 061180e..a1b4b34 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,6 +25,7 @@ os.environ["GVAMYSQL_DBADMIN_HOST"] = "localhost" os.environ["GVAMYSQL_DBADMIN_PORT"] = "3306" os.environ["GVAMYSQL_DBADMIN_USER"] = "gvamysql" os.environ["GVAMYSQL_DBADMIN_PASSWORD"] = "sUp3rS3cr3t" +os.environ['GVAMYSQL_RESULTS_REDIS_URL'] = 'redis://' # -- General configuration -----------------------------------------------------