summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@simtec.co.uk>2011-08-24 10:52:29 +0100
committerDaniel Silverstone <dsilvers@simtec.co.uk>2011-08-24 10:52:29 +0100
commit7af37164d2888e974443f28468201661e4abd704 (patch)
treefe9ffdb44972d2210c0a68f98437941040570643 /TODO
parent1d95afa7c513ca1aadc757925d9ed42e0335f179 (diff)
downloadtbdiff-7af37164d2888e974443f28468201661e4abd704.tar.gz
Initial todo notes
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 24 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..595e37a
--- /dev/null
+++ b/TODO
@@ -0,0 +1,24 @@
+General
+-------
+
+ + Make the code nicer and fit with coding style
+ + Fix endian issues in case we run the generator on a different
+ endianness to the deployer.
+
+Features
+--------
+
+ + Need to be able to embed metadata into the top of an update
+ stream e.g. arbitrary key/value pairs would be nice.
+ + Need to be able to retrieve that metadata separately from deploying
+ a stream, so that metadata files can be prepared on the server.
+ + Ideally deploy should be able to take any stream URI (or perhaps
+ stdin, allowing for curl externally?)
+ + Need to support:
+ - Symbolic links
+ - Device nodes
+ - Named pipes
+ - (Ignore?) Sockets
+ + Support a given pathname changing kind.
+ - That can be done by embedding a delete and then a create
+