summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare next commits: introduce $medium->{parsed_md5sum}Pascal Rigaux2008-09-222-5/+7
|
* move check_synthesis_md5sum() inside get_synthesis__remote()Pascal Rigaux2008-09-221-2/+3
|
* change parameter passing mode of get_synthesis__remote()Pascal Rigaux2008-09-221-3/+3
|
* - urpmi.addmedia:Pascal Rigaux2008-09-222-44/+11
| | | | | | | | | o for remote media, do not probe for media_info files in "./", do it only in "media_info/" the goal is to simplify the code, and to ensure things work nicely with mirrorlist/aria2
* create urpm::mirrors::try_probe() as a alternative solution toPascal Rigaux2008-09-223-10/+35
| | | | | | urpm::mirrors::try() which ensure wrong path given by the user doesn't lead to mirrors being all blacklisted
* move {allow_metalink} from $urpm to $medium, and take into account user'sPascal Rigaux2008-09-222-3/+10
| | | | | requested downloader before choosing wether we will retry or rely on aria2
* warn only once "not using metalink since ..."Pascal Rigaux2008-09-221-4/+4
|
* create preferred_downloader() out of _sync_webfetch_raw()Pascal Rigaux2008-09-221-28/+35
|
* Updated Slovenian translations, thanks to Matej RepincJure Repinc2008-09-221-175/+119
|
* update for German (de) languageOliver Burger2008-09-221-383/+107
|
* minor greek (el) language update by NikosNikos Papadopoulos2008-09-211-927/+763
|
* update swedish translationThomas Backlund2008-09-211-156/+116
|
* updatesKeld Simonsen2008-09-201-161/+101
|
* add missing pointsThierry Vignaud2008-09-201-3/+3
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-191-11/+11
|
* - urpmi.addmedia:Pascal Rigaux2008-09-192-2/+5
| | | | | | | | o --distrib: do not skip "debug_for=" media (debug media will be added with flag "ignore" if noauto=1) as requested by fcrozat and tvignaud
* updatePascal Rigaux2008-09-181-11/+11
|
* 6.136.13Pascal Rigaux2008-09-182-1/+3
|
* document last commitPascal Rigaux2008-09-181-0/+5
|
* - Add some options to aria2 downloaderAurélien Lefebvre2008-09-181-2/+4
| | | | | - Reduce from 16 to 8 servers for each file in metalink
* Update French translationChristophe Berthelé2008-09-171-5/+5
|
* 6.126.12Thierry Vignaud2008-09-172-1/+3
|
* (write_urpmdb) copy updates descriptions too (usefull for rpmdrake)Thierry Vignaud2008-09-172-0/+4
|
* reindentThierry Vignaud2008-09-171-1/+2
|
* when using --bug, copy /root/.rpmdrake tooThierry Vignaud2008-09-172-1/+3
|
* updated translationPavel Maryanov2008-09-161-1647/+1062
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-121-470/+505
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-111-78/+44
|
* updatePascal Rigaux2008-09-111-113/+113
|
* 6.116.11Pascal Rigaux2008-09-112-1/+3
|
* - library:Pascal Rigaux2008-09-113-8/+26
| | | | | o create urpm::select::conflicting_packages_msg() for rpmdrake
* - fix locale problem with aria2Aurélien Lefebvre2008-09-101-0/+1
|
* fix namespace (it's really too late to commit more)Thierry Vignaud2008-09-092-2/+2
|
* (db_open_or_die__) typo fixThierry Vignaud2008-09-091-1/+1
|
* (db_open_or_die__) ahem...Thierry Vignaud2008-09-093-4/+6
|
* (db_open_or_die__) factorize some code (the name might have to be changed...)Thierry Vignaud2008-09-093-16/+12
|
* 6.106.10Thierry Vignaud2008-09-092-1/+3
|
* (set_env) extract it so that rpmdrake can support the --env optionThierry Vignaud2008-09-093-15/+20
|
* update russianAlexander Kazancev2008-09-091-80/+43
|
* (set_verbose,set_verbosity) enable rpmdrake to support -q & -v optionsThierry Vignaud2008-09-092-5/+13
|
* (set_debug) extract it so that rpmdrake can support the --debug optionThierry Vignaud2008-09-092-5/+9
|
* - library:Pascal Rigaux2008-09-092-1/+5
| | | | | o fix urpm::download::sync() return value (used by rpmdrake) (#43639)
* update .potPascal Rigaux2008-09-091-278/+277
|
* 6.96.9Pascal Rigaux2008-09-092-1/+3
|
* o fix orphans handling: an already installed pkg must not becomePascal Rigaux2008-09-092-3/+8
| | | | | | | "unrequested" because a new version of it is required fixes test_urpme(['gg', 'g'], 'g', 'g', 'gg-2');
* - reset unrequested lists after each testsPascal Rigaux2008-09-091-1/+3
| | | | | (since urpme doesn't clean for now)
* revert unwanted commit (was for debugging)Pascal Rigaux2008-09-091-1/+1
|
* - urpmiPascal Rigaux2008-09-094-0/+71
| | | | | | o after installing in chroot, migrate back rpmdb db version to one compatible with the rpm in the chroot
* clean __db* after computing need_restart (in chroot)Pascal Rigaux2008-09-091-0/+3
|
* add whereis_binary() Pascal Rigaux2008-09-091-0/+13
| | | | | (needed in upcoming should_we_migrate_back_rpmdb_db_version())