summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-27 18:28:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-27 18:38:33 +0000
commit87f30ca7772f1f97b9db0a5248ed317d55cfb4c9 (patch)
tree473aaf90f8b8b9e17bbd0740f1ad8e7cebb2b553
parentAdding netdata-core-no-sse on i386 with sse2 optimizations turned off. (diff)
downloadnetdata-87f30ca7772f1f97b9db0a5248ed317d55cfb4c9.tar.xz
netdata-87f30ca7772f1f97b9db0a5248ed317d55cfb4c9.zip
Updating TODO file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/TODO31
1 files changed, 18 insertions, 13 deletions
diff --git a/debian/TODO b/debian/TODO
index 2c514d008..7e23c1984 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,19 +1,22 @@
-* switch fonts-font-awesome to fonts-fork-awesome (or even using alternative
- depends?)
-
* next upstream version: don't exclude html files, just don't install them into
- the package to avoid need for rebuilding upstream tarballs.
+ the package to avoid need for rebuilding upstream tarballs and thus simply things.
-* 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, -O3 and sse2
- - netdata-daemon-no-sse: daemon compiled with -O2 and without sse2 etc.
- - netdata-web: webfrontend, not needed on small devices
- - netdata-common: plugins, checks, etc (everything arch all).
+* package splitting:
+ - think about a workaround for not having the dh_missing for debian/tmp-no-sse
+ (e.g. diff the core and core-no-sse file lists?)
+ - add alternative depends on core and core-no-sse via substvars on affected
+ archtectures only
+ - split out arch-all stuff from core/core-no-sse to netdata-common or so
+ (not sure worthwile; micropackaging vs. lazy)
+ - add netdata-doc if htmldoc is buildable again
+ - add multiselect preseeding for netdata-web (as if it's netdata-apache2,
+ containing apache2 conf snipped to enable netdata via reverse proxy
+ and (optional) basic auth)
- - netdata-doc: htmldoc that can be used via apache2
- - netdata-apache2: apache2 conf snipped to enable netdata via reverse proxy
- and (optional) basic auth.
+* finish ucf handling for netdata.conf
+
+* switch fonts-font-awesome to fonts-fork-awesome (or even using alternative
+ depends?)
* keep depends minimal and put everything to recommends/suggests
@@ -22,3 +25,5 @@
* check if freeipmi plugin can be run with caps instead setuid
* netdata.conf: preseeding of ip, port, registry, and history.
+
+* upstream: 'netdata -W set' seems broken