Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | (install) add more callbacks for installer | Thierry Vignaud | 2009-03-03 | 1 | -0/+3 | |
| | ||||||
* | (run) no need to clean rpmdb if we're not going to use data extracted from it | Thierry Vignaud | 2009-01-30 | 1 | -3/+3 | |
| | ||||||
* | - urpmi | Pascal Rigaux | 2008-12-15 | 1 | -2/+2 | |
| | | | | | o --auto: do not prompt for "retry" on aria2 download failure | |||||
* | - urpmi | Pascal Rigaux | 2008-10-29 | 1 | -23/+32 | |
| | | | | | | | | | o in --auto, do display error message when rpms are missing more precisely, it displays a nicer error message, which is translated. it also displays "You may want to update your urpmi database." (which was not displayed in --auto) | |||||
* | simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use it | Pascal Rigaux | 2008-10-27 | 1 | -1/+0 | |
| | ||||||
* | - urpmi, gurpmi | Pascal Rigaux | 2008-10-21 | 1 | -0/+7 | |
| | | | | | o allow "retry" on aria2 download failure | |||||
* | do not call {ask_yes_or_no} callback with explicit "(y/N)" otherwise it is | Pascal Rigaux | 2008-10-21 | 1 | -4/+4 | |
| | | | | | displayed in GUIs (gurpmi/rpmdrake/...) | |||||
* | $urpm->{logger_id} is unused: | Pascal Rigaux | 2008-10-17 | 1 | -1/+0 | |
| | | | | | | | | - it has been "replaced" by $urpm->{logger_count} (r15626 | rgarciasuarez | 2006-03-20) - it was still used before when urpmi was forking on multiple transactions (dropped in urpmi 4.9.0, Nov 2006) | |||||
* | remove code duplication, | Pascal Rigaux | 2008-10-17 | 1 | -54/+20 | |
| | | | | | this fixes displaying "raw_message" errors in case of --nodeps/--force | |||||
* | move things for next commit | Pascal Rigaux | 2008-10-17 | 1 | -1/+2 | |
| | ||||||
* | be safer, only main_loop (partially) handles "raw_message" errors | Pascal Rigaux | 2008-10-17 | 1 | -0/+1 | |
| | ||||||
* | final "Installation failed:" error message is empty when a transaction failed | Pascal Rigaux | 2008-10-17 | 1 | -7/+15 | |
| | | | | | and a "Try installation with..." question was prompted (#44960) | |||||
* | - urpmi | Pascal Rigaux | 2008-10-14 | 1 | -2/+7 | |
| | | | | | | o diskspace issues are now a fatal error (need perl-URPM 3.20) (no use going on with the other transactions) | |||||
* | exit code 15 is already used for --expect-install, use exit code 16 for bad ↵ | Pascal Rigaux | 2008-10-07 | 1 | -1/+1 | |
| | | | | signature | |||||
* | - urpmi, rpmdrake: | Pascal Rigaux | 2008-10-06 | 1 | -1/+1 | |
| | | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575) | |||||
* | - urpmi | Pascal Rigaux | 2008-09-09 | 1 | -0/+7 | |
| | | | | | | o after installing in chroot, migrate back rpmdb db version to one compatible with the rpm in the chroot | |||||
* | clean __db* after computing need_restart (in chroot) | Pascal Rigaux | 2008-09-09 | 1 | -0/+3 | |
| | ||||||
* | this message is parsed in urpm::parallel too | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 | |
| | ||||||
* | goal: get rid of $list which must be used together with $urpm->{media}, and ↵ | Pascal Rigaux | 2008-07-08 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | use $blists instead - create urpm::get_pkgs::selected2local_and_blists(), which is similar to selected2list(), but returns a $blists - the following functions have been modified to use a $blists instead of $list: urpm::cdrom::copy_packages_of_removable_media() urpm::install::prepare_transaction() urpm::removable::try_mounting_non_cdroms() urpm::get_pkgs::download_packages_of_distant_media() - adapt code to use $blists | |||||
* | urpm::install::prepare_transaction() now returns the computed values instead of | Pascal Rigaux | 2008-07-08 | 1 | -5/+3 | |
| | | | | | modifying the parameters | |||||
* | rename %transaction_sources into $transaction_sources (for future commit) | Pascal Rigaux | 2008-07-08 | 1 | -16/+17 | |
| | ||||||
* | remove obsolete urpm::removable::copy_packages_of_removable_media(), call | Pascal Rigaux | 2008-07-08 | 1 | -1/+2 | |
| | | | | | urpm::cdrom::copy_packages_of_removable_media() directly |