summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 21:11:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 21:11:59 +0200
commit8d31ed01c535804ca2f1273044f3bca1cf6e37ed (patch)
tree2d5e78afeb423a32ac563fd8116e64cabbfffdfc
parentc86834d40fa6b07828b10e2c6d8d2c6bd35fe116 (diff)
downloadbiruda-8d31ed01c535804ca2f1273044f3bca1cf6e37ed.tar.gz
biruda-8d31ed01c535804ca2f1273044f3bca1cf6e37ed.tar.bz2
updated todo list
-rw-r--r--TODOS20
1 files changed, 18 insertions, 2 deletions
diff --git a/TODOS b/TODOS
index fb34f2b..820ee60 100644
--- a/TODOS
+++ b/TODOS
@@ -1,8 +1,24 @@
+- biruda
+ - start: workers names clash, so start must say which one to start.
+ This depends on the architecture and the platform, so this is part
+ of start. There can be multiple worker on same platforms/architectures
+ on different coordinator hosts, this is ok: this is load-balancing
- http_lib:
- POST
- handle answer body too
-- replace json-c with an embeddd and thread-safe libcjson as in Tegano
+- replace json-c with an embedded and thread-safe libcjson as in Tegano,
+ especially the Windows port of json-c is shacky
- ideas for KISS deployment (which we would do additionally to normal
packaging):
- - build static binaries for certain platforms
+ - build static binaries for certain platforms, e.g. a biruda-static
+ package
+- grub2 grub-reboot
+ - easy way to have multi-boot linux versions (if we don't want to
+ chroot or virtualize)
+ - how to we configure this?
+ - how can we access the configuration zone of grub from other operating
+ systems? most likely we have to build something on our own. Last resort
+ is that a biruda on for instance FreeBSD just reboots back to Linux
+ (one shot grub2 menu entry selection and boot and then falling back)
+