Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include older NEWS | Thierry Vignaud | 2012-03-21 | 1 | -0/+2915 |
| | |||||
* | better log | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | (format_line_selected_packages) align columns headers to the columns values ↵ | Thierry Vignaud | 2012-03-19 | 2 | -1/+3 |
| | | | | in package list | ||||
* | describe changes | Guillaume Rousse | 2012-03-19 | 1 | -0/+6 |
| | |||||
* | bump version6.47 | Guillaume Rousse | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Revert " (translate_why_removed_one) help perl_checker" | Thierry Vignaud | 2012-03-19 | 1 | -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 Vignaud | 2012-03-19 | 1 | -5/+5 |
| | | | | | This reverts commit r2945 from Feb 14 2012 (perl_checker has better fake packages now) | ||||
* | enforce GC' style | Thierry Vignaud | 2012-03-16 | 2 | -2/+2 |
| | |||||
* | force rpm completion functions loading before calling them (fix #4937) | Guillaume Rousse | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | revert to using urpmq --list for producing packages list, as suggested by ↵ | Guillaume Rousse | 2012-03-14 | 1 | -9/+3 |
| | | | | Richard Neill, but keep using grep for filtering result (#373) | ||||
* | updated Italian translation | Matteo Pasotti | 2012-03-13 | 1 | -486/+650 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2012-03-11 | 1 | -2/+2 |
| | |||||
* | updated Czech translation | Petos Safarik | 2012-03-10 | 1 | -651/+554 |
| | |||||
* | - Updated Catalan translations | Oliver Burger | 2012-03-10 | 1 | -1383/+782 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2012-03-10 | 1 | -27/+34 |
| | |||||
* | Updated Dutch translation | Remco Rijnders | 2012-03-10 | 1 | -3/+3 |
| | |||||
* | - Updated German translations | Oliver Burger | 2012-03-09 | 1 | -525/+441 |
| | |||||
* | Update of the French translation of urpmi. | Rémi Verschelde | 2012-03-08 | 1 | -341/+433 |
| | |||||
* | fixed the pot file so it passes msgfmt | Oliver Burger | 2012-03-08 | 1 | -4/+2 |
| | |||||
* | updated Slovenian translation | Filip Komar | 2012-03-08 | 1 | -3/+3 |
| | |||||
* | updated Slovenian translation | Filip Komar | 2012-03-08 | 1 | -73/+73 |
| | |||||
* | updated Slovenian translation | Filip Komar | 2012-03-08 | 1 | -548/+327 |
| | |||||
* | rework options lists, and wrap long lines | Guillaume Rousse | 2012-03-07 | 1 | -37/+35 |
| | |||||
* | use 4 spaces as indentation step | Guillaume Rousse | 2012-03-07 | 1 | -261/+261 |
| | |||||
* | new attempt to use pre-computed package name files to complete on package names | Guillaume Rousse | 2012-03-07 | 1 | -3/+9 |
| | |||||
* | more whitespace cleanup | Guillaume Rousse | 2012-03-07 | 1 | -4/+4 |
| | |||||
* | fix the mix of tab and spaces | Guillaume Rousse | 2012-03-07 | 1 | -254/+253 |
| | |||||
* | fix data structure example in pod | Guillaume Rousse | 2012-03-07 | 1 | -1/+2 |
| | |||||
* | add --replacefiles to option list | Guillaume Rousse | 2012-03-07 | 1 | -2/+2 |
| | |||||
* | make --searchmedia complete on available media list | Guillaume Rousse | 2012-03-07 | 1 | -0/+4 |
| | |||||
* | 6.466.46 | Thierry Vignaud | 2012-03-05 | 2 | -1/+3 |
| | |||||
* | (install) fix circular reference that defeats perl's GC | Thierry Vignaud | 2012-03-05 | 2 | -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 transaction | Thierry Vignaud | 2012-03-05 | 2 | -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 Vignaud | 2012-03-05 | 3 | -4/+16 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2012-03-01 | 1 | -4/+5 |
| | |||||
* | updated Italian translation | Matteo Pasotti | 2012-03-01 | 1 | -646/+485 |
| | |||||
* | sync with code6.45 | Thierry Vignaud | 2012-02-27 | 3 | -17/+9 |
| | |||||
* | 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 |
| |