summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlberto <alberto.ruiz@codethink.co.uk>2011-09-29 17:32:57 +0100
committerAlberto <alberto.ruiz@codethink.co.uk>2011-09-29 17:32:57 +0100
commit7c237c192019a849c69e102be35f6cf8efcbcf3d (patch)
tree55e119fc3f7ea875e33e345f5d17c5b41bfba00d /TODO
parenta0315ddfa3bf687043f8a23de7f4487e7076191b (diff)
downloadtbdiff-7c237c192019a849c69e102be35f6cf8efcbcf3d.tar.gz
Created COPYRIGHT file, updated TODO, renamed executables from otap to tbdiff
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 7 insertions, 7 deletions
diff --git a/TODO b/TODO
index 595e37a..7ebbf7e 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,15 @@
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.
+ + Separate reading/writing stream data from actual file system operation
+ + Create a manifest of deleted/created/modified files
+ + Improve commandline for the deploy command
+ + Rename the project to trebuchet-differ (tbdiff)
+ + Create autotools scripts
+ + Improve function namespaces to ease understanding
+ + Add copyright headers to all source files
Features
--------
@@ -14,11 +20,5 @@ Features
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
-