rpm-ostree/TODO

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-03-29 04:41:39 +04:00
Core
----
* Support package installation on top
2014-04-01 00:33:05 +04:00
Treecompose
-----------
* Use libhif
- Kill repoquery beforehand
* Run mock in a container
- CLONE_NEWPID | CLONE_NEWNS
- Mount /proc
- CLONE_NEWNET ?
2014-03-29 04:41:39 +04:00
Autobuilder
-----------
* Split into separate project
- treecompose should be Koji plugin
- Make test system independent
2014-02-08 21:49:37 +04:00
* Split builds into separate tasks
* Figure out why libguestfs is hanging
2014-02-16 02:08:40 +04:00
* Use RPM's idea of %doc for removing docs
2014-02-08 21:49:37 +04:00
* Write an intelligent scheduler
- Task with same name of newer version wait until old one is done
- Walk infinite test matrix
Package layering
----------------
* Provide a mechanism for updating packages
* Support pkgs which bring their own pps
https://github.com/projectatomic/rpm-ostree/pull/107#issuecomment-205082381
* Support local RPMs installation (though `ostree admin unlock` makes this
easier now, but it's not carried over)
* Add a way to mark commits as valid for multiple policies rather than creating
a new commit everytime we relabel
* Related to the above: store the header metadata in the tree itself rather than
in the commit to avoid duplication across relabeling commits
* Add a --onto option?