Fabio Tranchitella
|
b1afe1ee3d
|
Removed a debug method, it should not be released.
|
18 years ago |
Fabio Tranchitella
|
76b3a8cf3c
|
Fixed a pointer problem which caused segfaults when dealing with virtual packages; fixed a bug in source removal; moved add_binary and remove_binary from the britney module to the Packages object.
|
18 years ago |
Fabio Tranchitella
|
3825241619
|
Britney ported to is_installable: the code runs, but more testing is needed.
|
18 years ago |
Fabio Tranchitella
|
ebf82f844d
|
Portability fix: add the -fPIC flags in the Makefile.
|
18 years ago |
Fabio Tranchitella
|
a0dc325294
|
Implemented buildSystem, removeBinary and addBinary for the c extension; added a sample python script.
|
18 years ago |
Fabio Tranchitella
|
6add268c45
|
Create a branch for a c-extension based implementation.
|
18 years ago |
Fabio Tranchitella
|
22988cb162
|
Added old britney's update_out.py, for real.
|
18 years ago |
Fabio Tranchitella
|
c8468f9516
|
Imported the old britney and its libraries.
|
18 years ago |
Fabio Tranchitella
|
70be82be3f
|
Updated documentation.
|
18 years ago |
Fabio Tranchitella
|
758b0718bc
|
Removed a call to keys method, it is useless.
|
18 years ago |
Fabio Tranchitella
|
f4db64b83a
|
Something went wrong with the last commit: restored a single line.
|
18 years ago |
Fabio Tranchitella
|
070ce39f96
|
Small performance improvement: do not copy the list of broken packages over and over, just mark when it is changed.
|
18 years ago |
Fabio Tranchitella
|
3327c07bd9
|
Improve memory usage: use a list instead of dictionary to store packages; this reduce the memory usage of a 50% factor.
|
18 years ago |
Fabio Tranchitella
|
b8b362aaf5
|
Final (I hope) commit, the code is fully working and fully compatible with the old britney (minus the last 5 randoms tries).
|
18 years ago |
Fabio Tranchitella
|
90a090767e
|
Undo changes if the hint is not successful.
|
18 years ago |
Fabio Tranchitella
|
333b76f04c
|
Several (last, I hope) fixes.
|
18 years ago |
Fabio Tranchitella
|
ab05768171
|
Several fixes.
|
18 years ago |
Fabio Tranchitella
|
53a2923fea
|
Output enhancements; small changes for the do_all method.
|
18 years ago |
Fabio Tranchitella
|
3c58b798cd
|
Fixed a bunch of minor issues with the output.
|
18 years ago |
Fabio Tranchitella
|
c313a5f644
|
Cosmetic change.
|
18 years ago |
Fabio Tranchitella
|
d966ada77b
|
Fixed a cosmetic bug.
|
18 years ago |
Fabio Tranchitella
|
da58215dd1
|
Fixed a bug: conflicts with virtual packages in check_conflicts.
|
18 years ago |
Fabio Tranchitella
|
fd15f44b0c
|
Fixed a bug in the conflicts checker.
|
19 years ago |
Fabio Tranchitella
|
18c7435c4f
|
Related to the previos commit.
|
19 years ago |
Fabio Tranchitella
|
56ed063aab
|
Run the non-installability check of the archive before loading all the architectures; added a switch to use the cached value instead of building it from the scratch.
|
19 years ago |
Fabio Tranchitella
|
6272abd122
|
Merged with new upstream release (thanks, aj).
|
19 years ago |
Fabio Tranchitella
|
6078ef1c2d
|
It seems that old britney changed behaviour regarding versioned dependencies on virtual packages; modified TODO and BUGS.
|
19 years ago |
Fabio Tranchitella
|
24a081807e
|
Modified britney.conf to be synced with the current configuration.
|
19 years ago |
Fabio Tranchitella
|
61e48c2229
|
Small fixes for the update excuses.
|
19 years ago |
Fabio Tranchitella
|
da94ff9457
|
Handle single architecture testing-proposed-updates update.
|
19 years ago |
Fabio Tranchitella
|
b0ef0af348
|
Fixes for single-architecture updates.
|
19 years ago |
Fabio Tranchitella
|
8c9bac0eea
|
Implemented support for old libraries (enabled by default if --compatible is not used).
|
19 years ago |
Fabio Tranchitella
|
d461205430
|
Implemented auto-hinter.
|
19 years ago |
Fabio Tranchitella
|
c41ea19690
|
Fixed a typo.
|
19 years ago |
Fabio Tranchitella
|
14e8d8887b
|
Removed import of upgrade, it is not in the repository.
|
19 years ago |
Fabio Tranchitella
|
9f439cb304
|
Fixed a typo.
|
19 years ago |
Fabio Tranchitella
|
330380784a
|
Implemented control file rewriter.
|
19 years ago |
Fabio Tranchitella
|
185e4b3ab2
|
Implemented undo for hints.
|
19 years ago |
Fabio Tranchitella
|
7c3083e8ae
|
Fixed a few FIXME entries.
|
19 years ago |
Fabio Tranchitella
|
a852f13834
|
Fixed a bug in iter_packages: we dropped a package at the end of the first iteration.
|
19 years ago |
Fabio Tranchitella
|
6fa3cd188d
|
A little more on hints, almost completed.
|
19 years ago |
Fabio Tranchitella
|
04e735af4b
|
Implemented output stuff and half of the hints processing.
|
19 years ago |
Fabio Tranchitella
|
90768aa4e3
|
Improved performances sorting in a smart way the list of actions (only enabled if --compatible is not used).
|
19 years ago |
Fabio Tranchitella
|
dc1a84151d
|
Fixed the undo for single architecture updates.
|
19 years ago |
Fabio Tranchitella
|
db63948c5f
|
Improved performances sorting actions before UpgradeRun.
|
19 years ago |
Fabio Tranchitella
|
3a323bdc41
|
Performance improvements and detailed documentation for the UpgradeRun.
|
19 years ago |
Fabio Tranchitella
|
1f9ba4410c
|
Other fixes.
|
19 years ago |
Fabio Tranchitella
|
b57aefed68
|
Fixes for doop_source: update the virtual packages list while processing actions.
|
19 years ago |
Fabio Tranchitella
|
e81aa4250b
|
Small fixes for UpgradeRun, which is almost complete.
|
19 years ago |
Fabio Tranchitella
|
6f69de7da0
|
Several improvements in algorithms and performances.
|
19 years ago |