Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_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 |
| | |||||
* | (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) | ||||
* | sort imported functions | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | (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 | ||||
* | (handle_need_restart) enable to test "should restart" again | Thierry Vignaud | 2012-02-27 | 1 | -1/+1 |
| | | | | | it didn't work since commit r263652 on Tue Nov 24 2009 (was: "(handle_need_restart) do not advice to reboot when inside a chroot") | ||||
* | (run) --test: do not update /var/lib/rpm/installed-through-deps.list again & ↵ | Thierry Vignaud | 2012-02-14 | 1 | -1/+1 |
| | | | | again | ||||
* | (run) add infrastructure so that GUIes can offer not to ask anymore about ↵ | Thierry Vignaud | 2011-09-19 | 1 | -1/+2 |
| | | | | missing or bad packages | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | update copyright notices | Per Øyvind Karlsen | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | (run) reindent (pixel didn't wanted it at the time b/c it added one | Thierry Vignaud | 2010-02-01 | 1 | -295/+295 |
| | | | | layer in history but it's more readable that way...) | ||||
* | - use a anonymous subroutine, so perl will rebind variables declared outside ↵ | Michael Scherer | 2010-01-22 | 1 | -4/+6 |
| | | | | | | | of the subroutine. This bug prevent rpmdrake from installing two set of packages ( bug #54842 ) | ||||
* | update copyright | Thierry Vignaud | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | (handle_need_restart) do not advice to reboot when inside a chroot | Thierry Vignaud | 2009-11-24 | 1 | -0/+1 |
| | |||||
* | (handle_need_restart) split it out of run() for readability | Thierry Vignaud | 2009-11-24 | 1 | -8/+18 |
| | | | | (it has kept growing and it's needed for next commit anyway) | ||||
* | (run) perl_checker cleanup | Thierry Vignaud | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | allow to define the cache directory for RPMs when setting --download-all | Christophe Fergeau | 2009-10-15 | 1 | -1/+6 |
| | |||||
* | in download-all mode, download packages one by one | Christophe Fergeau | 2009-10-15 | 1 | -3/+10 |
| | | | | | This is to make sure that already downloaded packages aren't downloaded again if urpmi were to restart for whatever reason | ||||
* | use references to return 2 distinct lists | Christophe Fergeau | 2009-10-15 | 1 | -9/+8 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2009-10-15 | 1 | -3/+3 |
| | |||||
* | don't call exit in main_loop or titi won't be so happy ;) | Christophe Fergeau | 2009-10-14 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Christophe Fergeau | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | check the FS has enough space before trying to download all packages | Christophe Fergeau | 2009-10-13 | 1 | -2/+11 |
| | |||||
* | download all packages first | Christophe Fergeau | 2009-10-13 | 1 | -33/+49 |
| | |||||
* | wrap one forgotten print in $urpm->{print} | Christophe Fergeau | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | fix display of installation errors | Christophe Fergeau | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | (install,run) prevent garbaging text installer (#50776) | Thierry Vignaud | 2009-08-11 | 1 | -7/+7 |
| | | | | | | rationale: all prints in transaction/installation code now go through a callback that redirects the output at install time | ||||
* | (run) use urpmi log API for the transaction failed message instead of | Thierry Vignaud | 2009-04-24 | 1 | -1/+1 |
| | | | | | | printing it on the console so that installer can save each error with each transaction log instead of only having a summary at end | ||||
* | silently update the string "You may want to..." to "You may need to..." so that | Thierry Vignaud | 2009-04-15 | 1 | -1/+4 |
| | | | | | translations do not got fuzzy-ed just before the release | ||||
* | String fixes from John Rye | Christophe Fergeau | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | (run) enable installer to cancel installation | Thierry Vignaud | 2009-03-31 | 1 | -0/+3 |
| |