summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-08-13 20:16:03 +0300
committerTimo Teras <timo.teras@iki.fi>2009-08-13 20:16:03 +0300
commite5c3f4f4811bc52d15b0028f2872f5b1d191c419 (patch)
tree12d680b6cd5d52ef67ae918e97923deaf63a6879
parente20ce5a9c03e32fcb773c13072f903fb6a30fda5 (diff)
downloadapk-tools-e5c3f4f4811bc52d15b0028f2872f5b1d191c419.tar.bz2
apk-tools-e5c3f4f4811bc52d15b0028f2872f5b1d191c419.tar.xz
todo: file deleted, use bug tracker
-rw-r--r--TODO39
1 files changed, 0 insertions, 39 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 41492ea..0000000
--- a/TODO
+++ /dev/null
@@ -1,39 +0,0 @@
-- confirm whether to act (show changeset-size, installed, removed) if
- other packages affected then the ones explicitly specified
-
-- Index/pkginfo reader: same field multiple times -> memleak
-
-- Compress 'installed' and 'scripts'
-- Repository support:
- - always keep local copy of index
- - cache .apks on USB stick when using network repo for reboot
-
-- Error handling and rollback
-
-- New user/group creation
-
-- Non-trivial solution finding
-- Provides
-
-- Remember counts for hash table creation
-
-- Possibly create a token hash for package names, versions and licenses, etc.
-- Option to not read fs entry cache
-
-- Special packages?:
- - alpine-core: refuse to remove, installed at reboot?
- - alpine-sdk: to setup sdk environment
-
-- Oldies:
- add, delete: read (pkgs+fs), modify DEPs, recalc+commit+write (pkgs+fs)
- fetch: read (pkgs), download remote packages
- fetch -u: read (pkgs), download indexes, write (pkgs)
- glob: read (pkgs), operate on package db
- info: read (pkgs+fs), mostly on package db, might need .apks
- version: read (pkgs), compare all installed pkg versions
-
-- New:
- deps: show master dependencies
- index: new TARGET, scan packages, write INDEX (pkgs)
- upgrade: read TARGET, mark upgrade flags, recalculate, commit (pkgs+fs)
-