summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (install,select_only_some_media) honor 'selected_names' for auto_installThierry Vignaud2009-03-042-0/+20
|
* (install) explainThierry Vignaud2009-03-041-0/+1
|
* (install) make sure we don't try to reslect already selected packagesThierry Vignaud2009-03-042-0/+4
| | | | | by dropping packages->{state}
* update translation for greek languageGlentadakis Dimitris2009-03-041-14/+14
|
* 12.2Thierry Vignaud2009-03-042-1/+3
|
* (_install_raw::trans_error_summary) do not die if a transactionThierry Vignaud2009-03-042-1/+6
| | | | | | failed ; only warn about it in graphical mode (no more a fata error for auto install)
* (_install_raw) do not pass log file fd to urpm::install since it leaks a ↵Thierry Vignaud2009-03-041-1/+2
| | | | duplicated fd per transaction
* (_install_raw) do not pass log file fd to urpm::install since it leaks a ↵Thierry Vignaud2009-03-041-0/+1
| | | | duplicated fd per transaction
* revert tooThierry Vignaud2009-03-041-2/+0
|
* (_install_raw::close_helper) revert latest commit ; it doesn't helpThierry Vignaud2009-03-041-2/+0
|
* (_install_raw::close_helper) make sure to free package header so thatThierry Vignaud2009-03-042-0/+4
| | | | | rpmdb can be closed (else we exhaust the max number of opened fd)
* (_install_raw::close_helper) use package summary translations once ↵Thierry Vignaud2009-03-042-0/+5
| | | | 'mdv-rpm-summary' is installed
* (_install_raw) simplify 'open_helper': just call our callback and dropThierry Vignaud2009-03-041-7/+2
| | | | | the last bits of old packages filling code
* really set urpmi in automatic mode for non-interactive installs (and not ↵Olivier Blin2009-03-041-1/+1
| | | | vice-versa)
* really set urpmi in automatic mode for non-interactive installs (and not ↵Olivier Blin2009-03-041-0/+3
| | | | vice-versa)
* update translation for greek languageGlentadakis Dimitris2009-03-031-7/+7
|
* 12.1Thierry Vignaud2009-03-032-1/+3
|
* add rt2860 and rtl8187se in wireless modules listOlivier Blin2009-03-032-3/+3
|
* (install) plug new 'open_helper' and 'close_helper' urpmi callbacks, thusThierry Vignaud2009-03-032-2/+5
| | | | | fixing both progress bar and trying to install again already installed packages
* (install) return exit codeThierry Vignaud2009-03-031-0/+2
|
* (install) drop file handle management code from open callback (now done by ↵Thierry Vignaud2009-03-031-5/+0
| | | | urpmi)
* (_install_raw) log exit codeThierry Vignaud2009-03-031-1/+1
|
* list rt2870 in wireless modules categoryOlivier Blin2009-03-032-2/+2
|
* fix reading default input method setting (skim was read if scim-bridge was ↵Olivier Blin2009-03-032-7/+7
| | | | configured before)
* set urpmi in automatic mode for non-interactive installsOlivier Blin2009-03-033-2/+5
|
* (_install_raw) directly use $::oThierry Vignaud2009-03-031-2/+2
|
* (_install_raw) do not initialize new auto interactives objectsThierry Vignaud2009-03-031-3/+3
|
* fix error messageOlivier Blin2009-03-031-1/+1
|
* update translation for greek languageGlentadakis Dimitris2009-03-031-3/+3
|
* adjust log and releaseThierry Vignaud2009-03-032-3/+4
|
* (get_media) workaround rel_path added by _stage2_mounted_medium() &&Thierry Vignaud2009-03-031-1/+2
| | | | | | _url2phys_medium() by using $o->{stage2_phys_medium}{url} when available
* update translation for greek languageGlentadakis Dimitris2009-03-031-3/+3
|
* Update zh_TW translationShiva Huang2009-03-031-186/+8
|
* Update zh_TW translationShiva Huang2009-03-031-267/+19
|
* Update zh_TW translationShiva Huang2009-03-031-344/+36
|
* updated translation for turkish languageAtilla Öntaş2009-03-021-82/+82
|
* update translation for greek languageGlentadakis Dimitris2009-03-021-4/+4
|
* list ath9k in wireless modules categoryOlivier Blin2009-03-022-1/+2
|
* log latest changesThierry Vignaud2009-03-021-1/+11
|
* (empty_packages) package signature checking is temporary disabled for now ↵Thierry Vignaud2009-03-021-0/+3
| | | | due to URPM always complaining
* (beforeInstallPackages) no need to automatically configure urpmi, already doneThierry Vignaud2009-03-021-3/+0
| | | | | | when adding media CHECK ME: check additionnal media got written in urpmi.cfg too
* (installUpdates) do not register orphan packages (now done by urpm::main_loopThierry Vignaud2009-03-021-4/+0
| | | | while performing actual package installation)
* use urpmi code in order to add media (and replace medium->{selected}Thierry Vignaud2009-03-022-4/+33
| | | | by medium->{ignore} for compatibility with urpmi)
* (_pkg2media) kill it, just use URPM::pkg2media()Thierry Vignaud2009-03-021-12/+1
|
* (_cleanHeaders,extractHeaders) drop themThierry Vignaud2009-03-021-32/+0
|
* (_installTransactionClosure) drop itThierry Vignaud2009-03-021-80/+0
|
* (get_medium) do not download and use hdlists anymore ; only use smaller ↵Thierry Vignaud2009-03-022-14/+3
| | | | synthesis files
* (ask_change_cd) adapt to new APIThierry Vignaud2009-03-022-25/+6
|
* (install) reuse urpmi's higher level code (drop librpm ordering hackThierry Vignaud2009-03-021-78/+55
| | | | and retry logic since urpmi should behaves better)
* (empty_packages) use urpm rather than URPM (thus enabling us to reuse urpmi'sThierry Vignaud2009-03-021-1/+2
| | | | | higher level code) (no changes for current callers since urpm inherits from URPM)