Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | create update_those_media() out of update_media() | Pascal Rigaux | 2008-11-14 | 1 | -5/+11 |
| | | | | | (to be used in urpmi.update) | ||||
* | - inline _update_media__handle_some_flags() | Pascal Rigaux | 2008-11-14 | 1 | -15/+16 |
| | | | | | - create all_media_to_update() and use it | ||||
* | use callback for progression of download when using "xml-info: always" | Pascal Rigaux | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | fix comment | Pascal Rigaux | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-10-31 | 1 | -4/+2 |
| | | | | | o revert --auto-update behaviour in case of media update failures (#45417) | ||||
* | - urpmi | Pascal Rigaux | 2008-10-29 | 1 | -23/+32 |
| | | | | | | | | | o in --auto, do display error message when rpms are missing more precisely, it displays a nicer error message, which is translated. it also displays "You may want to update your urpmi database." (which was not displayed in --auto) | ||||
* | drop obsolete stuff | Pascal Rigaux | 2008-10-29 | 2 | -14/+0 |
| | | | | | | | | | it should have been dropped in commit: : r14827 | rgarciasuarez | 2005-02-17 16:01:39 +0100 (Thu, 17 Feb 2005) | 2 lines : Remove obsoleted and broken --distrib-XXX command-line option | ||||
* | - urpmi | Pascal Rigaux | 2008-10-28 | 1 | -2/+3 |
| | | | | | | | | o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ; urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not remove firefox (cf #45054) (this is especially bad for DrakX/rpmsrate) | ||||
* | - implement urpme --env | Pascal Rigaux | 2008-10-27 | 2 | -3/+3 |
| | | | | | - handle urpme --auto-orphans --env |