summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* describe changesGuillaume Rousse2012-03-191-0/+6
|
* bump version6.47Guillaume Rousse2012-03-191-1/+1
|
* Revert " (translate_why_removed_one) help perl_checker"Thierry Vignaud2012-03-191-1/+1
| | | | | This reverts commit r2878 from Feb 1 2012 (perl_checker has better knowledge of URPM now)
* (find_packages_to_remove) Revert "help perl_checker"Thierry Vignaud2012-03-191-5/+5
| | | | | This reverts commit r2945 from Feb 14 2012 (perl_checker has better fake packages now)
* enforce GC' styleThierry Vignaud2012-03-162-2/+2
|
* force rpm completion functions loading before calling them (fix #4937)Guillaume Rousse2012-03-151-1/+1
|
* revert to using urpmq --list for producing packages list, as suggested by ↵Guillaume Rousse2012-03-141-9/+3
| | | | Richard Neill, but keep using grep for filtering result (#373)
* updated Italian translationMatteo Pasotti2012-03-131-486/+650
|
* Update Greek translationDimitrios Glentadakis2012-03-111-2/+2
|
* updated Czech translationPetos Safarik2012-03-101-651/+554
|
* - Updated Catalan translationsOliver Burger2012-03-101-1383/+782
|
* Updated Estonian translation.Marek Laane2012-03-101-27/+34
|
* Updated Dutch translationRemco Rijnders2012-03-101-3/+3
|
* - Updated German translationsOliver Burger2012-03-091-525/+441
|
* Update of the French translation of urpmi.Rémi Verschelde2012-03-081-341/+433
|
* fixed the pot file so it passes msgfmtOliver Burger2012-03-081-4/+2
|
* updated Slovenian translationFilip Komar2012-03-081-3/+3
|
* updated Slovenian translationFilip Komar2012-03-081-73/+73
|
* updated Slovenian translationFilip Komar2012-03-081-548/+327
|
* rework options lists, and wrap long linesGuillaume Rousse2012-03-071-37/+35
|
* use 4 spaces as indentation stepGuillaume Rousse2012-03-071-261/+261
|
* new attempt to use pre-computed package name files to complete on package namesGuillaume Rousse2012-03-071-3/+9
|
* more whitespace cleanupGuillaume Rousse2012-03-071-4/+4
|
* fix the mix of tab and spacesGuillaume Rousse2012-03-071-254/+253
|
* fix data structure example in podGuillaume Rousse2012-03-071-1/+2
|
* add --replacefiles to option listGuillaume Rousse2012-03-071-2/+2
|
* make --searchmedia complete on available media listGuillaume Rousse2012-03-071-0/+4
|
* 6.466.46Thierry Vignaud2012-03-052-1/+3
|
* (install) fix circular reference that defeats perl's GCThierry Vignaud2012-03-052-1/+3
| | | | | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...) regression introduced in commit r2946 on 2012-02-14 (was: '(install) --test: do not display "More information on package"')
* (install) explicitely close the RPM DB after each transactionThierry Vignaud2012-03-052-0/+5
| | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...)