ostree/TODO

21 lines
592 B
Plaintext
Raw Normal View History

2011-11-21 05:49:15 +04:00
* Documentation
2013-02-21 20:18:29 +04:00
* Hybrid SSL pull (fetch refs over SSL, content via plain HTTP)
2012-07-31 08:15:02 +04:00
* ostree-commit: multithreaded/async (basically compute sha256 in parallel)
2013-02-21 20:18:29 +04:00
2011-11-21 05:49:15 +04:00
* GPG signatures on commits
2013-02-21 20:18:29 +04:00
2011-11-21 05:49:15 +04:00
* Tests of corrupted repositories, more error conditions
2013-02-21 20:18:29 +04: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.