From 26795ffc0f4d42267c7603bd64b263b79109d0b3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 22 Jan 2014 11:11:50 +0000 Subject: [PATCH] TODO: Update --- TODO | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 5d99bc4c..d5aa5425 100644 --- a/TODO +++ b/TODO @@ -12,11 +12,9 @@ investigate something like http://www.sqlite.org/wal.html for having a shared file. -* Indexed metadata pack objects for bare repositories at least; - no reason to inflict thousands of little metadata files on - each client. - -* Efficient delta format between commit objects, somewhat like +* https://bugzilla.gnome.org/show_bug.cgi?id=721799 + https://mail.gnome.org/archives/ostree-list/2013-July/msg00005.html + Efficient delta format between commit objects, somewhat like Chromium autoupdate: set of operations to perform given previous object set to create new objects. @@ -33,11 +31,8 @@ * Improve library -* ostree admin install: Pull in host data, such as uids and /etc/fstab - -* ostree admin undeploy - -* ostree admin uninstall +* Reintroduce "ostree admin install": Could pull in host data, + such as uids and /etc/fstab. * Possibly move all of the "regular" commands to be "ostree repo" ? Then we'd have: "ostree repo pull", "ostree repo ls", etc.