TODO: Update
This commit is contained in:
parent
9c701b6ae5
commit
26795ffc0f
15
TODO
15
TODO
|
|
@ -12,11 +12,9 @@
|
||||||
investigate something like http://www.sqlite.org/wal.html for having
|
investigate something like http://www.sqlite.org/wal.html for having
|
||||||
a shared file.
|
a shared file.
|
||||||
|
|
||||||
* Indexed metadata pack objects for bare repositories at least;
|
* https://bugzilla.gnome.org/show_bug.cgi?id=721799
|
||||||
no reason to inflict thousands of little metadata files on
|
https://mail.gnome.org/archives/ostree-list/2013-July/msg00005.html
|
||||||
each client.
|
Efficient delta format between commit objects, somewhat like
|
||||||
|
|
||||||
* Efficient delta format between commit objects, somewhat like
|
|
||||||
Chromium autoupdate: set of operations to perform given previous
|
Chromium autoupdate: set of operations to perform given previous
|
||||||
object set to create new objects.
|
object set to create new objects.
|
||||||
|
|
||||||
|
|
@ -33,11 +31,8 @@
|
||||||
|
|
||||||
* Improve library
|
* Improve library
|
||||||
|
|
||||||
* ostree admin install: Pull in host data, such as uids and /etc/fstab
|
* Reintroduce "ostree admin install": Could 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
|
* Possibly move all of the "regular" commands to be "ostree repo" ? Then
|
||||||
we'd have: "ostree repo pull", "ostree repo ls", etc.
|
we'd have: "ostree repo pull", "ostree repo ls", etc.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue