Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_check) only warn about missing signature for local packages | Thierry Vignaud | 2012-08-31 | 1 | -0/+2 |
| | | | | | | | | | (aka those _not_ coming from any medium) rationale: we downgrade the missing signature check for local packages from a question (defaulting to "n") to a warning, thus fixing a testsuite regression introduced in 7.4 | ||||
* | (_check) do not ask about _virtual_ media without keys when using 'urpmi ↵ | Thierry Vignaud | 2012-08-31 | 1 | -0/+2 |
| | | | | | | | | --use-distrib' aka downgrade missing medium key check question to a warning for virtual media without keys when using urpmi --use-distrib (fix testsuite) | ||||
* | (_check) s/signatur/key/ in medium message | Thierry Vignaud | 2012-08-31 | 1 | -0/+1 |
| | |||||
* | (_check) honor per medium "verify-rpm" option for missing signature check | Thierry Vignaud | 2012-08-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | aka do not check too early about unsigned packages (missing signatures) (fix testsuite, regression introduced in commit r5393) rationale: we wanted to warn about missing signatures on packages from media without signatures, but in doing so we did it too early before the 'verify-rpm' option check since we already have a check after (when we have a medium key), we can just check here for packages that do not came from any mirror (which we would have skiped just after) | ||||
* | fix testsuite: use new --no-verify-rpm option | Thierry Vignaud | 2012-08-31 | 1 | -0/+1 |
| | |||||
* | urpmi.addmedia: add new --(no-)verify-rpm options | Thierry Vignaud | 2012-08-31 | 1 | -0/+2 |
| | |||||
* | minor documentation fix (mga#7166) | Thierry Vignaud | 2012-08-27 | 1 | -0/+1 |
| | |||||
* | (_installed_req_and_unreq_and_update_unrequested_list) only write | Thierry Vignaud | 2012-08-26 | 1 | -0/+1 |
| | | | | | the unrequested package list file if the list actually changed (mga#7167) | ||||
* | do not wrongly tell we updated the unrequested package list when we | Thierry Vignaud | 2012-08-26 | 1 | -0/+4 |
| | | | | didn't (eg: when not having the proper rights) (mga#7167) | ||||
* | 7.47.4 | Thierry Vignaud | 2012-08-24 | 1 | -0/+2 |
| | |||||
* | (_check) warn when a medium has no signature | Thierry Vignaud | 2012-08-24 | 1 | -0/+1 |
| | |||||
* | (_check) log when signature checking is disabled per medium | Thierry Vignaud | 2012-08-24 | 1 | -0/+1 |
| | |||||
* | (_check) warn about missing signatures and ask whether to install or not | Thierry Vignaud | 2012-08-24 | 1 | -0/+2 |
| | | | | | (in the case where a package is unsigned and came from media without signatures) | ||||
* | (_verify_rpm) make sure to have a meaningfull return code when calling | Thierry Vignaud | 2012-08-24 | 1 | -0/+2 |
| | | | | | | | | | 'bad_signature' callback (run) fix installing a package if user acks bogus signature (regression introduced in commit r4862 on 2012-06-08: "(_download_all) split it out of run()") | ||||
* | (_download_packages) decrease total package count when some files are missing | Thierry Vignaud | 2012-08-24 | 1 | -0/+2 |
| | |||||
* | Only search for README.urpmi files in doc files (needs URPM >= 4.13)7.3 | Pascal Terjan | 2012-08-23 | 1 | -0/+4 |
| | |||||
* | 7.27.2 | Thierry Vignaud | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | (find_packages_to_remove) simplify | Thierry Vignaud | 2012-06-28 | 1 | -0/+2 |
| | | | | (needs URPM >= 4.10) | ||||
* | 7.17.1 | Thierry Vignaud | 2012-06-13 | 1 | -0/+2 |
| | |||||
* | (install) adapt to URPM-4.2 | Thierry Vignaud | 2012-06-13 | 1 | -0/+2 |
| | |||||
* | 7.07.0 | Thierry Vignaud | 2012-06-08 | 1 | -0/+2 |
| | |||||
* | fix a testsuite regression with rpm-4.10.0 | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | | | | | | | | disable failing %%pretrans test with rpm-4.10.0 which now fails with: "error: pretrans-1-1.x86_64: install skipped" b/c in rpm-4.10.0: "%pretrans scriptlet failure now fails the install of the package %(similarly to %pre and %preun semantics)" | ||||
* | (_libdb_version,_rpm_version,should_we_migrate_back_rpmdb_db_version) | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | | | | adapt to perl-5.16.0: it looks like 'eval "v..."' no longuer create version objects | ||||
* | better caption for man pages (inspirated by mdv): fix section name | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | |||||
* | urpmi.cfg: support --download-all as an option (Pavel Shved, from mdv) | Thierry Vignaud | 2012-06-08 | 1 | -0/+2 |
| | |||||
* | drop support for --gui | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | | | | (now useless) | ||||
* | (copy_removable) gtkdialogs (and thus /usr/bin/gmessage) is not packaged in Mga | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | |||||
* | (_verify_rpm) let rpmdrake pass 'basename' option again | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | |||||
* | (_finish) split it out of run() | Thierry Vignaud | 2012-06-08 | 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 |
| |