summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* (_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)
* urpmi.addmedia: add new --(no-)verify-rpm optionsThierry Vignaud2012-08-312-0/+2
|
* (_installed_req_and_unreq_and_update_unrequested_list) only writeThierry Vignaud2012-08-261-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 aroundThierry Vignaud2012-08-261-1/+2
| | | | (needed for next commit)
* do not wrongly tell we updated the unrequested package list when weThierry Vignaud2012-08-261-0/+1
| | | | didn't (eg: when not having the proper rights) (mga#7167)
* perl_checker cleanupThierry Vignaud2012-08-241-1/+1
|
* (_check) remove doble testThierry Vignaud2012-08-241-1/+0
| | | | should have been removed in previous-previous commit r5394
* (_check) warn when a medium has no signatureThierry Vignaud2012-08-241-0/+2
|
* (_check) log when signature checking is disabled per mediumThierry Vignaud2012-08-241-0/+4
|
* (_check) warn about missing signatures and ask whether to install or notThierry Vignaud2012-08-241-0/+3
| | | | | (in the case where a package is unsigned and came from media without signatures)
* (_verify_rpm) make sure to have a meaningfull return code when callingThierry Vignaud2012-08-241-2/+4
| | | | | | | | | 'bad_signature' callback (run) fix installing a package if user acks bogus signature (regression introduced in commit r4862 on 2012-06-08: "(_download_all) split it out of run()")
* (_download_packages) decrease total package count when some files are missingThierry Vignaud2012-08-241-0/+1
|
* Only search for README.urpmi files in doc files (needs URPM >= 4.13)7.3Pascal Terjan2012-08-231-1/+1
|
* (find_packages_to_remove) simplifyThierry Vignaud2012-06-281-40/+1
| | | | (needs URPM >= 4.10)
* (install) adapt to URPM-4.2Thierry Vignaud2012-06-131-1/+1
|
* (_libdb_version,_rpm_version,should_we_migrate_back_rpmdb_db_version)Thierry Vignaud2012-06-081-3/+3
| | | | adapt to perl-5.16.0: it looks like 'eval "v..."' no longuer create version objects
* urpmi.cfg: support --tune-rpm as an optionThierry Vignaud2012-06-081-0/+1
| | | | (explicitely _NOT_ advertized)
* urpmi.cfg: support --download-all as an option (Pavel Shved, from mdv)Thierry Vignaud2012-06-081-0/+1
|
* drop support for --guiThierry Vignaud2012-06-081-1/+0
| | | | (now useless)
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+5
|
* (find_packages_to_remove) simplify case where only name was givenThierry Vignaud2012-06-081-1/+0
| | | | (URPM::traverse_tag() already perfomed the check for us...)
* (_install_src) simplifyThierry Vignaud2012-06-081-1/+2
|
* (_verify_rpm) let rpmdrake pass 'basename' option againThierry Vignaud2012-06-081-2/+1
|
* (_finish) split it out of run()Thierry Vignaud2012-06-081-5/+13
|
* (run) simplifyThierry Vignaud2012-06-081-3/+2
|
* (_run_transaction,run) try to make more readable by having less dereferencingThierry Vignaud2012-06-081-11/+16
|
* (_run_transaction) split it out of run()Thierry Vignaud2012-06-081-44/+57
|
* one less variable to pass aroundThierry Vignaud2012-06-081-4/+5
|
* (_download_all, _install_src, _init_common_options,Thierry Vignaud2012-06-081-10/+10
| | | | | | | | _run_parallel_transaction) pass less arguments now that we have package scope variables which also fix a bug in newly introduced _install_src() where it would increment $nok w/o any actual side effect in run()
* make some global variables having package scopeThierry Vignaud2012-06-081-2/+7
|
* (run) drop unused env variableThierry Vignaud2012-06-081-2/+2
|
* (_run_parallel_transaction) split it out of run()Thierry Vignaud2012-06-081-9/+14
|
* (_log_installing) split it out of run()Thierry Vignaud2012-06-081-9/+14
|
* (run) add some commentsThierry Vignaud2012-06-081-0/+8
|
* (_init_common_options) split it out of run()Thierry Vignaud2012-06-081-15/+20
|
* (_handle_removable_media) split it out of run()Thierry Vignaud2012-06-081-8/+13
|
* (_continue_on_error) split it out of run()Thierry Vignaud2012-06-081-16/+22
|
* (_install_src) split it out of run()Thierry Vignaud2012-06-081-14/+19
|
* (_verify_rpm) split it out of run()Thierry Vignaud2012-06-081-14/+19
|
* (_download_all) split it out of run()Thierry Vignaud2012-06-081-28/+33
|
* (_download_callback) split it out of _download_packages()Thierry Vignaud2012-06-081-5/+9
|
* (_download_packages) split it out of run()Thierry Vignaud2012-06-081-42/+41
|
* use newly introduced any()Thierry Vignaud2012-06-083-5/+5
|
* (any) introduce it from MDK::CommonThierry Vignaud2012-06-081-0/+7
| | | | (needed for next commit)
* (_register_media_cfg) simplify using member()Thierry Vignaud2012-06-081-2/+2
|
* (run) fix downloading twice noarch packages on x86_64 with --download-all ↵Thierry Vignaud2012-06-081-0/+3
| | | | | | | (mga#4867)) (w/o introducing testsuite regressions like previous fix) (reducing side effects to the download-all code)
* revert commit r3849 from Mar 26 2012 as it causes a testsuiteThierry Vignaud2012-06-081-6/+1
| | | | | | | | | regression: "(selected2local_and_blists) prevent having duplicate packages in blists (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867))"
* urpmi: do not print orphans message when no package is orphanOlivier Blin2012-04-191-3/+3
|
* s/cooker/cauldron/Thierry Vignaud2012-04-081-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-271-1/+1
|