diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-01-13 15:22:14 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-01-13 15:22:14 +0200 |
commit | b7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e (patch) | |
tree | a77d7e52c7d61b6601ea6f0021bd529da3e85dbe /TODO | |
parent | c831ead63c5fdb4d1e75c264084576cfefe581e6 (diff) | |
download | apk-tools-b7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e.tar.gz apk-tools-b7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e.tar.bz2 apk-tools-b7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e.tar.xz apk-tools-b7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e.zip |
info: implement who owns packages query (apk_info -W)
In quiet mode e.g. "apk info -q -W <file list>" a list of dependencies
suitable for .PKGINFO is output in one line.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,3 @@ -- list of files on stdin, minimum dependencies on stdout -- way to test if packages is installed - - confirm whether to act (show changeset-size, installed, removed) if other packages affected then the ones explicitly specified @@ -19,6 +16,9 @@ - Error handling and rollback - Dependency manipulation API: deletion, overwrite, check compatibility +- Change fdb internally to has according to full filename (that's what we + use to lookup in install_archive_entry and also in info -W) + - New user/group creation - Non-trivial solution finder |