summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - urpmi, gurpmiPascal Rigaux2008-10-232-4/+15
| | | | | o retry once on aria2 versioned-file download failure
* fix buildThierry Vignaud2008-10-221-3/+3
|
* 6.14.9Thierry Vignaud2008-10-222-1/+3
|
* - urpmi, gurpmiPascal Rigaux2008-10-215-25/+58
| | | | | | | o allow "retry" on aria2 download failure (backported from trunk: r248522 r248523 r248538 r248541 r248554)
* - gurpmiPascal Rigaux2008-10-212-1/+3
| | | | | o fix answering yes to questions on error
* - urpmi.addmediaPascal Rigaux2008-10-213-0/+5
| | | | | o exit on failing media instead of ignoring them (esp. for --distrib)
* fix translation (thanks to Gustavo Ariel Giampaoli)Pascal Rigaux2008-10-211-4/+2
|
* - urpmi.updatePascal Rigaux2008-10-202-13/+32
| | | | | | | o fix --force-key (#45094) (backported from trunk)
* - urpmiPascal Rigaux2008-10-203-15/+4
| | | | | | | o fix --auto-update ignoring --media and default-media (#45097) (backported from trunk)
* - urpme, libraryPascal Rigaux2008-10-173-1/+5
| | | | | | o do not display things like "conflicts@b-1-1.noarch@a-1-1.noarch@/etc/foo" (regression introduced in 6.14.5)
* 6.14.8Thierry Vignaud2008-10-162-1/+3
|
* add support for --clean in gurpmiThierry Vignaud2008-10-162-1/+4
|
* 6.14.7Pascal Rigaux2008-10-162-1/+3
|
* fix the logPascal Rigaux2008-10-161-1/+3
|
* extract error from aria2 log instead of giving it rawPascal Rigaux2008-10-161-2/+2
| | | | | (backported from trunk)
* - gurpmiPascal Rigaux2008-10-162-1/+9
| | | | | | | o display the download errors (backported from trunk)
* 6.14.6Thierry Vignaud2008-10-152-1/+3
|
* (configure_urpm,do_install_3) display all urpmi logsThierry Vignaud2008-10-152-0/+8
|
* 6.14.5Pascal Rigaux2008-10-152-1/+3
|
* - urpmiPascal Rigaux2008-10-153-2/+12
| | | | | | | | o diskspace issues are now a fatal error (need perl-URPM 3.18.1) (no use going on with the other transactions) (backported from trunk)
* 6.14.4Pascal Rigaux2008-10-142-1/+3
|
* - library:Pascal Rigaux2008-10-142-1/+7
| | | | | o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version
* - aria2Pascal Rigaux2008-10-142-1/+3
| | | | | o use it even if nearest mirror is rsync
* - urpmi.update:Pascal Rigaux2008-10-144-5/+10
| | | | | | | | o handle --nocheck: it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a --nocheck" (partial backport from trunk)
* 6.14.3Pascal Rigaux2008-10-132-1/+3
|
* - aria2:Pascal Rigaux2008-10-132-0/+5
| | | | | | o do not use --max-file-not-found=3 when downloading rpms (since rpms are "versioned")
* 6.14.2Thierry Vignaud2008-10-092-1/+3
|
* log latest changesThierry Vignaud2008-10-091-0/+2
|
* copy translations from trunk since reference catalog is the same when updatedThierry Vignaud2008-10-0969-0/+238451
|
* remove current translations; we'll just copy translations from trunk since ↵Thierry Vignaud2008-10-0969-237351/+0
| | | | reference catalog is the same when updated
* fix file listThierry Vignaud2008-10-081-0/+1
|
* 6.14.1Pascal Rigaux2008-10-082-1/+3
|
* enhance layout (as suggested by fcrozat)Pascal Rigaux2008-10-081-1/+0
|
* - gurpmiPascal Rigaux2008-10-073-22/+64
| | | | | o overall progress-bar, display the download speed, nicer looking
* (do_install) typo fixThierry Vignaud2008-10-071-1/+1
|
* fix gurpmi2 that was broken because of commit "r247805 | pixel | 2008-10-06"Pascal Rigaux2008-10-071-0/+1
| | | | | | | ie "re-allow to continue on bad signature" (backported from trunk)
* exit code 15 is already used for --expect-install, use exit code 16 for bad ↵Pascal Rigaux2008-10-072-1/+5
| | | | | | | signature (backported from trunk)
* - urpmi, gurpmi:Pascal Rigaux2008-10-064-3/+10
| | | | | | | | o handle (poorly) --replacefiles (will be used by mdkonline) (backported from trunk, except we don't want to require a new perl-URPM, so we pass "force" instead of "replacefiles" to rpmlib)
* (do_install) just do not ask for confirmation before removing packages in ↵Thierry Vignaud2008-10-062-1/+3
| | | | --auto mode
* (do_install_3) do not exit in --auto mode at end of installation which preventsThierry Vignaud2008-10-062-1/+4
| | | | | restarting after priority upgrade
* - library:Pascal Rigaux2008-10-062-0/+4
| | | | | | | o pass "replacefiles" to rpmlib (will be used by mdkonline) (butchered backport of trunk's r247802 2008-10-06)
* - urpmi, rpmdrake:Pascal Rigaux2008-10-064-3/+11
| | | | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575) (backported from trunk)
* branch for mdv2009.0Pascal Rigaux2008-10-060-0/+0
|
* 6.146.14Pascal Rigaux2008-09-232-1/+3
|
* - aria2:Pascal Rigaux2008-09-232-0/+2
| | | | | o use --ftp-pasv (as suggested by aria2 developer)
* - aria2:Pascal Rigaux2008-09-231-0/+2
| | | | | | | o use --connect-timeout 6 seconds (instead of 3) (cf commit in urpm/download.pm)
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-10/+20
| | | | | | o for remote media, instead of first checking reconfig.urpmi, try MD5SUM. If it fails try reconfig.urpmi
* increase connect-timeout for aria2Pascal Rigaux2008-09-231-2/+2
|
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-1/+6
| | | | | | o do not get "descriptions" on non "update" media since it's useless and potentially slow
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-3/+3
| | | | | o only look for "descriptions" in media_info/