summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
Commit message (Expand)AuthorAgeFilesLines
* (_verify_rpm) make sure to have a meaningfull return code when callingThierry Vignaud2012-08-241-2/+4
* (_download_packages) decrease total package count when some files are missingThierry Vignaud2012-08-241-0/+1
* (_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
* 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
* (run) fix downloading twice noarch packages on x86_64 with --download-all (mg...Thierry Vignaud2012-06-081-0/+3
* sort imported functionsThierry Vignaud2012-03-261-1/+1
* (run) perl_checker cleanupThierry Vignaud2012-03-261-2/+2
* (handle_need_restart) enable to test "should restart" againThierry Vignaud2012-02-271-1/+1
* (run) --test: do not update /var/lib/rpm/installed-through-deps.list again & ...Thierry Vignaud2012-02-141-1/+1
* (run) add infrastructure so that GUIes can offer not to ask anymore about mis...Thierry Vignaud2011-09-191-1/+2
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
* (run) reindent (pixel didn't wanted it at the time b/c it added oneThierry Vignaud2010-02-011-295/+295
* - use a anonymous subroutine, so perl will rebind variables declared outside ...Michael Scherer2010-01-221-4/+6
* update copyrightThierry Vignaud2009-11-241-1/+1
* (handle_need_restart) do not advice to reboot when inside a chrootThierry Vignaud2009-11-241-0/+1
* (handle_need_restart) split it out of run() for readabilityThierry Vignaud2009-11-241-8/+18
* (run) perl_checker cleanupThierry Vignaud2009-11-241-1/+1
* allow to define the cache directory for RPMs when setting --download-allChristophe Fergeau2009-10-151-1/+6
* in download-all mode, download packages one by oneChristophe Fergeau2009-10-151-3/+10
* use references to return 2 distinct listsChristophe Fergeau2009-10-151-9/+8
* perl_checker cleanupsThierry Vignaud2009-10-151-3/+3
* don't call exit in main_loop or titi won't be so happy ;)Christophe Fergeau2009-10-141-1/+1
* perl_checker fixesChristophe Fergeau2009-10-131-1/+1
* check the FS has enough space before trying to download all packagesChristophe Fergeau2009-10-131-2/+11
* download all packages firstChristophe Fergeau2009-10-131-33/+49
* wrap one forgotten print in $urpm->{print}Christophe Fergeau2009-08-311-1/+1
* fix display of installation errorsChristophe Fergeau2009-08-171-1/+1
* (install,run) prevent garbaging text installer (#50776)Thierry Vignaud2009-08-111-7/+7
* (run) use urpmi log API for the transaction failed message instead ofThierry Vignaud2009-04-241-1/+1
* silently update the string "You may want to..." to "You may need to..." so thatThierry Vignaud2009-04-151-1/+4