summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - urpmi.updatePascal Rigaux2008-11-132-24/+22
| | | | | | | | | | | | o updated "ignore"d medium should not become non "ignore"d (#45457) (regression introduced in 6.14.9) the fix is to use update_those_media() which doesn't filter on {ignore} media, and so we don't need to unset {ignore} to allow updating a media setting {modified} is hopefully unneeded when using update_those_media(), but who knows :-/
* create update_those_media() out of update_media()Pascal Rigaux2008-11-131-5/+11
| | | | | (to be used in urpmi.update)
* create all_media_to_update() and use itPascal Rigaux2008-11-131-4/+10
|
* inline _update_media__handle_some_flags()Pascal Rigaux2008-11-131-15/+10
| | | | | (for next commit)
* allow setting aria2-options in urpmi.cfg (trunk 248915)Anssi Hannula2008-10-312-1/+3
|
* - urpmiPascal Rigaux2008-10-292-0/+4
| | | | | o in --auto, do display an error message when rpms are missing
* update potPascal Rigaux2008-10-281-2/+2
|
* 6.14.11Pascal Rigaux2008-10-282-1/+3
|
* fix bug numberPascal Rigaux2008-10-281-1/+1
|
* - urpmiPascal Rigaux2008-10-288-2/+72
| | | | | | | | o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ; urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not remove firefox (cf #45054) (this is especially bad for DrakX/rpmsrate)
* update potPascal Rigaux2008-10-231-144/+150
|
* 6.14.10Pascal Rigaux2008-10-232-1/+3
|
* - 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)