summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 6.43.16.43.1Thierry Vignaud2012-01-232-1/+3
|
* do not test urpm::dudfThierry Vignaud2012-01-232-2/+3
|
* (ui_msg) kill it, obsolete for years, thus fixing a GC cycleThierry Vignaud2012-01-232-4/+2
|
* Update Greek translationDimitrios Glentadakis2012-01-221-2/+2
|
* updated Turkish translationNuman Demirdöğen2012-01-161-305/+123
|
* updated Italian translationMatteo Pasotti2012-01-081-320/+179
|
* 6.436.43Thierry Vignaud2012-01-063-2/+4
|
* (already_installed) fix already installed noarch packages are listedThierry Vignaud2012-01-062-1/+2
| | | | twice on x86_64 (mga#4038)
* (_all_unrequested_orphans) fix reading unrequested packages listThierry Vignaud2012-01-062-5/+5
| | | | | | | | (/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-062-3/+3
|
* (df) fix checking available space of mount pointThierry Vignaud2012-01-062-1/+2
| | | | | | | (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-062-1/+3
| | | | | | | | | 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
|
* supplement blacklistThierry Vignaud2012-01-061-0/+2
|
* disable dudf support (we've nothing server side)Thierry Vignaud2011-12-183-3/+4
|
* fix another stupide failureThierry Vignaud2011-12-181-1/+1
|
* fix stupid testsuite faillure on mageia...Thierry Vignaud2011-12-181-1/+1
|
* perl_checker cleanupsThierry Vignaud2011-12-181-3/+0
|
* do not compute orphan packages when handling priority upgradesThierry Vignaud2011-12-182-1/+4
|
* supplement blacklistThierry Vignaud2011-12-181-0/+1
|
* Update Greek translationDimitrios Glentadakis2011-12-171-3/+2
|
* fix pot file so it passes msgfmt -cOliver Burger2011-12-101-4/+2
|
* Ukrainian translation updateYuri Chornoivan2011-12-101-248/+263
|
* improve style, translate moreThierry Vignaud2011-12-071-8/+8
|
* be consistent with full month namesThierry Vignaud2011-12-051-2/+2
|
* fix dates in NEWSThierry Vignaud2011-12-051-3/+3
|
* 6.426.42Thierry Vignaud2011-12-053-2/+4
|
* 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-052-1/+9
|
* (find) introduce it from MDK::CommonThierry Vignaud2011-12-051-0/+7
| | | | (needed for next commit)
* document that -a only works on enabled media (mga#3190)Thierry Vignaud2011-10-273-2/+5
|
* 6.416.41Thierry Vignaud2011-10-143-2/+4
|
* fix broken 'urpmi --no-md5sum' (pok, mga#62557)Thierry Vignaud2011-10-073-3/+8
|
* ignore perl_checker cacheThierry Vignaud2011-10-072-0/+2
|
* update URLThierry Vignaud2011-10-071-1/+1
|
* (_sync_webfetch_raw) use rsync to download from rsync-mirrors (Alexander ↵Thierry Vignaud2011-10-072-2/+3
| | | | | | | | | | | 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
* Update translation for the Greek languageDimitrios Glentadakis2011-09-301-25/+35
|
* updateThierry Vignaud2011-09-202-23/+23
|
* (run) add infrastructure so that GUIes can offer not to ask anymore about ↵Thierry Vignaud2011-09-192-1/+4
| | | | missing or bad packages
* sync with codeThierry Vignaud2011-09-1769-21174/+29880
|
* prevent fuzzying translationsThierry Vignaud2011-09-1769-246/+246
|
* (new) fix N() usage thus fixing extracting translatable stringsThierry Vignaud2011-09-171-1/+1
|
* blacklist XSLoaderThierry Vignaud2011-09-171-0/+1
|
* (get_now_orphans_gui_msg) introduce it for rpmdrake (#920)Thierry Vignaud2011-09-172-0/+15
|
* (_get_now_orphans_raw_msg) split it out of get_now_orphans_msg()Thierry Vignaud2011-09-171-2/+10
| | | | (needed for next commit)
* 6.406.40Thierry Vignaud2011-09-142-1/+3
|
* sync with currently shipped urpmiThierry Vignaud2011-09-142-13/+23
|
* (configure,_auto_update_media,parse_media,update_media) fix (g)urpmiThierry Vignaud2011-09-142-4/+6
| | | | | | | --auto-select --update defaulting to all media when there're no update media (#1024) (syncing with currently shipped urpmi)