Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (_check) log when signature checking is disabled per medium | Thierry Vignaud | 2012-08-24 | 1 | -0/+4 | |
| | ||||||
* | (_check) warn about missing signatures and ask whether to install or not | Thierry Vignaud | 2012-08-24 | 1 | -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 calling | Thierry Vignaud | 2012-08-24 | 1 | -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 missing | Thierry Vignaud | 2012-08-24 | 1 | -0/+1 | |
| | ||||||
* | Only search for README.urpmi files in doc files (needs URPM >= 4.13)7.3 | Pascal Terjan | 2012-08-23 | 1 | -1/+1 | |
| | ||||||
* | (find_packages_to_remove) simplify | Thierry Vignaud | 2012-06-28 | 1 | -40/+1 | |
| | | | | (needs URPM >= 4.10) | |||||
* | (install) adapt to URPM-4.2 | Thierry Vignaud | 2012-06-13 | 1 | -1/+1 | |
| | ||||||
* | (_libdb_version,_rpm_version,should_we_migrate_back_rpmdb_db_version) | Thierry Vignaud | 2012-06-08 | 1 | -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 option | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 | |
| | | | | (explicitely _NOT_ advertized) | |||||
* | urpmi.cfg: support --download-all as an option (Pavel Shved, from mdv) | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 | |
| | ||||||
* | drop support for --gui | Thierry Vignaud | 2012-06-08 | 1 | -1/+0 | |
| | | | | (now useless) | |||||
* | drop /usr/X11R6/bin from $PATH | Thierry Vignaud | 2012-06-08 | 1 | -1/+5 | |
| | ||||||
* | (find_packages_to_remove) simplify case where only name was given | Thierry Vignaud | 2012-06-08 | 1 | -1/+0 | |
| | | | | (URPM::traverse_tag() already perfomed the check for us...) | |||||
* | (_install_src) simplify | Thierry Vignaud | 2012-06-08 | 1 | -1/+2 | |
| | ||||||
* | (_verify_rpm) let rpmdrake pass 'basename' option again | Thierry Vignaud | 2012-06-08 | 1 | -2/+1 | |
| | ||||||
* | (_finish) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -5/+13 | |
| | ||||||
* | (run) simplify | Thierry Vignaud | 2012-06-08 | 1 | -3/+2 | |
| | ||||||
* | (_run_transaction,run) try to make more readable by having less dereferencing | Thierry Vignaud | 2012-06-08 | 1 | -11/+16 | |
| | ||||||
* | (_run_transaction) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -44/+57 | |
| | ||||||
* | one less variable to pass around | Thierry Vignaud | 2012-06-08 | 1 | -4/+5 | |
| | ||||||
* | (_download_all, _install_src, _init_common_options, | Thierry Vignaud | 2012-06-08 | 1 | -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 scope | Thierry Vignaud | 2012-06-08 | 1 | -2/+7 | |
| | ||||||
* | (run) drop unused env variable | Thierry Vignaud | 2012-06-08 | 1 | -2/+2 | |
| | ||||||
* | (_run_parallel_transaction) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -9/+14 | |
| | ||||||
* | (_log_installing) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -9/+14 | |
| | ||||||
* | (run) add some comments | Thierry Vignaud | 2012-06-08 | 1 | -0/+8 | |
| | ||||||
* | (_init_common_options) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -15/+20 | |
| | ||||||
* | (_handle_removable_media) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -8/+13 | |
| | ||||||
* | (_continue_on_error) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -16/+22 | |
| | ||||||
* | (_install_src) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -14/+19 | |
| | ||||||
* | (_verify_rpm) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -14/+19 | |
| | ||||||
* | (_download_all) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -28/+33 | |
| | ||||||
* | (_download_callback) split it out of _download_packages() | Thierry Vignaud | 2012-06-08 | 1 | -5/+9 | |
| | ||||||
* | (_download_packages) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -42/+41 | |
| | ||||||
* | use newly introduced any() | Thierry Vignaud | 2012-06-08 | 3 | -5/+5 | |
| | ||||||
* | (any) introduce it from MDK::Common | Thierry Vignaud | 2012-06-08 | 1 | -0/+7 | |
| | | | | (needed for next commit) | |||||
* | (_register_media_cfg) simplify using member() | Thierry Vignaud | 2012-06-08 | 1 | -2/+2 | |
| | ||||||
* | (run) fix downloading twice noarch packages on x86_64 with --download-all ↵ | Thierry Vignaud | 2012-06-08 | 1 | -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 testsuite | Thierry Vignaud | 2012-06-08 | 1 | -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 orphan | Olivier Blin | 2012-04-19 | 1 | -3/+3 | |
| | ||||||
* | s/cooker/cauldron/ | Thierry Vignaud | 2012-04-08 | 1 | -1/+1 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-27 | 1 | -1/+1 | |
| | ||||||
* | (apply_delta_rpm) do not reinvent ->fullname | Thierry Vignaud | 2012-03-27 | 1 | -1/+1 | |
| | ||||||
* | silent perl_checker | Thierry Vignaud | 2012-03-27 | 4 | -31/+31 | |
| | ||||||
* | (selected2local_and_blists) silent perl_checker | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 | |
| | ||||||
* | sort imported functions | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 | |
| | ||||||
* | (selected2local_and_blists) prevent having duplicate packages in blists | Thierry Vignaud | 2012-03-26 | 1 | -1/+6 | |
| | | | | | (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867)) | |||||
* | (run) perl_checker cleanup | Thierry Vignaud | 2012-03-26 | 1 | -2/+2 | |
| | | | | | that's the only commit from the cleaning branch that will land before the mga2 release | |||||
* | (parse_media) fix debug statement to actually output values | Thierry Vignaud | 2012-03-21 | 1 | -1/+1 | |
| | | | | | | | | also tag it as translatable (sprintf() could have been used) bug introduced by cfergeau in r255088 on Mar 30 2009 which gratuitously drop the N() call: "Downgrade cryptic log message to debug message, fixes #49226" | |||||
* | (format_line_selected_packages) align columns headers to the columns values ↵ | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 | |
| | | | | in package list |