summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* fix parsing of "download complete" messages from aria2Christophe Fergeau2009-10-051-1/+1
| | | | Fixes bug #53749
* (_compute_flags_for_skiplist) do not display skiped packages on console by ↵Thierry Vignaud2009-10-021-1/+1
| | | | default with rpmdrake
* Do not list as orphans kernel packages which where not installe through ↵Pascal Terjan2009-09-281-2/+5
| | | | dependencies (#53425)
* forgot quotesChristophe Fergeau2009-09-251-1/+1
|
* disable certificate checks on media with the right optionChristophe Fergeau2009-09-251-0/+1
|
* add per-media disable-certificate-check optionChristophe Fergeau2009-09-252-1/+2
|
* default to checking certificates when dowloading dataChristophe Fergeau2009-09-252-4/+4
|
* make certificate check for aria2 behave the same as for the other downloadersChristophe Fergeau2009-09-241-0/+1
|
* string fixes in dudf moduleChristophe Fergeau2009-09-211-2/+2
|
* exclude kernel-source from orphan processing (#53426)Christophe Fergeau2009-09-041-1/+1
|
* revert bogus commit r259891Thierry Vignaud2009-09-031-1/+1
|
* add missing parameterThierry Vignaud2009-09-031-1/+1
|
* prevent perl_checker to comply about this (urpmi does _NOT_ use MDK::Common)Thierry Vignaud2009-09-031-3/+3
|
* more perl_checker cleanupsThierry Vignaud2009-09-031-0/+2
|
* missing argumentThierry Vignaud2009-09-031-1/+1
|
* (_cleanup_mediacfg_dir) kill unused variableThierry Vignaud2009-09-031-2/+0
|
* (_remove_medium_from_mediacfg) fix using actually given arguments... (#53097)Thierry Vignaud2009-09-031-1/+1
|
* minor perl_checker cleanups in order to reduce SNRThierry Vignaud2009-09-031-23/+21
|
* use https when getting files from api.mandriva.comChristophe Fergeau2009-08-311-2/+2
|
* download: allow callee of get_content to pass downloader optionsChristophe Fergeau2009-08-311-2/+2
|
* download: add an option to be strict about SSL certificate checksChristophe Fergeau2009-08-311-2/+2
|
* wrap one forgotten print in $urpm->{print}Christophe Fergeau2009-08-311-1/+1
|
* move "\n" out of translatable stringChristophe Fergeau2009-08-311-2/+2
|
* correct bug #52954Olivier Rosello2009-08-271-1/+3
|
* (_get_current_kernel_package) explainThierry Vignaud2009-08-201-0/+1
|
* (_kernel_callback,_get_orphan_kernels,_all_unrequested_orphans) offerThierry Vignaud2009-08-201-0/+48
| | | | | | | to remove old kernels (excluding the running one) do not do anything if we failed to detect the running one (ie: chroot))
* (add2hash_) copy it from MDK::Common (needed for next commit)Thierry Vignaud2009-08-201-0/+2
|
* (_get_current_kernel_package,_all_unrequested_orphans) do not offer to ↵Thierry Vignaud2009-08-201-0/+11
| | | | remove current kernel
* perl_checker cleanupThierry Vignaud2009-08-201-1/+1
|
* module must return a true valueThierry Vignaud2009-08-201-0/+2
|
* add new line after message suggesting to remove orphansChristophe Fergeau2009-08-201-2/+2
| | | | Fixes bug #53003
* append a 'reason' field to api.mandriva.com queries when the query isChristophe Fergeau2009-08-181-3/+12
| | | | meant to update the mirror list
* don't attempt to expand empty media urls, fixes #52860Christophe Fergeau2009-08-171-1/+1
|
* fix display of installation errorsChristophe Fergeau2009-08-171-1/+1
|
* remove debugging printChristophe Fergeau2009-08-131-4/+0
|
* code cleanups, small fixes in media.cfg savingChristophe Fergeau2009-08-131-25/+20
|
* Save media.cfg files locally to map urpmi.cfg media to media.cfgChristophe Fergeau2009-08-131-3/+155
| | | | | | | | | | | To make it possible to associate more metainformation with the media stored in urpmi.cfg, we need to be able to associate a given urpmi.cfg medium with the media.cfg files it was created from. To do that, we save media.cfg files locally in /etc/urpmi/mediacfg.d/$name with an additional 'url' or 'mirrorlist' files. Those files are used to resolve the relative names stored in media.cfg so that we can associate them with the absolute names stored in urpmi.cfg. The mediacfg.d dir is cleaned up when a medium is removed (if necessary).
* (install,run) prevent garbaging text installer (#50776)Thierry Vignaud2009-08-112-11/+12
| | | | | | rationale: all prints in transaction/installation code now go through a callback that redirects the output at install time
* take into account $RELEASE, $ARCH in urls passed to urpmi.addmediaChristophe Fergeau2009-08-111-0/+3
| | | | Fixes bug #52276
* fix string committed in previous commit to make it translatableChristophe Fergeau2009-08-101-4/+2
|
* improve message notifying about orphansChristophe Fergeau2009-08-101-3/+5
| | | | patch from François, fixes bug #42484
* fixes part of bug #52655 : if urpm-dudf installed and --auto used : no more ↵Olivier Rosello2009-08-061-3/+11
| | | | question, no dudf upload
* epoch added in several places (forgotten before) + some minor bugs corrected ↵Olivier Rosello2009-08-041-23/+66
| | | | into DUDF XML
* Fix some spelling mistakesPascal Terjan2009-08-031-1/+1
|
* unwrap long string for translationChristophe Fergeau2009-07-311-3/+1
|
* forgot to use urpm::util for append_to_fileChristophe Fergeau2009-07-311-0/+1
|
* more dudf cleanupsChristophe Fergeau2009-07-301-30/+13
|
* small clean-ups in text messagesChristophe Fergeau2009-07-301-3/+3
|
* slight clean-up in wget downloading handlingChristophe Fergeau2009-07-302-8/+9
|
* dudf patch from Olivier Rosello for the Mancoosi projectChristophe Fergeau2009-07-303-5/+481
|