summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 4.10.3Thierry Vignaud2007-08-132-1/+3
|
* (translate_why_removed_one) if we got back an explanation unknown ofThierry Vignaud2007-08-132-0/+3
| | | | | use, just report it back
* do try to umount removable media when using --debug (fixing commit rafel'sThierry Vignaud2007-08-131-0/+2
| | | | | commit r15048 on 2005-06-09)
* (translate_why_unselected_one) try harder to explain why we cannotThierry Vignaud2007-08-132-1/+6
| | | | | select a package (eg: because i586 package is already installed on x86_64)
* typo fixThierry Vignaud2007-08-131-1/+1
|
* kill log of rafael commitThierry Vignaud2007-08-131-2/+0
|
* do try to umount removable media when using --debug (fixing commit rafel'sThierry Vignaud2007-08-131-0/+4
| | | | | commit r15048 on 2005-06-09)
* (set_root) do not default to --nolock when using --root (reverting rafaelThierry Vignaud2007-08-132-1/+4
| | | | | commit on 2006-01-11 13:17)
* re-indentPascal Rigaux2007-08-131-1/+1
|
* new test for file conflictsPascal Rigaux2007-08-135-1/+148
|
* 4.10.2Thierry Vignaud2007-08-132-1/+3
|
* updateThierry Vignaud2007-08-131-0/+409
|
* (completed callback) umount removable media as soon as possibleThierry Vignaud2007-08-132-1/+2
|
* (completed callback) unlock RPM & URPMI dbs locks as soon as possible like ↵Thierry Vignaud2007-08-132-2/+3
| | | | rpmdrake
* (do_install_3) reuse urpm::main_loopThierry Vignaud2007-08-132-94/+62
|
* (run) introduce "already_installed_or_not_installable" callback for GUIesThierry Vignaud2007-08-132-0/+2
|
* (run) forward callback_report_uninst callbackThierry Vignaud2007-08-131-0/+1
|
* (install) add support for "callback_report_uninst" callback for rpmdrakeThierry Vignaud2007-08-132-0/+2
|
* (set_root) split it out in order to be reused by rpmdrakeThierry Vignaud2007-08-131-8/+11
|
* - urpmiPascal Rigaux2007-08-123-2/+28
| | | | | | | | | | o when using --urpmi-root, load <root>/etc/rpm/macros this allow using _install_langs in the rooted directory - fix test exclude.t: the build computer macro _install_langs don't interfere anymore - add one test to exclude.t: test wether urpmi correctly honor _install_langs
* one more testPascal Rigaux2007-08-121-3/+23
|
* also test through urpmiPascal Rigaux2007-08-121-22/+37
|
* prepare next commitPascal Rigaux2007-08-121-3/+8
|
* - urpmi.cfgPascal Rigaux2007-08-122-1/+4
| | | | | | | o really add global option no-suggests (thanks to Frederik Himpe)
* drop unneeded svn:executablePascal Rigaux2007-08-121-0/+0
|
* 4.10.1Pascal Rigaux2007-08-122-1/+3
|
* - libraryPascal Rigaux2007-08-124-4/+9
| | | | | | | 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)
* 4.10.0Pascal Rigaux2007-08-112-2/+3
|
* need perl-URPM 1.73Pascal Rigaux2007-08-111-0/+1
|
* 4.9.31Pascal Rigaux2007-08-112-1/+3
|
* - urpmiPascal Rigaux2007-08-1116-7/+231
| | | | | | 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
|
* remove useless "use Expect"Pascal Rigaux2007-08-115-5/+0
|
* allow using --skip even if skip.list file is missingPascal Rigaux2007-08-111-1/+1
|
* factorizePascal Rigaux2007-08-111-2/+1
|
* - urpmiPascal Rigaux2007-08-116-2/+20
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - urpmiPascal Rigaux2007-08-113-5/+8
| | | | | o fix --quiet (regression introduced in 4.9.28)
* - all toolsPascal Rigaux2007-08-1119-37/+70
| | | | | o new option --wait-lock (#13025)
* factorize common optionsPascal Rigaux2007-08-111-16/+18
|
* documentPascal Rigaux2007-08-111-2/+2
|
* (get_updates_description) reindentThierry Vignaud2007-08-101-17/+17
|
* (get_updates_description) add some comments from old commitsThierry Vignaud2007-08-101-0/+2
|
* (get_updates_description) simplify construction of "cur"Thierry Vignaud2007-08-101-3/+1
|
* (get_updates_description) backport part of rafael commit in CVS r1.301:1.302:Thierry Vignaud2007-08-101-2/+2
| | | | | | | Make the parsing of "descriptions" file a bit better skip other tests once matched (no gain)
* (get_updates_description) backport part of rafael commit in CVS r1.301:1.302:Thierry Vignaud2007-08-101-4/+4
| | | | | | | | Make the parsing of "descriptions" file a bit better be more tolerant regarding spacing (not a issue with current description files)
* (get_updates_description) use member()Thierry Vignaud2007-08-101-1/+1
|
* (get_updates_description) descriptions files really come withThierry Vignaud2007-08-101-1/+1
| | | | | "Update:" field today; let's be more open
* (get_updates_description) parse the MDKSA ids and the URL when reading the ↵Thierry Vignaud2007-08-101-0/+1
| | | | "descriptions" file
* (get_updates_description) further factorizeThierry Vignaud2007-08-101-2/+1
|