diff options
author | Timo Teras <timo.teras@iki.fi> | 2008-11-28 13:15:06 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2008-11-28 13:15:06 +0200 |
commit | 545a915fafbecbda0e278dfcc881984bd7a8b19b (patch) | |
tree | c58aa72a15a6a8f1330ecc903641b63ba685dcc1 /TODO | |
parent | a96572fba84573e81f6b363f1aee0243c7829729 (diff) | |
download | apk-tools-545a915fafbecbda0e278dfcc881984bd7a8b19b.tar.gz apk-tools-545a915fafbecbda0e278dfcc881984bd7a8b19b.tar.bz2 apk-tools-545a915fafbecbda0e278dfcc881984bd7a8b19b.tar.xz apk-tools-545a915fafbecbda0e278dfcc881984bd7a8b19b.zip |
db: rework 'files' to 'installed'
Make the db of installed packages more similar to index file and
reuse the code. Also rename the database file.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ - Index/pkginfo reader: same field multiple times -> memleak -- Compress index and db files +- Compress 'installed' and 'scripts' - Repository support: - always keep local copy of index - index/package fetching from URLs |