aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/open_db.pm
Commit message (Collapse)AuthorAgeFilesLines
* (fast_open_urpmi_db) add a note for 2008.1Thierry Vignaud2007-09-261-0/+1
|
* (fast_open_urpmi_db) localize storage of "an error happened on open"Thierry Vignaud2007-09-261-5/+5
| | | | | | so that further errors won't induce us in exec(edit-urpmi-sources) on next open()
* fix crashing while reporting db is locked (#33963)Thierry Vignaud2007-09-241-1/+2
|
* (fast_open_urpmi_db) split it out of open_urpmi_db() in order toThierry Vignaud2007-09-111-4/+11
| | | | | | | | factorize code into edit-urpm-sources and enable it to support --urpmi-root option callers don't have the pay the urpm::media::configure() heavy cost
* (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg intoThierry Vignaud2007-09-111-0/+87
Rpmdrake::open_db (needed for next commits in order not to increase edit-urpm-sources startup time)