Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (open_urpmi_db) fix MandrivaUpdate not ignoring backport media tagged as ↵ | Thierry Vignaud | 2008-02-04 | 1 | -1/+1 |
| | | | | update (#36654) | ||||
* | (get_inactive_backport_media) split it out of open_urpmi_db() (needed | Thierry Vignaud | 2008-01-25 | 1 | -2/+7 |
| | | | | | for next commit) | ||||
* | (fast_open_urpmi_db) fix reading urpmi options with new urpmi | Thierry Vignaud | 2007-12-19 | 1 | -0/+1 |
| | |||||
* | (get_pkgs,open_urpmi_db) fix fetching updates from non update media in | Thierry Vignaud | 2007-12-05 | 1 | -2/+3 |
| | | | | | MandrivaUpdate (#35009) | ||||
* | (fast_open_urpmi_db) 'split-level' and 'split-length' have now default | Thierry Vignaud | 2007-11-29 | 1 | -2/+0 |
| | | | | | values set by urpm module | ||||
* | add support for --wait-lock option | Thierry Vignaud | 2007-11-23 | 1 | -1/+2 |
| | |||||
* | (open_db::open_urpmi_db) for consistency, move locking here from pkg::get_pkgs() | Thierry Vignaud | 2007-11-23 | 1 | -0/+1 |
| | |||||
* | (fast_open_urpmi_db) add a note for 2008.1 | Thierry Vignaud | 2007-09-26 | 1 | -0/+1 |
| | |||||
* | (fast_open_urpmi_db) localize storage of "an error happened on open" | Thierry Vignaud | 2007-09-26 | 1 | -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 Vignaud | 2007-09-24 | 1 | -1/+2 |
| | |||||
* | (fast_open_urpmi_db) split it out of open_urpmi_db() in order to | Thierry Vignaud | 2007-09-11 | 1 | -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 into | Thierry Vignaud | 2007-09-11 | 1 | -0/+87 |
Rpmdrake::open_db (needed for next commits in order not to increase edit-urpm-sources startup time) |