diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-31 11:44:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-31 11:44:38 +0000 |
commit | d68774f8790b252997115711722c77171d73b7c7 (patch) | |
tree | fc2684da80a1c0c7a37e3b92b384f5979e65617e | |
parent | Temporarily disable use of SSE to make netdata usable on old machines (Closes... (diff) | |
download | netdata-d68774f8790b252997115711722c77171d73b7c7.tar.xz netdata-d68774f8790b252997115711722c77171d73b7c7.zip |
Updating TODO file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/TODO | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/TODO b/debian/TODO index dc993cc66..49f34c424 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 |