summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Updated German translationOliver Burger2012-03-221-422/+353
|
* Updated Estonian translation.Marek Laane2012-03-221-1/+1
|
* tidyfyThierry Vignaud2012-03-211-21/+12
|
* import a few translations from mdv's urpmiThierry Vignaud2012-03-212-3/+30
|
* restore translations from just before latest sync after cfergeau commitThierry Vignaud2012-03-2117-124/+168
| | | | (cf previous commit)
* sync with codeThierry Vignaud2012-03-2169-3698/+4648
|
* (parse_media) fix debug statement to actually output valuesThierry Vignaud2012-03-212-1/+3
| | | | | | | | also tag it as translatable (sprintf() could have been used) bug introduced by cfergeau in r255088 on Mar 30 2009 which gratuitously drop the N() call: "Downgrade cryptic log message to debug message, fixes #49226"
* include older NEWSThierry Vignaud2012-03-211-0/+2915
|
* better logThierry Vignaud2012-03-191-1/+1
|
* (format_line_selected_packages) align columns headers to the columns values ↵Thierry Vignaud2012-03-192-1/+3
| | | | in package list