Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move removing bad file inside verify_partial_rpm_and_move() | Pascal Rigaux | 2008-02-26 | 1 | -3/+4 |
| | | | | | (it won't hurt urpm::removable::_do_the_copy()) | ||||
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -2/+2 |
| | |||||
* | urpm::get_pkgs::verify_partial_rpm_and_move() return the final rpm | Pascal Rigaux | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | create verify_partial_rpm_and_move() out of | Pascal Rigaux | 2008-02-26 | 1 | -4/+12 |
| | | | | | download_packages_of_distant_media() | ||||
* | fix typo (introduced on 2008-02-24 r237346) | Pascal Rigaux | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | rename some vars | Pascal Rigaux | 2008-02-26 | 1 | -14/+12 |
| | |||||
* | display a "bad rpms" message instead of "files are missing" when the ↵ | Pascal Rigaux | 2008-02-24 | 1 | -10/+17 |
| | | | | | | | | | | downloaded rpm is bad. this adds a new callback for rpmdrake: "bad_rpms" this modifies the API of urpm::get_pkgs::download_packages_of_distant_media ($error_sources is now { url => reason } instead of { id => url }) | ||||
* | further simplify (allowed by making "moving file" fatal) | Pascal Rigaux | 2008-02-24 | 1 | -2/+1 |
| | |||||
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-24 | 1 | -2/+2 |
| | | | | | | o have fatal errors on some errors that must not happen (eg: moving rpm from download dir to cachedir) | ||||
* | - urpmi: | Pascal Rigaux | 2008-01-18 | 1 | -3/+11 |
| | | | | | o --install-src as user now works for remote medium | ||||
* | use var (for future commit) | Pascal Rigaux | 2008-01-18 | 1 | -6/+8 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-11-15 | 1 | -1/+9 |
| | | | | | | | | o fix "urpmi --install-src" (regression introduced in 4.10.9) nb: packages_by_name can't be used here since $urpm->{provides} doesn't have src.rpm so a full search is needed | ||||
* | - fix using already downloaded rpms (from /var/cache/urpmi/rpms) (#33655) | Pascal Rigaux | 2007-09-17 | 1 | -12/+17 |
| | |||||
* | previous commit was making some wrong assumptions when simplifying | Pascal Rigaux | 2007-09-12 | 1 | -4/+13 |
| | | | | | selected2list(). it needs to be a little more complex... | ||||
* | simplify selected2list() mess | Pascal Rigaux | 2007-09-11 | 1 | -75/+24 |
| | | | | | => make it instantaneous instead of taking 20% of the time of a small urpmi command | ||||
* | move cleaning of cachedir out of selected2list() | Pascal Rigaux | 2007-09-11 | 1 | -7/+8 |
| | |||||
* | simplify error handling | Pascal Rigaux | 2007-09-11 | 1 | -14/+2 |
| | |||||
* | better error message as suggested on cooker-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | better error message as suggested on cooker-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-08 | 1 | -0/+5 |
| | | | | | o explicit error when using "urpmi ---install-src" as user with remote media | ||||
* | restore cleaning /var/cache/urpmi/rpms | Pascal Rigaux | 2007-01-10 | 1 | -6/+7 |
| | |||||
* | simplify | Pascal Rigaux | 2007-01-10 | 1 | -13/+10 |
| | |||||
* | fix using N() | Pascal Rigaux | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2007-01-10 | 1 | -10/+7 |
| | |||||
* | log the cleaning of /var/cache/urpmi/partial | Pascal Rigaux | 2007-01-10 | 1 | -0/+1 |
| | |||||
* | directly set $urpm->{root}, it's simpler | Pascal Rigaux | 2006-11-29 | 1 | -2/+2 |
| | | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it) | ||||
* | - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgs | Pascal Rigaux | 2006-11-21 | 1 | -0/+218 |
- move urpm::get_source_packages() -> urpm::get_pkgs::selected2list() |