From 7af37164d2888e974443f28468201661e4abd704 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 24 Aug 2011 10:52:29 +0100 Subject: Initial todo notes --- TODO | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO (limited to 'TODO') 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 + -- cgit v1.2.1