summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* fix using --debug__do_not_install with --envPascal Rigaux2007-09-051-2/+3
|
* - urpmiPascal Rigaux2007-09-051-1/+1
| | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake)
* inline function select_media() (for next commit)Pascal Rigaux2007-09-051-4/+5
|
* add new urpmi option, only for debugging purpose: --debug__do_not_installPascal Rigaux2007-09-042-0/+3
|
* make it more robust when no password is found in urpmi's netrcPascal Rigaux2007-08-301-1/+1
|
* (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵Thierry Vignaud2007-08-291-1/+1
| | | | fixing locking with --root
* simplify debug message: {install} is never set Pascal Rigaux2007-08-281-2/+1
| | | | | (cf build_transaction_set() in perl-URPM)
* better debug messagePascal Rigaux2007-08-281-3/+4
|
* - urpmiPascal Rigaux2007-08-282-1/+24
| | | | | | | o handle changes in priority-upgrade list between old and new urpmi (#32925) nb: keep --no-priority-upgrade since it is passed by older urpmi when restarting
* urpmi: do not verify signature of .spec files (#32824)Pascal Rigaux2007-08-281-0/+2
| | | | | | (see also a fix in perl-URPM so that URPM::spec2srcheader($_)->arch returns "src" and so urpmi doesn't say it's going to install it (even if it skips it))
* better error message as suggested on cooker-i18nPascal Rigaux2007-08-281-1/+1
|
* better error message as suggested on cooker-i18nPascal Rigaux2007-08-281-1/+1
|
* fix typo in debug messagePascal Rigaux2007-08-231-1/+1
|
* display computed transaction set in debug modePascal Rigaux2007-08-231-0/+14
|
* - debug message when scheduling a pkg removalPascal Rigaux2007-08-231-2/+6
| | | | | - don't translate debug message
* nicer debug message,Pascal Rigaux2007-08-231-2/+3
| | | | | esp. remove eid= which is the same as id=
* this is debug stuff, hide it from -vPascal Rigaux2007-08-231-2/+3
|
* - urpmiPascal Rigaux2007-08-233-1/+3
| | | | | o new option --justdb (new perl-URPM 1.76)
* rename urpm::install::create_transaction() into build_transaction_set_()Pascal Rigaux2007-08-232-2/+2
| | | | | (to avoid confusion with $db->create_transaction from URPM.xs)
* 4.10.5Pascal Rigaux2007-08-181-1/+1
|
* - urpmiPascal Rigaux2007-08-131-2/+4
| | | | | | | o bugfix 4.10.0: a circular reference was causing rpmdb to be opened many times hence "Too many open files" error
* document the new callback passedPascal Rigaux2007-08-131-1/+2
|
* (translate_why_removed_one) if we got back an explanation unknown ofThierry Vignaud2007-08-131-0/+2
| | | | | use, just report it back
* (translate_why_unselected_one) try harder to explain why we cannotThierry Vignaud2007-08-131-1/+4
| | | | | select a package (eg: because i586 package is already installed on x86_64)
* (set_root) do not default to --nolock when using --root (reverting rafaelThierry Vignaud2007-08-131-1/+0
| | | | | commit on 2006-01-11 13:17)
* re-indentPascal Rigaux2007-08-131-1/+1
|
* (run) introduce "already_installed_or_not_installable" callback for GUIesThierry Vignaud2007-08-131-0/+1
|
* (run) forward callback_report_uninst callbackThierry Vignaud2007-08-131-0/+1
|
* (install) add support for "callback_report_uninst" callback for rpmdrakeThierry Vignaud2007-08-131-0/+1
|
* (set_root) split it out in order to be reused by rpmdrakeThierry Vignaud2007-08-131-8/+11
|
* - urpmi.cfgPascal Rigaux2007-08-121-1/+1
| | | | | | | o really add global option no-suggests (thanks to Frederik Himpe)
* drop unneeded svn:executablePascal Rigaux2007-08-121-0/+0
|
* - libraryPascal Rigaux2007-08-122-3/+3
| | | | | | | o urpm::select: new function get_preferred() replacing sort_choices() (for drakx) o get rid of "use of unitialized" when file is unset (for drakx)
* - urpmiPascal Rigaux2007-08-112-1/+35
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - get rid of a warning reading empty filePascal Rigaux2007-08-111-7/+7
| | | | | | | - have extra first in the list (useful for --preferred being taken into account before /etc/urpmi/preferred.list) - cleanup
* move get_packages_list() (for next commit)Pascal Rigaux2007-08-112-17/+17
|
* allow using --skip even if skip.list file is missingPascal Rigaux2007-08-111-1/+1
|
* factorizePascal Rigaux2007-08-111-2/+1
|
* - urpmiPascal Rigaux2007-08-112-0/+2
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - urpmiPascal Rigaux2007-08-112-5/+6
| | | | | o fix --quiet (regression introduced in 4.9.28)
* - all toolsPascal Rigaux2007-08-113-27/+29
| | | | | o new option --wait-lock (#13025)
* - urpmiPascal Rigaux2007-08-091-0/+284
| | | | | o move some code to new module urpm::main_loop to share it with rpmdrake
* - urpmiPascal Rigaux2007-08-092-0/+3
| | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69
* fix typoPascal Rigaux2007-08-081-1/+1
|
* - urpmiPascal Rigaux2007-08-081-0/+5
| | | | | o explicit error when using "urpmi ---install-src" as user with remote media
* - urpmiPascal Rigaux2007-08-031-5/+28
| | | | | | | | o handle README.<version>.upgrade.urpmi and README.<version>-<release>.upgrade.urpmi: the content is displayed when upgrading from rpm older than <version> (#30187) - fix build of some test rpms
* (install) callback_open & callback_close are no more supported sinceThierry Vignaud2007-08-031-3/+3
| | | | | they are no more used
* - fix typo in previous commitPascal Rigaux2007-08-031-5/+9
| | | | | - export code in its own function: get_README_files()
* - libraryPascal Rigaux2007-08-031-3/+3
| | | | | o urpm::install: export %readmes so that rpmdrake can access it
* (open_safe) since these errors messages are displayed byThierry Vignaud2007-08-021-1/+1
| | | | | urpmi/rpmdrake, let's display translated messages