:: move repository update logic inside EntropyRepositoryBase.update() static method :: provide two new static methods EntropyRepositoryBase.revision() and EntropyRepositoryBase.remote_revision() that have to be implemented by subclasses if they are supporting fetching local or remote revision. :: several minor code quality improvements
30 lines
874 B
Plaintext
30 lines
874 B
Plaintext
|
|
0.99.50:
|
|
|
|
EntropyRepositoryBase:
|
|
- 2. implement revision(), remote_revision() in Entropy server db classes.
|
|
- 3. move update() code to Entropy server db class (change semantic?)
|
|
|
|
- entropy.server: when repackaging pkgs due to slotmove/pkgmove, repackage
|
|
them in all the repos they are?
|
|
- entropy error reports: catch dmidecode data (to figure out if bug is related
|
|
to faulty virtual machines)
|
|
|
|
- entropy.client API docs
|
|
|
|
1.0:
|
|
|
|
- add ENTROPY_KNOWN_BROKEN_DEPS support into ebuild/PortagePlugin?
|
|
- implement system snapshots (as snapshots, sets).
|
|
- Client.urlFetcher/MultipleUrlFetcher? ugly!
|
|
- entropy.db.search* unittest
|
|
- entropy package metadata .dtd specs
|
|
- entropy.db: remove @deprecated methods
|
|
|
|
1.1:
|
|
|
|
- PackageKit replacement
|
|
- UGC based on XML requests (all the commands into one string)
|
|
|
|
|