diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -1,8 +1,18 @@ -- Handle properly gunzip failure +- New style scripts +- Internal gunzip (via lib) to speed up stuff, and avoid threads + - mmap() if possible for reading -- Repository index/package fetching from URLs -- Installation of local files +- Index/pkginfo reader: same field multiple times -> memleak +- Compress index and db files +- Repository support: + - always keep local copy of index + - index/package fetching from URLs + - read from config file + - cache .apks on USB stick when using network repo for reboot +- Installation of .APK files not in any repository + +- Configfiles list in .PKGINFO - Implement lbu stuff - Error handling and rollback @@ -22,9 +32,11 @@ - Possibly create a token hash for package names, versions and licenses, etc. - Calculate changeset installed-size change -- Compress databases - Option to not read fs entry cache -- Essentials(?) + +- 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) |