summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-01-13 15:22:14 +0200
committerTimo Teras <timo.teras@iki.fi>2009-01-13 15:22:14 +0200
commitb7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e (patch)
treea77d7e52c7d61b6601ea6f0021bd529da3e85dbe /TODO
parentc831ead63c5fdb4d1e75c264084576cfefe581e6 (diff)
downloadapk-tools-b7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e.tar.bz2
apk-tools-b7f9f9bdb21ffeb50f5814fdcce2f315215fdb1e.tar.xz
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--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5f18c73..4cebb9d 100644
--- a/TODO
+++ b/TODO
@@ -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