summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
...
* unwrap long string for translationChristophe Fergeau2009-07-311-3/+1
|
* forgot to use urpm::util for append_to_fileChristophe Fergeau2009-07-311-0/+1
|
* more dudf cleanupsChristophe Fergeau2009-07-301-30/+13
|
* small clean-ups in text messagesChristophe Fergeau2009-07-301-3/+3
|
* slight clean-up in wget downloading handlingChristophe Fergeau2009-07-302-8/+9
|
* dudf patch from Olivier Rosello for the Mancoosi projectChristophe Fergeau2009-07-303-5/+481
|
* translate_why_unselect: add "conflicts" reasonChristophe Fergeau2009-07-281-0/+2
| | | | Patch by Anssi Hannula, fixes bug #52153
* remove unused reasons from translate_why_unselectedChristophe Fergeau2009-07-281-4/+0
| | | | Patch from Anssi Hannula
* invalidate mirrorlist cache when distro version changesChristophe Fergeau2009-07-241-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 argumentsChristophe Fergeau2009-06-051-2/+2
|
* - adjust parsing of aria2 output for aria2 1.4, fixes bug #51354Christophe Fergeau2009-06-041-1/+2
|
* fix aria2 proxy parametersAurélien Lefebvre2009-05-111-4/+5
|
* (sync_curl) minor warning fixThierry Vignaud2009-04-291-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 ofThierry Vignaud2009-04-241-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 thatThierry Vignaud2009-04-151-1/+4
| | | | | translations do not got fuzzy-ed just before the release
* String fixes from John RyeChristophe Fergeau2009-04-022-4/+4
|
* (parse_media) fix latest commit 255088 from cfergeau: ->{debug} mayThierry Vignaud2009-03-311-1/+1
| | | | | not always exist (#49354), side effect of #49226 fix
* (run) enable installer to cancel installationThierry Vignaud2009-03-311-0/+3
|
* Downgrade cryptic log message to debug message, fixes #49226Christophe Fergeau2009-03-301-1/+1
|
* (install) wrap a big commentThierry Vignaud2009-03-241-1/+2
|
* (install) revert refcount workarounds now that we fix refcounting inThierry Vignaud2009-03-241-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 openedThierry Vignaud2009-03-241-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, #48506Christophe Fergeau2009-03-201-0/+4
|
* (install) change 'close_helper' callback API for installer (in order to fixThierry Vignaud2009-03-091-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 environmentsThierry Vignaud2009-03-051-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 Vignaud2009-03-041-0/+1
|
* (install) explicitely close the RPM DB on comleting transactionThierry Vignaud2009-03-041-0/+3
| | | | | (needed for drakx -- looks like refcount has hard work):
* (install) add more callbacks for installerThierry Vignaud2009-03-032-0/+5
|
* (install) enable to set 'script_fd' (needed by installer)Thierry Vignaud2009-03-031-0/+2
|
* Oops, stupid typoChristophe Fergeau2009-02-161-1/+1
|
* Improve wording of the message telling orphans can be removedChristophe Fergeau2009-02-161-2/+2
|
* (run) no need to clean rpmdb if we're not going to use data extracted from itThierry Vignaud2009-01-301-3/+3
|
* fix previous commitPascal Rigaux2009-01-281-0/+1
| | | | | (drop support for /etc/urpmi/media.d/*.cfg)
* - drop support for /etc/urpmi/media.d/*.cfgPascal Rigaux2009-01-282-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 Vignaud2009-01-271-1/+1
|
* Remove urpmi.recover from args.pmChristophe Fergeau2009-01-131-11/+0
|
* Make perl-checker happyChristophe Fergeau2009-01-131-1/+1
|
* Code cleanups after pixel feedbackChristophe Fergeau2009-01-131-8/+9
|
* mark packages that were initially installed through deps, removed andChristophe Fergeau2009-01-131-12/+12
| | | | reinstalled as non-orphanable, fix writing of installed-through-deps
* Mark packages as "manually installed"Christophe Fergeau2009-01-131-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 Fergeau2009-01-091-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 valuesChristophe Fergeau2009-01-091-5/+9
|
* add some commentPascal Rigaux2009-01-081-1/+3
|
* add some commentPascal Rigaux2009-01-081-1/+2
|
* add some commentsPascal Rigaux2009-01-061-0/+11
|
* use "use strict" in all modulesPascal Rigaux2009-01-0614-0/+15
|
* give clearer name to some functionsPascal Rigaux2009-01-061-7/+7
|
* enhance docPascal Rigaux2009-01-061-1/+2
|
* fix commentPascal Rigaux2009-01-061-1/+1
|
* add commentPascal Rigaux2009-01-061-1/+3
|