Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_simple_resolve_dependencies) further simplify, fixing previous commit | Thierry Vignaud | 2012-09-27 | 1 | -2/+3 |
| | |||||
* | kill deprecated selected2list() function | Thierry Vignaud | 2012-09-26 | 1 | -8/+0 |
| | |||||
* | kill deprecated find_mntpoints() function | Thierry Vignaud | 2012-09-26 | 1 | -10/+0 |
| | |||||
* | adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages() | Thierry Vignaud | 2012-09-26 | 2 | -2/+2 |
| | |||||
* | (message_input_) rename it as message_input() | Thierry Vignaud | 2012-09-26 | 1 | -3/+3 |
| | |||||
* | kill deprecated message_input() | Thierry Vignaud | 2012-09-26 | 1 | -4/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2012-09-26 | 1 | -2/+1 |
| | |||||
* | (_curl_action) kill unused parameter that could never have been used | Thierry Vignaud | 2012-09-08 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | rationale: an array must be the last variable in a prototype bug introcuded in commit r258682 by cfergeau on 2009-07-30: "dudf patch from Olivier Rosello for the Mancoosi project" further not fixed in commit r258683 by cfergeau on 2009-07-30: "slight clean-up in wget downloading handling" dudf support was always broken... interesting enough, this was spot by perl_checker but only when checking all files at once, not when checking urpm/download.pm only | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2012-09-08 | 10 | -19/+0 |
| | |||||
* | (open_lzma) use xz instead of lzma in order to read metadata | Thierry Vignaud | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | (copyright) factorize a translated string | Thierry Vignaud | 2012-09-01 | 1 | -0/+12 |
| | |||||
* | (_check) remove useless "\n" at end of two messages | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_check) slighty better security messages | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_check) prefix some messages with "SECURITY:" | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_check) warn about packages we don't check even if not using -v | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | sort exports | Thierry Vignaud | 2012-08-31 | 1 | -11/+26 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup: kill unused variables | Thierry Vignaud | 2012-08-31 | 1 | -4/+1 |
| | | | | | (they're unused since commit r5054 on 2012-06-28: "(find_packages_to_remove) simplify") | ||||
* | (get_distant_media_filesize) kill unused parameter | Thierry Vignaud | 2012-08-31 | 2 | -3/+3 |
| | |||||
* | (removed_packages) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -4/+4 |
| | |||||
* | (unselected_packages) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (urpm::download::sync) drop it (it was obsoleted years ago) | Thierry Vignaud | 2012-08-31 | 1 | -15/+0 |
| | |||||
* | (progress_text) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (do_install_3,sync_logger) make it obvious that parameters do be used | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (get_proxy_) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (run) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | | | | warning: needs newer drakx & rpmdrake | ||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 9 | -87/+321 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 8 | -4/+191 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 15 | -0/+357 |
| | |||||
* | split POD documentation | Thierry Vignaud | 2012-08-31 | 3 | -42/+67 |
| | |||||
* | add spacing | Thierry Vignaud | 2012-08-31 | 1 | -0/+1 |
| | |||||
* | (extract_packages_to_install) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (prepare_transaction) drop unused parameter | Thierry Vignaud | 2012-08-31 | 2 | -2/+2 |
| | |||||
* | (clean_trans_sources_from_src_packages) split it out of run() | Thierry Vignaud | 2012-08-31 | 1 | -6/+11 |
| | |||||
* | typo fix in comment | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | kill old obsolete comment | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | add missing spacing | Thierry Vignaud | 2012-08-31 | 1 | -0/+6 |
| | |||||
* | s/mdv/mga/ | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_check) only warn about missing signature for local packages | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | | | | | | | | | (aka those _not_ coming from any medium) rationale: we downgrade the missing signature check for local packages from a question (defaulting to "n") to a warning, thus fixing a testsuite regression introduced in 7.4 | ||||
* | (_check) do not ask about _virtual_ media without keys when using 'urpmi ↵ | Thierry Vignaud | 2012-08-31 | 1 | -0/+2 |
| | | | | | | | | --use-distrib' aka downgrade missing medium key check question to a warning for virtual media without keys when using urpmi --use-distrib (fix testsuite) | ||||
* | (_check) s/signatur/key/ in medium message | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (_check) honor per medium "verify-rpm" option for missing signature check | Thierry Vignaud | 2012-08-31 | 1 | -4/+7 |
| | | | | | | | | | | | | | aka do not check too early about unsigned packages (missing signatures) (fix testsuite, regression introduced in commit r5393) rationale: we wanted to warn about missing signatures on packages from media without signatures, but in doing so we did it too early before the 'verify-rpm' option check since we already have a check after (when we have a medium key), we can just check here for packages that do not came from any mirror (which we would have skiped just after) | ||||
* | urpmi.addmedia: add new --(no-)verify-rpm options | Thierry Vignaud | 2012-08-31 | 2 | -0/+2 |
| | |||||
* | (_installed_req_and_unreq_and_update_unrequested_list) only write | Thierry Vignaud | 2012-08-26 | 1 | -1/+4 |
| | | | | | the unrequested package list file if the list actually changed (mga#7167) | ||||
* | (_installed_req_and_unreq_and_update_unrequested_list) keep new pkgs list around | Thierry Vignaud | 2012-08-26 | 1 | -1/+2 |
| | | | | (needed for next commit) | ||||
* | do not wrongly tell we updated the unrequested package list when we | Thierry Vignaud | 2012-08-26 | 1 | -0/+1 |
| | | | | didn't (eg: when not having the proper rights) (mga#7167) | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | (_check) remove doble test | Thierry Vignaud | 2012-08-24 | 1 | -1/+0 |
| | | | | should have been removed in previous-previous commit r5394 | ||||
* | (_check) warn when a medium has no signature | Thierry Vignaud | 2012-08-24 | 1 | -0/+2 |
| |