summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 11:44:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-31 11:44:38 +0000
commitd68774f8790b252997115711722c77171d73b7c7 (patch)
treefc2684da80a1c0c7a37e3b92b384f5979e65617e
parentTemporarily disable use of SSE to make netdata usable on old machines (Closes... (diff)
downloadnetdata-d68774f8790b252997115711722c77171d73b7c7.tar.xz
netdata-d68774f8790b252997115711722c77171d73b7c7.zip
Updating TODO file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/TODO b/debian/TODO
index dc993cc6..49f34c42 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -5,10 +5,14 @@
the package to avoid need for rebuilding upstream tarballs.
* rethink package splitting, i.e. something like...
- - netdata: meta package, depending on netdata-daemon, netdata-web
- - netdata-daemon: just the daemon and systemd/init integration
- - netdata-web: webfrontend, not needed on small devices
- - netdata-common: plugins, checks, etc.
+ - netdata: meta package, depending on netdata-daemon, netdata-web
+ - netdata-daemon: just the daemon and systemd/init integration, -O3 and sse2
+ - netdata-daemon-legacy: daemon compiled with -O2 and without sse2 etc.
+ - netdata-web: webfrontend, not needed on small devices
+ - netdata-common: plugins, checks, etc (everything arch all).
+
+ - netdata-doc: htmldoc that can be used via apache2
+ - netdata-apache2: apache2 conf snipped to enable netdata via reverse proxy
* keep depends minimal and put everything to recommends/suggests