summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix help in all versions as this is an old errortopic/5.19Nicolas Lécureuil2009-08-061-1/+1
|
* 5.19.10Thierry Vignaud2008-10-212-1/+3
|
* - urpmi.addmediaPascal Rigaux2008-10-213-0/+6
| | | | | | | o exit on failing media instead of ignoring them (esp. for --distrib) (backported from 6.14.x branch)
* 5.19.9Thierry Vignaud2008-10-152-1/+3
|
* (configure_urpm,do_install_3) display all urpmi logsThierry Vignaud2008-10-152-0/+7
|
* 5.19.8Pascal Rigaux2008-10-142-1/+3
|
* - library:Pascal Rigaux2008-10-142-1/+11
| | | | | | | | | o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version also allow to set URPMI_ADDMEDIA_REASON (backported from trunk)
* pixel actually forgots to commit and upload 5.19.7, so let's make current ↵Thierry Vignaud2008-10-142-5/+2
| | | | 5.19.8 be 5.19.7
* 5.19.8Thierry Vignaud2008-10-142-1/+3
|
* add support for --clean in gurpmiThierry Vignaud2008-10-142-1/+4
|
* 5.19.7Pascal Rigaux2008-10-142-4/+3
|
* - 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)
* 5.19.6Pascal Rigaux2008-10-142-1/+3
|
* - urpmi.addmedia:Pascal Rigaux2008-10-142-1/+4
| | | | | | | o handle mirrorlist with parameters: .../foo.list?reason=bar (backported from trunk)
* 5.19.5Thierry Vignaud2008-10-062-2/+2
|
* (do_install) typo fixThierry Vignaud2008-10-061-1/+1
|
* add missing tool nameThierry Vignaud2008-10-061-0/+1
|
* 5.19.4Thierry Vignaud2008-10-062-1/+3
|
* (do_install) just do not ask for confirmation before removing packages in ↵Thierry Vignaud2008-10-062-1/+4
| | | | --auto mode
* better logThierry Vignaud2008-10-061-1/+2
|
* 5.19.3Thierry Vignaud2008-10-062-1/+3
|
* (do_install_3) fix exiting in --auto modeThierry Vignaud2008-10-062-1/+4
|
* 5.19.2Thierry Vignaud2008-09-292-1/+3
|
* - library:Pascal Rigaux2008-09-042-0/+6
| | | | | o modify urpm::download::get_content() to work as non-superuser
* for next commitPascal Rigaux2008-09-042-2/+3
|
* 5.19.1Pascal Rigaux2008-09-042-1/+3
| | | | | (oops, i forgot to commit this long ago)
* (ask_choice) fix exit code if canceling when requested to select a choiceThierry Vignaud2008-08-142-1/+2
|
* (do_install_3) fix exit code if refusing to insert the proper mediaThierry Vignaud2008-08-142-1/+2
|
* (cancel_n_quit) notify callers when installation is canceled (#40358)Thierry Vignaud2008-08-143-4/+11
|
* - urpmiPascal Rigaux2008-07-103-2/+3
| | | | | | | o fix --parallel --auto-select when one box is up-to-date but not the others (#41924) (backported from trunk)
* - urpmiPascal Rigaux2008-06-262-1/+7
| | | | | o fix displaying "files are missing" (regression introduced in 5.6)
* create mdv2008.1 branchPascal Rigaux2008-04-080-0/+0
|
* update translation for galicianLeandro Regueiro2008-04-061-5/+5
|
* add a test case for something that currently failsPascal Rigaux2008-04-0311-0/+169
|
* update translation for galicianLeandro Regueiro2008-04-031-28/+54
|
* 5.19Pascal Rigaux2008-04-032-1/+3
|
* - urpmq:Pascal Rigaux2008-04-035-2/+28
| | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726)
* Updated nn translation.Karl Ove Hufthammer2008-04-031-1/+1
|
* 5.18Pascal Rigaux2008-04-012-1/+3
|
* - urpmfPascal Rigaux2008-04-012-0/+8
| | | | | | o in some cases (iso on disk), the hdlist is not available in media/xxx/media_info/, but we can use the statedir copy. So use it
* (copy_removable) add a FIXME noteThierry Vignaud2008-04-011-0/+1
|
* updateThierry Vignaud2008-04-011-0/+664
|
* update translation for galicianLeandro Regueiro2008-03-311-13/+15
|
* update translation for galicianLeandro Regueiro2008-03-311-316/+25
|
* - urpmf:Pascal Rigaux2008-03-313-9/+26
| | | | | | o check usage of -a, -! and the like instead of displaying the ugly "Internal error: syntax error ..."
* create add_urpmf_binary_op() and add_urpmf_unary_op(),Pascal Rigaux2008-03-311-3/+13
| | | | | nothing changed yet (see next commit)
* update translation for galicianLeandro Regueiro2008-03-311-124/+124
|
* - urpmi.addmedia:Pascal Rigaux2008-03-312-3/+8
| | | | | | o --mirrorlist: if the retrieved media.cfg is broken, try another mirror (#39591, it also workarounds #39592)
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-03-312-2/+7
| | | | | | o correctly handle media with no xml-info when using "xml-info: always" (#39521)
* create _maybe_in_statedir_MD5SUM() out of _any_media_info__or_download() for ↵Pascal Rigaux2008-03-311-3/+8
| | | | next commit