summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 6.48.46.48.4Thierry Vignaud2013-04-152-1/+3
|
* fix lookup deps of updates in other media when using --updateThierry Vignaud2013-04-152-4/+8
| | | | | | | | | reverting commit r1931 from 2011-09-14: "(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi --auto-select --update defaulting to all media when there're no update media (#1024)" (backported from trunk)
* add basic support for --downgrade (mga#6655)Thierry Vignaud2013-04-154-0/+9
| | | | | | needs new URPM (backported from trunk)
* add scrollbar for long one liner messages (mga#5118)Thierry Vignaud2013-04-152-1/+2
|
* wrap big messages (mga#5118)Thierry Vignaud2013-04-152-0/+3
| | | | (backported from trunk)
* Slovenian translation correctedFilip Komar2013-02-051-14/+14
|
* Updated Indonesian translationKiki Syahadat2013-01-211-8/+4
|
* Ukrainian translation updateYuri Chornoivan2013-01-061-5/+5
|
* Updated Indonesian translationKiki Syahadat2012-12-271-265/+313
|
* minor documentation fix (mga#7166)Thierry Vignaud2012-08-272-1/+3
| | | | (backported from trunk)
* Only search for README.urpmi files in doc files6.48.3Pascal Terjan2012-08-243-2/+6
|
* Slovenian translation updatedFilip Komar2012-07-201-13/+17
|
* 6.48.26.48.2Thierry Vignaud2012-06-292-1/+3
|
* branchThierry Vignaud2012-06-080-0/+0
|
* (run) fix downloading twice noarch packages on x86_64 with --download-all ↵Thierry Vignaud2012-06-082-0/+4
| | | | | | | (mga#4867)) (w/o introducing testsuite regressions like previous fix) (reducing side effects to the download-all code)
* revert commit r3849 from Mar 26 2012 as it causes a testsuiteThierry Vignaud2012-06-081-6/+1
| | | | | | | | | regression: "(selected2local_and_blists) prevent having duplicate packages in blists (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867))"
* fix testsuite faillure introduced in commit r3103 on Feb 27 2012:Thierry Vignaud2012-06-083-4/+4
| | | | | | | | | "fix urpmi failing silently and with exit status 0 when package installation fails due to either conflicts (mdv#63072) or to unselecting package (inspirated by mdv, mdv#63940)" urpmi now exit with 17 instead of 0 in that case unless we comment "$exit_code ||= $urpm::postponed_code;" in urpmi
* (system_should_partially_fail,urpmi_partial) introduce them for next commitThierry Vignaud2012-06-081-1/+10
|
* (test_exotic_medium_name) skip test when building as root in /rootThierry Vignaud2012-06-081-0/+5
| | | | | | | | | else File::Path::mkpath() in urpm::create_var_lib_rpm() tries to create directories in /root/rpmbuild/urpmi*/t/root (but as nobody), thus it stat every directory in $PWD, which fails (due to permissions!) then try to create them which fails (due to directory already existing) another solution would be to use a mkstemp()ed directory in TMPDIR...
* include missing files for testsuiteThierry Vignaud2012-06-081-0/+10
| | | | | this fixes running testsuite when building package (which was broken for quite a _looong_ time...)
* fix 4years+ old warning when running testsuiteThierry Vignaud2012-06-081-1/+1
| | | | | -option --src is deprecated by --buildrequires since commit r233081 by pixel on Fri Jan 18 2008...
* fix -m option not showing media names (mga#5916)Thierry Vignaud2012-05-172-3/+6
|
* Update Greek translationDimitrios Glentadakis2012-05-161-4/+4
|
* updated Romanian translationFlorin Catalin Russen2012-04-231-457/+399
|
* 6.48.16.48.1Thierry Vignaud2012-04-232-1/+3
|
* add missing bug referenceThierry Vignaud2012-04-231-1/+1
|
* urpmi: do not print orphans message when no package is orphanOlivier Blin2012-04-192-3/+5
|
* Adding of a few missing French translations (urpmi, drakx-kbd-mouse-x11)Rémi Verschelde2012-04-121-426/+361
|
* s/cooker/cauldron/Thierry Vignaud2012-04-082-3/+3
|
* kill mdv reference in man pages (#5277)Thierry Vignaud2012-04-084-4/+6
|
* Update Greek translationDimitrios Glentadakis2012-04-071-1/+3
|
* Updated Dutch translationRemco Rijnders2012-04-061-2/+2
|
* perl_checker cleanupsThierry Vignaud2012-03-275-12/+12
|
* (apply_delta_rpm) do not reinvent ->fullnameThierry Vignaud2012-03-271-1/+1
|
* (urpmq --not-available) do not reinvent (slower) ->fullnameThierry Vignaud2012-03-271-6/+2
| | | | | | | | introduced by cfergeau in 262492 on Oct 21 2009: add --not-available option to urpmq Patch from Pascal Terjan, fixes bug #51418
* XML::LibXML::Reader is now in perl_checker's fake packagesThierry Vignaud2012-03-271-1/+0
|
* blacklist some sub modules instead of some main modules in order to beThierry Vignaud2012-03-271-1/+11
| | | | able to check more method calls
* silent perl_checkerThierry Vignaud2012-03-276-33/+33
|
* sort imported functionsThierry Vignaud2012-03-271-1/+1
|
* perl_checker cleanupThierry Vignaud2012-03-271-2/+2
|
* 6.486.48Thierry Vignaud2012-03-262-1/+3
|
* (selected2local_and_blists) silent perl_checkerThierry Vignaud2012-03-261-1/+1
|
* sort imported functionsThierry Vignaud2012-03-261-1/+1
|
* (selected2local_and_blists) prevent having duplicate packages in blistsThierry Vignaud2012-03-262-1/+7
| | | | | (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867))
* (run) perl_checker cleanupThierry Vignaud2012-03-261-2/+2
| | | | | that's the only commit from the cleaning branch that will land before the mga2 release
* install perl-Glib & perl-Gtk2 as priority upgrades prior to restart (mga#5066)Thierry Vignaud2012-03-252-1/+3
|
* Translating string from reported bug #484 and some other strings :pDiego Bello2012-03-231-407/+371
|
* updated Italian translationMatteo Pasotti2012-03-221-2/+3
|
* Ukrainian translation update. Thanks, developers. :(Yuri Chornoivan2012-03-221-1/+1
|
* Slovenian translation sync with codeFilip Komar2012-03-221-3/+3
|