summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* drop --repackage option (non working since rpm-4.6 in 2009)Thierry Vignaud2012-10-053-5/+2
| | | | | | should have been done right after commit r251061 by pixel on Tue Jan 2009: "- drop urpmi.recover (no more possible with rpm 4.6 which doesn't handle --repackage)"
* drop again urpmi.recoverThierry Vignaud2012-10-051-10/+0
| | | | | | | (no more possible since rpm 4.6 which doesn't handle --repackage) was droped in 2009 but was resurected in mdv in initial rpm5 introduction before Mageia creation
* (_simple_resolve_dependencies) fix urpmq --whatrequires regression ↵Thierry Vignaud2012-10-041-1/+1
| | | | | | | | introduced in 7.8.2 (#7706) as well as similar issue in urpmi --parallel issue introduced in commit r6067 on 2012-09-26: "simplify"
* we use UDisks instead of HalThierry Vignaud2012-10-011-2/+2
|
* rename 'hal_cdroms' as 'cdroms' since we no longuer use HalThierry Vignaud2012-10-011-10/+10
|
* (_try_mounting_cdrom_using_hal) rename it as_try_mounting_cdrom_using_udisks()Thierry Vignaud2012-10-011-3/+3
|
* rename 'hal_path' as 'udisks_path' since we no longuer use HalThierry Vignaud2012-10-011-13/+13
|
* (_simple_resolve_dependencies) further simplify, fixing previous commitThierry Vignaud2012-09-271-2/+3
|
* kill deprecated selected2list() functionThierry Vignaud2012-09-261-8/+0
|
* kill deprecated find_mntpoints() functionThierry Vignaud2012-09-261-10/+0
|
* adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages()Thierry Vignaud2012-09-262-2/+2
|
* (message_input_) rename it as message_input()Thierry Vignaud2012-09-261-3/+3
|
* kill deprecated message_input()Thierry Vignaud2012-09-261-4/+1
|
* simplifyThierry Vignaud2012-09-261-2/+1
|
* (_curl_action) kill unused parameter that could never have been usedThierry Vignaud2012-09-081-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 cleanupThierry Vignaud2012-09-081-1/+1
|
* kill unused variablesThierry Vignaud2012-09-0810-19/+0
|
* (open_lzma) use xz instead of lzma in order to read metadataThierry Vignaud2012-09-051-1/+1
|
* (copyright) factorize a translated stringThierry Vignaud2012-09-011-0/+12
|
* (_check) remove useless "\n" at end of two messagesThierry Vignaud2012-08-311-2/+2
|
* (_check) slighty better security messagesThierry Vignaud2012-08-311-2/+2
|
* (_check) prefix some messages with "SECURITY:"Thierry Vignaud2012-08-311-2/+2
|
* (_check) warn about packages we don't check even if not using -vThierry Vignaud2012-08-311-1/+1
|
* sort exportsThierry Vignaud2012-08-311-11/+26
|
* perl_checker cleanupThierry Vignaud2012-08-311-1/+1
|
* perl_checker cleanup: kill unused variablesThierry Vignaud2012-08-311-4/+1
| | | | | (they're unused since commit r5054 on 2012-06-28: "(find_packages_to_remove) simplify")
* (get_distant_media_filesize) kill unused parameterThierry Vignaud2012-08-312-3/+3
|
* (removed_packages) kill unused parameterThierry Vignaud2012-08-311-4/+4
|
* (unselected_packages) kill unused parameterThierry Vignaud2012-08-311-2/+2
|
* (urpm::download::sync) drop it (it was obsoleted years ago)Thierry Vignaud2012-08-311-15/+0
|
* (progress_text) kill unused parameterThierry Vignaud2012-08-311-2/+2
|
* (do_install_3,sync_logger) make it obvious that parameters do be usedThierry Vignaud2012-08-311-2/+2
|
* (get_proxy_) kill unused parameterThierry Vignaud2012-08-311-2/+2
|
* (run) drop unused parameterThierry Vignaud2012-08-311-1/+1
| | | | warning: needs newer drakx & rpmdrake
* convert a couple comments to PODThierry Vignaud2012-08-319-87/+321
|
* document some functionsThierry Vignaud2012-08-318-4/+191
|
* add basic POD documentationThierry Vignaud2012-08-3115-0/+357
|
* split POD documentationThierry Vignaud2012-08-313-42/+67
|
* add spacingThierry Vignaud2012-08-311-0/+1
|
* (extract_packages_to_install) drop unused parameterThierry Vignaud2012-08-311-1/+1
|
* (prepare_transaction) drop unused parameterThierry Vignaud2012-08-312-2/+2
|
* (clean_trans_sources_from_src_packages) split it out of run()Thierry Vignaud2012-08-311-6/+11
|
* typo fix in commentThierry Vignaud2012-08-311-2/+2
|
* kill old obsolete commentThierry Vignaud2012-08-311-1/+1
|
* add missing spacingThierry Vignaud2012-08-311-0/+6
|
* s/mdv/mga/Thierry Vignaud2012-08-311-2/+2
|
* (_check) only warn about missing signature for local packagesThierry Vignaud2012-08-311-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 Vignaud2012-08-311-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 messageThierry Vignaud2012-08-311-1/+1
|
* (_check) honor per medium "verify-rpm" option for missing signature checkThierry Vignaud2012-08-311-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)