Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6.48.56.48.5distro/mga2 | Colin Guthrie | 2013-05-19 | 1 | -0/+2 |
| | |||||
* | library: ensure priority updates are installed in a single transaction | Colin Guthrie | 2013-05-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | This fix is needed in cases where rpm's libdb changes. If the priority updates happen to be installed in more than one transaction, the %post script in rpm which deletes the old index files (/var/lib/rpm/__db.*) may happen at the end of the first of those transactions. This causes the indexes to be regenerated by the *old* db version and causes the second transaction to fail. By ensuring the priority updates are handled in a single transaction, the indexes will be recreated after the urpmi restart and will thus use the correct, new libdb to create the indexes. Patch and fix from Thierry Vignaud (Cherry picked from r8331) | ||||
* | 6.48.46.48.4 | Thierry Vignaud | 2013-04-15 | 1 | -0/+2 |
| | |||||
* | fix lookup deps of updates in other media when using --update | Thierry Vignaud | 2013-04-15 | 1 | -0/+4 |
| | | | | | | | | | reverting commit r1931 from 2011-09-14: "(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi --auto-select --update defaulting to all media when there're no update media (#1024)" (backported from trunk) | ||||
* | add basic support for --downgrade (mga#6655) | Thierry Vignaud | 2013-04-15 | 1 | -0/+2 |
| | | | | | | needs new URPM (backported from trunk) | ||||
* | add scrollbar for long one liner messages (mga#5118) | Thierry Vignaud | 2013-04-15 | 1 | -0/+1 |
| | |||||
* | wrap big messages (mga#5118) | Thierry Vignaud | 2013-04-15 | 1 | -0/+2 |
| | | | | (backported from trunk) | ||||
* | minor documentation fix (mga#7166) | Thierry Vignaud | 2012-08-27 | 1 | -0/+2 |
| | | | | (backported from trunk) | ||||
* | Only search for README.urpmi files in doc files6.48.3 | Pascal Terjan | 2012-08-24 | 1 | -0/+4 |
| | |||||
* | 6.48.26.48.2 | Thierry Vignaud | 2012-06-29 | 1 | -0/+2 |
| | |||||
* | (run) fix downloading twice noarch packages on x86_64 with --download-all ↵ | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | | | | | | | (mga#4867)) (w/o introducing testsuite regressions like previous fix) (reducing side effects to the download-all code) | ||||
* | fix -m option not showing media names (mga#5916) | Thierry Vignaud | 2012-05-17 | 1 | -0/+3 |
| | |||||
* | 6.48.16.48.1 | Thierry Vignaud | 2012-04-23 | 1 | -0/+2 |
| | |||||
* | add missing bug reference | Thierry Vignaud | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | urpmi: do not print orphans message when no package is orphan | Olivier Blin | 2012-04-19 | 1 | -0/+2 |
| | |||||
* | kill mdv reference in man pages (#5277) | Thierry Vignaud | 2012-04-08 | 1 | -0/+2 |
| | |||||
* | 6.486.48 | Thierry Vignaud | 2012-03-26 | 1 | -0/+2 |
| | |||||
* | (selected2local_and_blists) prevent having duplicate packages in blists | Thierry Vignaud | 2012-03-26 | 1 | -0/+1 |
| | | | | | (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867)) | ||||
* | install perl-Glib & perl-Gtk2 as priority upgrades prior to restart (mga#5066) | Thierry Vignaud | 2012-03-25 | 1 | -0/+2 |
| | |||||
* | tidyfy | Thierry Vignaud | 2012-03-21 | 1 | -21/+12 |
| | |||||
* | restore translations from just before latest sync after cfergeau commit | Thierry Vignaud | 2012-03-21 | 1 | -0/+1 |
| | | | | (cf previous commit) | ||||
* | (parse_media) fix debug statement to actually output values | Thierry Vignaud | 2012-03-21 | 1 | -0/+2 |
| | | | | | | | | 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 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 | 1 | -0/+2 |
| | | | | in package list | ||||
* | describe changes | Guillaume Rousse | 2012-03-19 | 1 | -0/+6 |
| | |||||
* | 6.466.46 | Thierry Vignaud | 2012-03-05 | 1 | -0/+2 |
| | |||||
* | (install) fix circular reference that defeats perl's GC | Thierry Vignaud | 2012-03-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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 | 1 | -0/+2 |
| | |||||
* | sync with code6.45 | Thierry Vignaud | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969) | Thierry Vignaud | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | fix urpmi failing silently and with exit status 0 when package | Thierry Vignaud | 2012-02-27 | 1 | -0/+3 |
| | | | | | 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 |
| | |||||
* | (migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db when | Thierry Vignaud | 2012-02-21 | 1 | -0/+2 |
| | | | | installing mga1 in a chroot from mga2+ (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 |
| | |||||
* | kill unused DUDF support (mga#4493) | Thierry Vignaud | 2012-02-14 | 1 | -0/+1 |
| | |||||
* | return the proper error code in some cases when failing to install some packages | Thierry Vignaud | 2012-02-14 | 1 | -0/+2 |
| | | | | | (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 | 1 | -0/+1 |
| | | | | again | ||||
* | (install) --test: do not display "More information on package" | Thierry Vignaud | 2012-02-14 | 1 | -0/+3 |
| | |||||
* | 6.446.44 | Thierry Vignaud | 2012-02-07 | 1 | -0/+2 |
| | |||||
* | (_search_packages) fix package count when using -a and when some | Thierry Vignaud | 2012-02-07 | 1 | -0/+2 |
| | | | | packages exist in several repositories (eg: noarch packages) (mga#4322) | ||||
* | translation updates (HAL => Udisks) | Thierry Vignaud | 2012-01-29 | 1 | -0/+2 |
| | |||||
* | 6.43.16.43.1 | Thierry Vignaud | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | do not test urpm::dudf | Thierry Vignaud | 2012-01-23 | 1 | -0/+1 |
| | |||||
* | (ui_msg) kill it, obsolete for years, thus fixing a GC cycle | Thierry Vignaud | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | 6.436.43 | Thierry Vignaud | 2012-01-06 | 1 | -0/+2 |
| | |||||
* | (already_installed) fix already installed noarch packages are listed | Thierry Vignaud | 2012-01-06 | 1 | -0/+1 |
| | | | | twice on x86_64 (mga#4038) |