ostree/TODO

23 lines
642 B
Plaintext
Raw Normal View History

2011-11-20 20:49:15 -05:00
* Documentation
2013-02-21 11:18:29 -05:00
* Hybrid SSL pull (fetch refs over SSL, content via plain HTTP)
2012-07-31 00:15:02 -04:00
* ostree-commit: multithreaded/async (basically compute sha256 in parallel)
2013-02-21 11:18:29 -05:00
2011-11-20 20:49:15 -05:00
* GPG signatures on commits
2013-02-21 11:18:29 -05:00
2013-05-16 21:42:24 -04:00
* Investigate pack files and HTTP range requests
2011-11-20 20:49:15 -05:00
* Tests of corrupted repositories, more error conditions
2013-02-21 11:18:29 -05:00
* Improve GRUB management: Assocate kernels with their deployments
* ostree admin install: Pull in host data, such as uids and /etc/fstab
* ostree admin undeploy <osname> <tree>
* ostree admin uninstall <osname>
* Possibly move all of the "regular" commands to be "ostree repo" ? Then
we'd have: "ostree repo pull", "ostree repo ls", etc.