Christopher Baines
|
d41d0e0113
Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve dependancies in SmartConfigure) yet Pkg
|
15 years ago |
Christopher Baines
|
940f21606b
Applied DonKult (David)'s excellent fix for inproving the loop management. Now both SmartConfigure and SmartUnPack can be
|
15 years ago |
Christopher Baines
|
165ff1df10
Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.
|
15 years ago |
Christopher Baines
|
a99d02a86c
Added code to allow SmartConfigure to be called mutiple times on the same package to ensure all dependancies are satisfied.
|
15 years ago |
Christopher Baines
|
987d8d0315
Inproved debug with versioning
|
15 years ago |
Christopher Baines
|
e844b947ab
Small fix for loop handeling.
|
15 years ago |
Christopher Baines
|
cbea057898
Added a RmFlag function to remvoe the loop flag, this should prevent any errors or wierd behaviour because of the loop flag being used
|
15 years ago |
Christopher Baines
|
c7c7d3e8f1
Improved errors and messages in general and improved the comments.
|
15 years ago |
Christopher Baines
|
b9f6687963
Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to remove packages once they were confiured to solve Conflicts with the previous version!
|
15 years ago |
Christopher Baines
|
17182c0c66
Only stop on SigInt if the system state is right (still needs more testing).
|
15 years ago |
Christopher Baines
|
590f192312
SmartConfigure and SmartUnPack have got smarter! The full descriptions of what they now do is in the apt-pkg/packagemanager.cc file.
|
15 years ago |
Christopher Baines
|
b684d8c7b1
Dont try to configure packages using SmartConfigure when not performing immediate configuration.
|
15 years ago |
Christopher Baines
|
634985f813
Inproved errors and warnings, will now warn if package configuration fails, but only error if the package is not configured at the end.
|
15 years ago |
Christopher Baines
|
e2a5ff0c33
More changes to make imediate configuration work for all packages,
|
15 years ago |
Christopher Baines
|
9fc57a5900
More changes to the SmartUnpack method to allow imediate configuration of all packages.
|
15 years ago |
Christopher Baines
|
a6c8798a63
Added a APT::Immediate-Configure-All option to enable imediate configuration for all packages.
|
15 years ago |
Christopher Baines
|
8b1f575662
Flag the package in the SmartUnPack method as UnPacked while solving breakages to prevent loops.
|
15 years ago |
Christopher Baines
|
d8a9827006
Fix for reinstallation of packages
|
15 years ago |
Christopher Baines
|
eef7133842
[ David Kalnischkies ]
|
15 years ago |
Christopher Baines
|
55c04aa4c9
Changed check in the SmartUnpack method, reverted change in the DepAdd method.
|
15 years ago |
Christopher Baines
|
4e9ccfb2ff
Removed some debug stuff, corrected the VerifyConfigure calls to VerifyAndConfigure
|
15 years ago |
Christopher Baines
|
e2ca62725f
Added temp debug statement.
|
15 years ago |
Christopher Baines
|
ea974eaa32
Added debug output to package manager.
|
15 years ago |
Christopher Baines
|
cfcdf7fe9f
The modification to orderlist.cc is from a patch DonKult (David) gave me, The modifications to the packagemanager should fix the test-provides-gone-with-upgrade testcase.
|
15 years ago |
Christopher Baines
|
b873565f6c
Removed temp debug lines.
|
15 years ago |
Christopher Baines
|
b9f3f1f933
Fixed missing argument in VerifyConfigure call.
|
15 years ago |
Christopher Baines
|
4264ebebe1
Initial commit from my GSoC project. Added a verification function (VerifyConfigure) to the configuration methods.
|
15 years ago |
David Kalnischkies
|
d77b985a30
* apt-pkg/packagemanager.cc:
|
15 years ago |
David Kalnischkies
|
28166356f3
Remove the "pseudopackage" handling of Architecture: all packages for
|
15 years ago |
David Kalnischkies
|
be2db98107
* apt-pkg/packagemanager.cc:
|
16 years ago |