summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 (...)
* warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127)Thierry Vignaud2012-03-053-4/+16
|
* perl_checker cleanupThierry Vignaud2012-03-051-1/+1
|
* Ukrainian translation updateYuri Chornoivan2012-03-011-4/+5
|
* updated Italian translationMatteo Pasotti2012-03-011-646/+485
|
* sync with code6.45Thierry Vignaud2012-02-273-17/+9
|
* sync with codeThierry Vignaud2012-02-2769-5837/+6332
|
* urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969)Thierry Vignaud2012-02-273-8/+14
|
* fix urpmi failing silently and with exit status 0 when packageThierry Vignaud2012-02-274-0/+35
| | | | | installation fails due to either conflicts (mdv#63072) or to unselecting package (inspirated by mdv, mdv#63940)
* better log for misc commitThierry Vignaud2012-02-271-1/+2
|
* sortThierry Vignaud2012-02-271-3/+3
|
* (handle_need_restart) enable to test "should restart" againThierry Vignaud2012-02-272-3/+5
| | | | | it didn't work since commit r263652 on Tue Nov 24 2009 (was: "(handle_need_restart) do not advice to reboot when inside a chroot")
* (system_should_fail) on some error questions ("Do you want to...Thierry Vignaud2012-02-271-0/+2
| | | | | | | | | | | | | | | | | | | | | (y/N)?"), urpmi doesn't output "\n", which breaks parsing: t/superuser--handle-conflict-deps2.t ............................ Failed 2/18 subtests (...) Test Summary Report ------------------- t/superuser--handle-conflict-deps2.t (Wstat: 0 Tests: 16 Failed: 0) Parse errors: Tests out of sequence. Found (6) but expected (5) Tests out of sequence. Found (7) but expected (6) Tests out of sequence. Found (8) but expected (7) Tests out of sequence. Found (9) but expected (8) Tests out of sequence. Found (10) but expected (9) Displayed the first 5 of 13 TAP syntax errors. Re-run prove with the -p option to see them all. eg: Continue installation anyway? (Y/n) ok 5 - should fail: echo n | perl -I.. ../urpmi --urpmi-root /urpmi/t/root -q c-2 d1-2
* Uploaded all the French translations from TransifexRémi Verschelde2012-02-231-709/+542
|
* (migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db whenThierry Vignaud2012-02-212-0/+14
| | | | installing mga1 in a chroot from mga2+ (mga#4590)
* (sub migrate_back_rpmdb_db_to_hash_8) split it out of ↵Thierry Vignaud2012-02-211-1/+10
| | | | | | migrate_back_rpmdb_db_version() (needed for next commit)
* (_rpm_version,should_we_migrate_back_rpmdb_db_version) detect if we needThierry Vignaud2012-02-211-1/+11
| | | | to downgrade from rpm-4.9 to rpm-4.8 (mga#4590)
* fix spacingThierry Vignaud2012-02-211-1/+0
|
* add the bugfix in NEWSMichael Scherer2012-02-181-0/+2
|
* fix the detection of cauldron, we are not using the cooker name anymoreMichael Scherer2012-02-181-1/+1
|
* fix regexp for arch keyword substition to work on MageiaMichael Scherer2012-02-181-1/+1
|
* Update Greek translationDimitrios Glentadakis2012-02-181-13/+13
|