Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync with code | Thierry Vignaud | 2012-02-27 | 69 | -5837/+6332 |
| | |||||
* | urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969) | Thierry Vignaud | 2012-02-27 | 3 | -8/+14 |
| | |||||
* | fix urpmi failing silently and with exit status 0 when package | Thierry Vignaud | 2012-02-27 | 4 | -0/+35 |
| | | | | | installation fails due to either conflicts (mdv#63072) or to unselecting package (inspirated by mdv, mdv#63940) | ||||
* | better log for misc commit | Thierry Vignaud | 2012-02-27 | 1 | -1/+2 |
| | |||||
* | sort | Thierry Vignaud | 2012-02-27 | 1 | -3/+3 |
| | |||||
* | (handle_need_restart) enable to test "should restart" again | Thierry Vignaud | 2012-02-27 | 2 | -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 Vignaud | 2012-02-27 | 1 | -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 Transifex | Rémi Verschelde | 2012-02-23 | 1 | -709/+542 |
| | |||||
* | (migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db when | Thierry Vignaud | 2012-02-21 | 2 | -0/+14 |
| | | | | installing mga1 in a chroot from mga2+ (mga#4590) | ||||
* | (sub migrate_back_rpmdb_db_to_hash_8) split it out of ↵ | Thierry Vignaud | 2012-02-21 | 1 | -1/+10 |
| | | | | | | migrate_back_rpmdb_db_version() (needed for next commit) | ||||
* | (_rpm_version,should_we_migrate_back_rpmdb_db_version) detect if we need | Thierry Vignaud | 2012-02-21 | 1 | -1/+11 |
| | | | | to downgrade from rpm-4.9 to rpm-4.8 (mga#4590) | ||||
* | fix spacing | Thierry Vignaud | 2012-02-21 | 1 | -1/+0 |
| | |||||
* | add the bugfix in NEWS | Michael Scherer | 2012-02-18 | 1 | -0/+2 |
| | |||||
* | fix the detection of cauldron, we are not using the cooker name anymore | Michael Scherer | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | fix regexp for arch keyword substition to work on Mageia | Michael Scherer | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2012-02-18 | 1 | -13/+13 |
| | |||||
* | sync with ref catalog after DUDF removal | Thierry Vignaud | 2012-02-14 | 68 | -18754/+14984 |
| | |||||
* | sync reference catalog with code after DUDF removal | Thierry Vignaud | 2012-02-14 | 1 | -267/+190 |
| | |||||
* | kill unused DUDF support (mga#4493) | Thierry Vignaud | 2012-02-14 | 8 | -627/+2 |
| | |||||
* | return the proper error code in some cases when failing to install some packages | Thierry Vignaud | 2012-02-14 | 2 | -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 Vignaud | 2012-02-14 | 2 | -1/+2 |
| | | | | again | ||||
* | (install) --test: do not display "More information on package" | Thierry Vignaud | 2012-02-14 | 2 | -1/+4 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2012-02-14 | 1 | -5/+5 |
| | |||||
* | updated Dutchwq translation | Remco Rijnders | 2012-02-12 | 1 | -431/+419 |
| | |||||
* | 6.446.44 | Thierry Vignaud | 2012-02-07 | 3 | -2/+4 |
| | |||||
* | (_search_packages) make it faster when not using -i flag | Thierry Vignaud | 2012-02-07 | 1 | -1/+2 |
| | |||||
* | (_search_packages) fix package count when using -a and when some | Thierry Vignaud | 2012-02-07 | 2 | -2/+13 |
| | | | | packages exist in several repositories (eg: noarch packages) (mga#4322) | ||||
* | fix translating | Thierry Vignaud | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-02-01 | 6 | -11/+10 |
| | |||||
* | (translate_why_removed_one) help perl_checker | Thierry Vignaud | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | add perl_checker hints | Thierry Vignaud | 2012-02-01 | 3 | -1/+5 |
| | |||||
* | (_try_mounting_cdrom_using_hal) fix typo in previous commit | Thierry Vignaud | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | (_try_mounting_cdrom_using_hal) make it more readable | Thierry Vignaud | 2012-01-29 | 1 | -3/+2 |
| | |||||
* | translation updates (HAL => Udisks) | Thierry Vignaud | 2012-01-29 | 71 | -102/+104 |
| | |||||
* | Switch is unused | Thierry Vignaud | 2012-01-29 | 1 | -1/+0 |
| | |||||
* | sync with code | Thierry Vignaud | 2012-01-28 | 69 | -11491/+11655 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2012-01-28 | 1 | -3/+3 |
| | |||||
* | 6.43.16.43.1 | Thierry Vignaud | 2012-01-23 | 2 | -1/+3 |
| | |||||
* | do not test urpm::dudf | Thierry Vignaud | 2012-01-23 | 2 | -2/+3 |
| | |||||
* | (ui_msg) kill it, obsolete for years, thus fixing a GC cycle | Thierry Vignaud | 2012-01-23 | 2 | -4/+2 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2012-01-22 | 1 | -2/+2 |
| | |||||
* | updated Turkish translation | Numan Demirdöğen | 2012-01-16 | 1 | -305/+123 |
| | |||||
* | updated Italian translation | Matteo Pasotti | 2012-01-08 | 1 | -320/+179 |
| | |||||
* | 6.436.43 | Thierry Vignaud | 2012-01-06 | 3 | -2/+4 |
| | |||||
* | (already_installed) fix already installed noarch packages are listed | Thierry Vignaud | 2012-01-06 | 2 | -1/+2 |
| | | | | twice on x86_64 (mga#4038) | ||||
* | (_all_unrequested_orphans) fix reading unrequested packages list | Thierry Vignaud | 2012-01-06 | 2 | -5/+5 |
| | | | | | | | | (/var/lib/rpm/installed-through-deps.list) when chrooted (was trying to read out of chroot one when computing orphans) (compute_future_unrequested_orphans,get_orphans) adapt to new calling convention | ||||
* | (conflicting_packages_msg_) kill unused args | Thierry Vignaud | 2012-01-06 | 2 | -3/+3 |
| | |||||
* | (df) fix checking available space of mount point | Thierry Vignaud | 2012-01-06 | 2 | -1/+2 |
| | | | | | | | (cautgh by perl_checker, might help mga#1342) introduced by cfergeau in r261869 on 2009-10-13 ("add df function to urpm/sys.pm") | ||||
* | (open_lzma) fix using xml info files with quotess in medium name (with | Thierry Vignaud | 2012-01-06 | 2 | -1/+3 |
| | | | | | | | | | urpmf & urpmq) introduced in r232995 by pixel on 2008-01-15 ("fix using xml info files with spaces in medium name") (cautgh by perl_checker) | ||||
* | (warn_about_locker) split it out of _lock() | Thierry Vignaud | 2012-01-06 | 1 | -9/+13 |
| |