34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
TODO list
|
|
|
|
Proposed for Entropy 1.0 (before and after) (requires API changes, perhaps):
|
|
|
|
1.0_beta1:
|
|
|
|
- remove 'errorsend' from entropy.const
|
|
- move repos_* stuff away from entropy.core (to entropy.client)
|
|
|
|
- entropy.client.interfaces.package more Spm agnostic
|
|
- try to remove nvidia/ati drivers triggers
|
|
- expiration thingus? (server-side) => .pkglist file that could be parsed
|
|
# need to wait branch 5 now
|
|
- branch migration script (pre, after?)
|
|
|
|
- Documentation + code style cleanup (NLnet Milestone 7)
|
|
http://epydoc.sourceforge.net/epydoc.html
|
|
|
|
1.0_beta2:
|
|
|
|
- PackageKit integration
|
|
|
|
1.0 - deprecations:
|
|
|
|
- databaseStructureUpdates (missing tables creation)
|
|
- EAPI3 get_package_info methods that return package content metadata
|
|
- EAPI2 old database dump upload
|
|
- EAPI1 compressed database upload w/content table
|
|
- drop all the deprecated repository uploads
|
|
|
|
2.0:
|
|
|
|
- PackageKit improved support
|
|
- UGC based on XML requests (all the commands into one string) |