summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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())
* please perl_checkerPascal Rigaux2008-09-091-1/+1
|
* create may_clean_rpmdb_shared_regions()Pascal Rigaux2008-09-092-4/+10
|
* Updated Czech translation.Michal Bukovjan2008-09-081-96/+50
|
* enhance testPascal Rigaux2008-09-081-11/+11
|
* Updated zh_CN translationFunda Wang2008-09-061-78/+59
|
* update translation for ItalianAndrea Celli2008-09-061-178/+114
|
* update translation for PolishTomasz Bednarski2008-09-061-2/+2
|
* - add some testsPascal Rigaux2008-09-061-0/+21
| | | | | | - reset unrequested list after each tests (since urpme doesn't clean for now)
* update translation for PolishTomasz Bednarski2008-09-061-332/+405
|
* partially revert previous commit Pascal Rigaux2008-09-061-6/+6
| | | | | (_selected_unrequested() doesn't need $current_unrequested)
* - cleanup doc of _renamed_unrequested()Pascal Rigaux2008-09-061-7/+7
| | | | | - move things around for next commit
* updateJosé Melo2008-09-061-111/+63
|
* add a test case which fails: test_auto_select_urpme(['g', 'gg'], 'g', 'gg')Pascal Rigaux2008-09-061-0/+12
|
* for tests: handle empty list of pkgs to removePascal Rigaux2008-09-061-3/+3
|
* fix: use "&" instead of "," to join GET parameters in urlPascal Rigaux2008-09-061-1/+1
|
* translating new messages and fixing the fuzzy onesFelipe Arruda2008-09-051-144/+100
|
* fix previous commit (otherwise it goes very weird)Pascal Rigaux2008-09-051-1/+1
|
* update translation for PolishTomasz Bednarski2008-09-051-173/+101
|
* allow --no-metalinkPascal Rigaux2008-09-051-1/+1
|
* simplifyPascal Rigaux2008-09-051-1/+1
|
* simplifyPascal Rigaux2008-09-051-2/+1
|
* fix previous commit: do not display wrong log messagePascal Rigaux2008-09-051-1/+1
|
* - fix handling --downloader when using mirrorlist (it was forcing aria2)Pascal Rigaux2008-09-052-7/+13
|
* - fix display of downloaded urls with aria2 and metalinksPascal Rigaux2008-09-052-15/+17
|
* fix from Reinout van SchouwenPascal Rigaux2008-09-051-246/+0
|
* Hungarian translation updateGergely Lonyai2008-09-051-481/+462
|
* 2008-09-05 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-09-041-70/+74
| | | | | | - nl.po: Updated Dutch translation
* sync with codeThierry Vignaud2008-09-0468-9359/+9362
|
* 6.86.8Pascal Rigaux2008-09-042-1/+3
|
* - urpmiPascal Rigaux2008-09-042-0/+5
| | | | | o enhance --bug: copy installed-through-deps.list in bug report
* fix regression introduced in previous commitPascal Rigaux2008-09-041-2/+3
| | | | | | (it was working in my cases since urpm::ensure_valid_cachedir() was called beforehand)
* - library:Pascal Rigaux2008-09-042-1/+3
| | | | | o modify urpm::download::get_content() to work as non-superuser
* much nicer userdir() functions:Pascal Rigaux2008-09-043-12/+15
| | | | | | | | | - userdir() does not modify $urpm->{cachedir} anymore, if you must ensure $urpm->{cachedir} to be modified, use ensure_valid_cachedir() - valid_cachedir() gives you a valid cachedir (works for root or simple-user), but does not modify $urpm->{cachedir}
* simplify: always create "partial" and "rpms" in "userdir", that way we can usePascal Rigaux2008-09-042-7/+5
| | | | | userdir() in most cases
* - fix proxy parameter for aria2 (thanks to alkh)Pascal Rigaux2008-09-043-2/+9
|
* - remove rsync mirrors when calling aria2Pascal Rigaux2008-09-042-1/+6
|
* re-indentPascal Rigaux2008-09-041-20/+17
|
* cleanupPascal Rigaux2008-09-041-8/+5
|
* cleanupPascal Rigaux2008-09-041-4/+7
|
* cleanupPascal Rigaux2008-09-041-13/+6
|
* cleanupPascal Rigaux2008-09-041-22/+20
|
* cleanupPascal Rigaux2008-09-041-2/+1
|
* create urpm::mirrors::list_urls() and use itPascal Rigaux2008-09-042-10/+22
| | | | | this fixes things like "mirrorlist: http://localmirror/dis/cooker/i586 $MIRRORLIST"