Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | translate_why_unselect: add "conflicts" reason | Christophe Fergeau | 2009-07-28 | 1 | -0/+2 |
| | | | | Patch by Anssi Hannula, fixes bug #52153 | ||||
* | remove unused reasons from translate_why_unselected | Christophe Fergeau | 2009-07-28 | 1 | -4/+0 |
| | | | | Patch from Anssi Hannula | ||||
* | invalidate mirrorlist cache when distro version changes | Christophe Fergeau | 2009-07-24 | 1 | -0/+5 |
| | | | | | | | If mirrors.cache contains mirrors for 2009.1 and product.id changes to have version=2010.0, cache is used and urpmi.addmedia --distrib --mirrorlist will add 2009.1 mirrors. Store mtime of product.id in the mirror cache to properly detect when product.id was modified | ||||
* | $urpm->{fatal} expects 2 arguments | Christophe Fergeau | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | - adjust parsing of aria2 output for aria2 1.4, fixes bug #51354 | Christophe Fergeau | 2009-06-04 | 1 | -1/+2 |
| | |||||
* | fix aria2 proxy parameters | Aurélien Lefebvre | 2009-05-11 | 1 | -4/+5 |
| | |||||
* | (sync_curl) minor warning fix | Thierry Vignaud | 2009-04-29 | 1 | -1/+1 |
| | | | | | | | (Argument "7845k" isn't numeric in numeric eq (==) at /usr/lib/perl5/vendor_perl/5.10.0/urpm/download.pm line 502, <$curl> chunk 396 (#3)) | ||||
* | (run) use urpmi log API for the transaction failed message instead of | Thierry Vignaud | 2009-04-24 | 1 | -1/+1 |
| | | | | | | printing it on the console so that installer can save each error with each transaction log instead of only having a summary at end | ||||
* | silently update the string "You may want to..." to "You may need to..." so that | Thierry Vignaud | 2009-04-15 | 1 | -1/+4 |
| | | | | | translations do not got fuzzy-ed just before the release | ||||
* | String fixes from John Rye | Christophe Fergeau | 2009-04-02 | 2 | -4/+4 |
| | |||||
* | (parse_media) fix latest commit 255088 from cfergeau: ->{debug} may | Thierry Vignaud | 2009-03-31 | 1 | -1/+1 |
| | | | | | not always exist (#49354), side effect of #49226 fix | ||||
* | (run) enable installer to cancel installation | Thierry Vignaud | 2009-03-31 | 1 | -0/+3 |
| | |||||
* | Downgrade cryptic log message to debug message, fixes #49226 | Christophe Fergeau | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | (install) wrap a big comment | Thierry Vignaud | 2009-03-24 | 1 | -1/+2 |
| | |||||
* | (install) revert refcount workarounds now that we fix refcounting in | Thierry Vignaud | 2009-03-24 | 1 | -4/+0 |
| | | | | | | | | | | | | r254652 ; revert both: - r253559 (2009-03-04) "(install) close another fd leak (needed for drakx)" - and r253550 (2009-03-04: "(install) explicitely close the RPM DB on comleting transaction (needed for drakx -- looks like refcount has hard work)" | ||||
* | (install) fix a circular reference that was causing rpmdb to be opened | Thierry Vignaud | 2009-03-24 | 1 | -2/+6 |
| | | | | | | | many times in installer (regression introduced in r253510 when adding new callbacks for the installer) | ||||
* | When using urpme -a, properly report when no packages could be removed, #48506 | Christophe Fergeau | 2009-03-20 | 1 | -0/+4 |
| | |||||
* | (install) change 'close_helper' callback API for installer (in order to fix | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
| | | | | | | | | detecting whether installing ackages succedded or not) this doesn't impact anything since this is a freshly added callback used only by drakx | ||||
* | (_check) fix verifying packages signatures in chrooted environments | Thierry Vignaud | 2009-03-05 | 1 | -1/+1 |
| | | | | | | (especially important for installer where there's no rpmdb in / (really /var/lib/rpm) and thus no keys to check against) | ||||
* | (install) close another fd leak (needed for drakx) | Thierry Vignaud | 2009-03-04 | 1 | -0/+1 |
| | |||||
* | (install) explicitely close the RPM DB on comleting transaction | Thierry Vignaud | 2009-03-04 | 1 | -0/+3 |
| | | | | | (needed for drakx -- looks like refcount has hard work): | ||||
* | (install) add more callbacks for installer | Thierry Vignaud | 2009-03-03 | 2 | -0/+5 |
| | |||||
* | (install) enable to set 'script_fd' (needed by installer) | Thierry Vignaud | 2009-03-03 | 1 | -0/+2 |
| | |||||
* | Oops, stupid typo | Christophe Fergeau | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | Improve wording of the message telling orphans can be removed | Christophe Fergeau | 2009-02-16 | 1 | -2/+2 |
| | |||||
* | (run) no need to clean rpmdb if we're not going to use data extracted from it | Thierry Vignaud | 2009-01-30 | 1 | -3/+3 |
| | |||||
* | fix previous commit | Pascal Rigaux | 2009-01-28 | 1 | -0/+1 |
| | | | | | (drop support for /etc/urpmi/media.d/*.cfg) | ||||
* | - drop support for /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2009-01-28 | 2 | -96/+3 |
| | | | | | | | (was partially broken, non documented and hopefully unused) (mostly reverting commit 234656 which introduced that feature) | ||||
* | only load LDAP binding if needed (saves a couple MB in rpmdrake) | Thierry Vignaud | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | Remove urpmi.recover from args.pm | Christophe Fergeau | 2009-01-13 | 1 | -11/+0 |
| | |||||
* | Make perl-checker happy | Christophe Fergeau | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Code cleanups after pixel feedback | Christophe Fergeau | 2009-01-13 | 1 | -8/+9 |
| | |||||
* | mark packages that were initially installed through deps, removed and | Christophe Fergeau | 2009-01-13 | 1 | -12/+12 |
| | | | | reinstalled as non-orphanable, fix writing of installed-through-deps | ||||
* | Mark packages as "manually installed" | Christophe Fergeau | 2009-01-13 | 1 | -3/+35 |
| | | | | | | | | With the orphan mechanism, there is no way to manually mark a package that was installed as a dep of another package as not being a potential orphan. Mimic apt and if an already package is passed as an argument to urpmi, remove it from the potential orphans list. Fixes bug #45054. | ||||
* | When downloading packages, remember where it comes from. | Christophe Fergeau | 2009-01-09 | 1 | -4/+11 |
| | | | | | | | | | When the same packages is available from different medias (main/release and main/update for example), urpmi can forget from which media it downloaded the package, and this causes issues with key checking. This commit makes sure we are using the right package id for the package we downloaded (the same package will have different IDs if it's available from different medias). | ||||
* | Don't modify _download_packages_of_distant_media args, use return values | Christophe Fergeau | 2009-01-09 | 1 | -5/+9 |
| | |||||
* | add some comment | Pascal Rigaux | 2009-01-08 | 1 | -1/+3 |
| | |||||
* | add some comment | Pascal Rigaux | 2009-01-08 | 1 | -1/+2 |
| | |||||
* | add some comments | Pascal Rigaux | 2009-01-06 | 1 | -0/+11 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 14 | -0/+15 |
| | |||||
* | give clearer name to some functions | Pascal Rigaux | 2009-01-06 | 1 | -7/+7 |
| | |||||
* | enhance doc | Pascal Rigaux | 2009-01-06 | 1 | -1/+2 |
| | |||||
* | fix comment | Pascal Rigaux | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-06 | 1 | -1/+3 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-06 | 1 | -0/+3 |
| | |||||
* | add aria2 to the priority list of packages that need to be updated | Thierry Vignaud | 2008-12-20 | 1 | -1/+1 |
| | | | | | | | | | before restarting urpmi (should we try to update libcares & libssl too???) (this should probably be backported in the 2009.0 branch) | ||||
* | - urpmi | Pascal Rigaux | 2008-12-15 | 1 | -2/+2 |
| | | | | | o --auto: do not prompt for "retry" on aria2 download failure | ||||
* | (installed_leaves) do not list suggested packages as unrequested packages ↵ | Thierry Vignaud | 2008-12-15 | 1 | -1/+1 |
| | | | | (#46326) | ||||
* | make the debug message clearer | Pascal Rigaux | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-11-14 | 1 | -5/+8 |
| | | | | | | o in --auto, do not allow to install a package substring match (you can use -a to force it) |