summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a test that is fixed in perl-URPM 3.12Pascal Rigaux2008-03-078-0/+115
|
* add a commentPascal Rigaux2008-03-071-0/+1
|
* - this bug is fixedPascal Rigaux2008-03-071-2/+2
| | | | | - add bug number (it was only in the commit log)
* adapt docPascal Rigaux2008-03-071-1/+1
|
* - modify infrastructure so that rpmdrake doesn't select all updates byPascal Rigaux2008-03-062-3/+16
| | | | | | | default (#38611) ie create resolve_priority_upgrades_after_auto_select() for use in rpmdrake
* create _priority_upgrade_pkgs()Pascal Rigaux2008-03-061-8/+10
| | | | | (this may be a little bit slower, but it is needed for next commit)
* fix previous commitPascal Rigaux2008-03-061-2/+2
|
* move $resolve_priority_upgrades out of resolve_dependencies() into its ownPascal Rigaux2008-03-061-18/+20
| | | | | function _resolve_priority_upgrades()
* revert what tv added, will give rpmdrake a special function for its needsPascal Rigaux2008-03-061-7/+2
|
* 5.8.1Thierry Vignaud2008-03-062-1/+3
|
* (resolve_dependencies) add infrastructure so that rpmdrake doesn'tThierry Vignaud2008-03-062-1/+5
| | | | | select all updates by default (#38611)
* Fixed non-sensical translation.Marek Laane2008-03-061-2/+2
|
* Updated Estonian translation.Marek Laane2008-03-061-59/+58
|
* nicer error messagePascal Rigaux2008-03-062-4/+4
|
* update translation for PolishTomasz Bednarski2008-03-051-156/+68
|
* one more typo fixThierry Vignaud2008-03-051-1/+1
|
* typo fixThierry Vignaud2008-03-051-1/+1
|
* 5.8Thierry Vignaud2008-03-042-1/+3
|
* Update Czech translation.Michal Bukovjan2008-03-041-163/+90
|
* cleanupPascal Rigaux2008-03-041-6/+4
|
* updateThierry Vignaud2008-03-041-0/+2582
|
* (add_packages_to_priority_upgrade_list) prevent adding twice the same packageThierry Vignaud2008-03-041-0/+1
|
* (resolve_dependencies) add 'upgrade_callback' andThierry Vignaud2008-03-042-1/+6
| | | | | | 'resolve_req_callback' callbacks so that rpmdrake can reuse more urpmi code
* (install) do not pretent removing packages from cache when there'sThierry Vignaud2008-03-042-1/+4
| | | | | nothing to remove
* handle priority upgrade listThierry Vignaud2008-03-044-3/+25
|
* (add_packages_to_priority_upgrade_list) introduce it so that gurpmi &Thierry Vignaud2008-03-042-0/+9
| | | | | rpmdrake can handle priority upgrade list
* (set_priority_upgrade_option) split default priority upgrade listThierry Vignaud2008-03-041-1/+3
| | | | | needed for next commit
* factorize common options between urpmi & gurpmiThierry Vignaud2008-03-041-9/+6
|
* Japanese translation updated.Yukiko Bando2008-03-041-16/+16
|
* add bug numberPascal Rigaux2008-03-041-1/+1
|
* updateJosé Melo2008-03-031-152/+66
|
* updated translationPavel Maryanov2008-03-031-383/+399
|
* simplifyPascal Rigaux2008-03-031-1/+1
|
* correctly name function since it's outside of its modulePascal Rigaux2008-03-032-3/+3
|
* correctly name function since it's outside of its modulePascal Rigaux2008-03-032-3/+3
|
* fix commentPascal Rigaux2008-03-031-1/+0
|
* update translation for hungarian languageGergely Lonyai2008-03-031-449/+434
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-03-031-84/+51
|
* Update French translationChristophe Berthelé2008-03-031-44/+5
|
* updatesKeld Simonsen2008-03-031-120/+49
|
* Osatuta.Iñigo Salvador Azurmendi2008-03-031-140/+60
|
* more translationsWanderlei Antonio Cavassin2008-03-031-16/+16
|
* add urpm/cdrom.pmPascal Rigaux2008-03-031-0/+1
|
* 5.7Pascal Rigaux2008-03-032-1/+3
|
* - urpmq:Pascal Rigaux2008-03-033-2/+46
| | | | | | | | o --list: speed it up (2.5x faster, and 6x faster with names.<medium>) - all tools: o restore generation of /var/lib/urpmi/names.<medium>, but it is now done in urpmq/urpmi/urpmf (and so only if used as root)
* - create non_modified_media() and use itPascal Rigaux2008-03-033-12/+18
| | | | | - rename _parse_media() into parse_media() for next commit
* updateThierry Vignaud2008-03-031-7/+7
|
* updateThierry Vignaud2008-03-031-12/+12
|
* sync with codeThierry Vignaud2008-03-0368-8191/+8716
|
* (copy_removable) do not pass the device around (we don't want to force a ↵Thierry Vignaud2008-03-031-1/+1
| | | | device anymore)