From e684de341f007087dc79649ca0a1a8577498069a Mon Sep 17 00:00:00 2001 From: Jonathan Harker Date: Wed, 14 Dec 2016 15:00:59 +1300 Subject: [PATCH] Add a TODO section to the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fdf53aa..7d39330 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,12 @@ server. This package will: For this to work, the server will need HTTP/S out so that git can pull from the Mahara git repository, and the virtual environment can fetch and install Python packages (although this can be mitigated with a wheelhouse if necessary). + +TODO +---- + +These ideas have to go somewhere, right? :-) + +1. Move some of the postinst logic (around updating the virtual environment) + into a maintenance script, that is run from the postinst, and can be run + manually by a sysadmin, cron job, Ansible, etc. -- GitLab