From 2819f644cf5f5dc545269ce9c61eea03797eca4e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Feb 2013 11:18:29 -0500 Subject: [PATCH] TODO: A few updates --- TODO | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index df7671d7..776f838a 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,20 @@ * Documentation -* ostree-pull: Asynchronous metadata fetch too + +* Hybrid SSL pull (fetch refs over SSL, content via plain HTTP) + * ostree-commit: multithreaded/async (basically compute sha256 in parallel) + * GPG signatures on commits + * Tests of corrupted repositories, more error conditions -* Improve GRUB management + +* Improve GRUB management: Assocate kernels with their deployments + +* ostree admin install: Pull in host data, such as uids and /etc/fstab + +* ostree admin undeploy + +* ostree admin uninstall + +* Possibly move all of the "regular" commands to be "ostree repo" ? Then + we'd have: "ostree repo pull", "ostree repo ls", etc.