summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sync with ref catalog after DUDF removalThierry Vignaud2012-02-1468-18754/+14984
|
* sync reference catalog with code after DUDF removalThierry Vignaud2012-02-141-267/+190
|
* kill unused DUDF support (mga#4493)Thierry Vignaud2012-02-148-627/+2
|
* return the proper error code in some cases when failing to install some packagesThierry Vignaud2012-02-142-3/+5
| | | | | (conflicts, requires on older than installed packages, unstallable packages)
* (run) --test: do not update /var/lib/rpm/installed-through-deps.list again & ↵Thierry Vignaud2012-02-142-1/+2
| | | | again
* (install) --test: do not display "More information on package"Thierry Vignaud2012-02-142-1/+4
|
* help perl_checkerThierry Vignaud2012-02-141-5/+5
|
* updated Dutchwq translationRemco Rijnders2012-02-121-431/+419
|
* 6.446.44Thierry Vignaud2012-02-073-2/+4
|
* (_search_packages) make it faster when not using -i flagThierry Vignaud2012-02-071-1/+2
|
* (_search_packages) fix package count when using -a and when someThierry Vignaud2012-02-072-2/+13
| | | | packages exist in several repositories (eg: noarch packages) (mga#4322)
* fix translatingThierry Vignaud2012-02-011-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-02-016-11/+10
|
* (translate_why_removed_one) help perl_checkerThierry Vignaud2012-02-011-1/+1
|
* add perl_checker hintsThierry Vignaud2012-02-013-1/+5
|
* (_try_mounting_cdrom_using_hal) fix typo in previous commitThierry Vignaud2012-02-011-1/+1
|
* (_try_mounting_cdrom_using_hal) make it more readableThierry Vignaud2012-01-291-3/+2
|
* translation updates (HAL => Udisks)Thierry Vignaud2012-01-2971-102/+104
|
* Switch is unusedThierry Vignaud2012-01-291-1/+0
|
* sync with codeThierry Vignaud2012-01-2869-11491/+11655
|
* Ukrainian translation updateYuri Chornoivan2012-01-281-3/+3
|
* 6.43.16.43.1Thierry Vignaud2012-01-232-1/+3
|
* do not test urpm::dudfThierry Vignaud2012-01-232-2/+3
|
* (ui_msg) kill it, obsolete for years, thus fixing a GC cycleThierry Vignaud2012-01-232-4/+2
|
* Update Greek translationDimitrios Glentadakis2012-01-221-2/+2
|
* updated Turkish translationNuman Demirdöğen2012-01-161-305/+123
|