summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* kill unused DUDF support (mga#4493)Thierry Vignaud2012-02-143-532/+0
|
* (run) --test: do not update /var/lib/rpm/installed-through-deps.list again & ↵Thierry Vignaud2012-02-141-1/+1
| | | | again
* (install) --test: do not display "More information on package"Thierry Vignaud2012-02-141-1/+1
|
* help perl_checkerThierry Vignaud2012-02-141-5/+5
|
* (_search_packages) make it faster when not using -i flagThierry Vignaud2012-02-071-1/+2
|
* (_search_packages) fix package count when using -a and when someThierry Vignaud2012-02-071-2/+11
| | | | packages exist in several repositories (eg: noarch packages) (mga#4322)
* fix translatingThierry Vignaud2012-02-011-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-02-015-10/+9
|
* (translate_why_removed_one) help perl_checkerThierry Vignaud2012-02-011-1/+1
|
* add perl_checker hintsThierry Vignaud2012-02-012-1/+2
|
* (_try_mounting_cdrom_using_hal) fix typo in previous commitThierry Vignaud2012-02-011-1/+1
|
* (_try_mounting_cdrom_using_hal) make it more readableThierry Vignaud2012-01-291-3/+2
|
* translation updates (HAL => Udisks)Thierry Vignaud2012-01-291-1/+1
|
* Switch is unusedThierry Vignaud2012-01-291-1/+0
|
* (already_installed) fix already installed noarch packages are listedThierry Vignaud2012-01-061-1/+1
| | | | twice on x86_64 (mga#4038)
* (_all_unrequested_orphans) fix reading unrequested packages listThierry Vignaud2012-01-061-5/+4
| | | | | | | | (/var/lib/rpm/installed-through-deps.list) when chrooted (was trying to read out of chroot one when computing orphans) (compute_future_unrequested_orphans,get_orphans) adapt to new calling convention
* (conflicting_packages_msg_) kill unused argsThierry Vignaud2012-01-061-2/+2
|
* (df) fix checking available space of mount pointThierry Vignaud2012-01-061-1/+1
| | | | | | | (cautgh by perl_checker, might help mga#1342) introduced by cfergeau in r261869 on 2009-10-13 ("add df function to urpm/sys.pm")
* (open_lzma) fix using xml info files with quotess in medium name (withThierry Vignaud2012-01-061-1/+1
| | | | | | | | | urpmf & urpmq) introduced in r232995 by pixel on 2008-01-15 ("fix using xml info files with spaces in medium name") (cautgh by perl_checker)
* (warn_about_locker) split it out of _lock()Thierry Vignaud2012-01-061-9/+13
|
* (get_lock_pid) simplify by reusing cat_()Thierry Vignaud2012-01-061-4/+1
|
* perl_checker cleanupsThierry Vignaud2012-01-067-17/+17
|
* disable dudf support (we've nothing server side)Thierry Vignaud2011-12-181-1/+1
|
* perl_checker cleanupsThierry Vignaud2011-12-051-6/+6
|
* (_pick_one_) do not pick rsync medium if rsync is not installed (mga#3557)Thierry Vignaud2011-12-051-1/+7
|
* (find) introduce it from MDK::CommonThierry Vignaud2011-12-051-0/+7
| | | | (needed for next commit)
* fix broken 'urpmi --no-md5sum' (pok, mga#62557)Thierry Vignaud2011-10-071-2/+6
|
* (_sync_webfetch_raw) use rsync to download from rsync-mirrors (Alexander ↵Thierry Vignaud2011-10-071-2/+2
| | | | | | | | | | | Barakin, mga#2518) due to options->{metalink} test, we were selecting curl/aria2/... before checking for rsync protocol tested by setting 'choosen' in /var/cache/urpmi/mirrors.cache to any mirror available on rsync, for examle: rsync://ftp-stud.hs-esslingen.de/Mageia/distrib/cauldron/x86_64
* (run) add infrastructure so that GUIes can offer not to ask anymore about ↵Thierry Vignaud2011-09-191-1/+2
| | | | missing or bad packages
* (new) fix N() usage thus fixing extracting translatable stringsThierry Vignaud2011-09-171-1/+1
|
* (get_now_orphans_gui_msg) introduce it for rpmdrake (#920)Thierry Vignaud2011-09-171-0/+13
|
* (_get_now_orphans_raw_msg) split it out of get_now_orphans_msg()Thierry Vignaud2011-09-171-2/+10
| | | | (needed for next commit)
* (configure,_auto_update_media,parse_media,update_media) fix (g)urpmiThierry Vignaud2011-09-141-4/+4
| | | | | | | --auto-select --update defaulting to all media when there're no update media (#1024) (syncing with currently shipped urpmi)
* (_mandriva_mirrorlist) default to mageia product for upgrading from mdvThierry Vignaud2011-09-141-1/+2
| | | | (syncing with currently shipped urpmi)
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-1324-36/+36
| | | | | | | | | | | | 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 noticesPer Øyvind Karlsen2010-11-2111-11/+11
|
* bring back urpmi.recover :)Per Øyvind Karlsen2010-11-211-0/+11
|
* - fix warning about "unitialized variable"Michael Scherer2010-07-301-1/+1
|
* - fix warning : "Use of uninitialized value in numeric lt (<) at ↵Michael Scherer2010-07-301-1/+1
| | | | urpm/media.pm line 1668."
* add --zeroconf support in urpmi.addmediaOlivier Blin2010-06-162-1/+57
|
* remember which media local packages came fromChristophe Fergeau2010-04-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | It's sometimes possible that a package is available from both a local medium (CDROM) and a distant one. This causes problems when the package isn't signed with the same key (this is bad but happens on MES5 install CDs) as urpmi tends to get confused about where a package comes from and then check the package against the wrong key. Packages are assigned IDs by urpmi, and these IDs are used to figure out the package media. This ID is also used as an identifier to "recognize" identical packages coming from different media, so we need to be careful when manipulating it. In particular, we can't assign the right ID to every package right away because then this would break package downloading (we'd download packages available on local media). When processing packages to download, if we encounter a local package, we assign it the right ID. This assumes the list of media in the blist are sorted by order of relevance (ie prioritary ones first).
* when using --update, allow to get dependencies from non-update mediaChristophe Fergeau2010-04-231-3/+11
| | | | Fixes #51268
* (add_distrib_media) disable non-free repository by default for FreeThierry Vignaud2010-02-251-8/+7
| | | | edition instead of not adding them (#40033)
* perl_checker cleanupsThierry Vignaud2010-02-241-3/+3
|
* (add_distrib_media) do not add non-free repository by default for Free ↵Thierry Vignaud2010-02-241-0/+11
| | | | edition (#40033)
* (run) reindent (pixel didn't wanted it at the time b/c it added oneThierry Vignaud2010-02-011-295/+295
| | | | layer in history but it's more readable that way...)
* - silence warning about urpm::media::PER_MEDIA_OPT used only onceMichael Scherer2010-01-221-0/+1
|
* - add md5sum module, as it is used later. It is cleaner to delcare what ↵Michael Scherer2010-01-221-0/+1
| | | | | | | module are used instead of relying on others modules to load it. This also prevent some loop and warnings.
* - remove uneeded module use, as this give some warningsMichael Scherer2010-01-221-1/+0
|
* - use a anonymous subroutine, so perl will rebind variables declared outside ↵Michael Scherer2010-01-221-4/+6
| | | | | | | of the subroutine. This bug prevent rpmdrake from installing two set of packages ( bug #54842 )