Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix using already downloaded rpms (from /var/cache/urpmi/rpms) (#33655) | Pascal Rigaux | 2007-09-17 | 1 | -12/+17 |
| | |||||
* | reverting commit (13 March 2006): | Pascal Rigaux | 2007-09-13 | 2 | -7/+5 |
| | | | | | | | "Passing bundle option, even if that does nothing for now" since it does nothing. will revert if/when support is really implemented | ||||
* | do display computed transaction with --debug__do_not_install even if --debug | Pascal Rigaux | 2007-09-12 | 2 | -3/+7 |
| | | | | | is not used | ||||
* | previous commit was making some wrong assumptions when simplifying | Pascal Rigaux | 2007-09-12 | 1 | -4/+13 |
| | | | | | selected2list(). it needs to be a little more complex... | ||||
* | simplify | Pascal Rigaux | 2007-09-11 | 1 | -3/+1 |
| | |||||
* | unrequested doesn't exist, removing it | Pascal Rigaux | 2007-09-11 | 1 | -2/+0 |
| | |||||
* | - urpmf | Pascal Rigaux | 2007-09-11 | 1 | -3/+2 |
| | | | | | | | o fix --synthesis (by handling synthesis argument the same way in urpmq, urpmi and urpmf) | ||||
* | simplify selected2list() mess | Pascal Rigaux | 2007-09-11 | 1 | -75/+24 |
| | | | | | => make it instantaneous instead of taking 20% of the time of a small urpmi command | ||||
* | move cleaning of cachedir out of selected2list() | Pascal Rigaux | 2007-09-11 | 2 | -8/+10 |
| | |||||
* | simplify error handling | Pascal Rigaux | 2007-09-11 | 1 | -14/+2 |
| | |||||
* | fix error in previous commit | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | fix error in previous commit | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | if there is a prefered package, it's the first one | Pascal Rigaux | 2007-09-10 | 1 | -1/+5 |
| | |||||
* | implement default choice for range | Pascal Rigaux | 2007-09-10 | 1 | -2/+2 |
| | | | | | | (previous tentative was not very good. i don't know in which case $input is undef) | ||||
* | - urpmi, urpme | Pascal Rigaux | 2007-09-10 | 1 | -3/+11 |
| | | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO | ||||
* | use ">" instead of "*" to mean ellipsis | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | | | | | (as suggested by Olivier Faurax on cooker@) | ||||
* | do not use netrc for protocol ssh | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | more debug info (rsync cmd) | Pascal Rigaux | 2007-09-10 | 1 | -2/+4 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-09-07 | 1 | -0/+49 |
| | | | | | | o enhance "columns" display of packages to install (esp. fit on 80 columns) | ||||
* | add max() | Pascal Rigaux | 2007-09-06 | 1 | -1/+2 |
| | |||||
* | fix typo in previous previous commit | Pascal Rigaux | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | handle --searchmedia <media1>,...,<mediaN> | Pascal Rigaux | 2007-09-06 | 2 | -10/+12 |
| | | | | | (ie more than one searchmedia) | ||||
* | new functions: | Pascal Rigaux | 2007-09-06 | 1 | -8/+19 |
| | | | | | | - use URPM::build_listid - prepare for next commit which will handle more than one searchmedia | ||||
* | remove debug code | Pascal Rigaux | 2007-09-06 | 1 | -1/+0 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-09-06 | 1 | -1/+24 |
| | | | | | | | | | | o display size that will be installed - removed - urpmi, urpme o use best unit (KB, MB...) to display size will be installed - removed for this, use ->selected_size from perl-URPM and import formatXiB from drakx common.pm | ||||
* | fix using --debug__do_not_install with --env | Pascal Rigaux | 2007-09-05 | 1 | -2/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
| | | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake) | ||||
* | inline function select_media() (for next commit) | Pascal Rigaux | 2007-09-05 | 1 | -4/+5 |
| | |||||
* | add new urpmi option, only for debugging purpose: --debug__do_not_install | Pascal Rigaux | 2007-09-04 | 2 | -0/+3 |
| | |||||
* | make it more robust when no password is found in urpmi's netrc | Pascal Rigaux | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵ | Thierry Vignaud | 2007-08-29 | 1 | -1/+1 |
| | | | | fixing locking with --root | ||||
* | simplify debug message: {install} is never set | Pascal Rigaux | 2007-08-28 | 1 | -2/+1 |
| | | | | | (cf build_transaction_set() in perl-URPM) | ||||
* | better debug message | Pascal Rigaux | 2007-08-28 | 1 | -3/+4 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-28 | 2 | -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 Rigaux | 2007-08-28 | 1 | -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-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | better error message as suggested on cooker-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | fix typo in debug message | Pascal Rigaux | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | display computed transaction set in debug mode | Pascal Rigaux | 2007-08-23 | 1 | -0/+14 |
| | |||||
* | - debug message when scheduling a pkg removal | Pascal Rigaux | 2007-08-23 | 1 | -2/+6 |
| | | | | | - don't translate debug message | ||||
* | nicer debug message, | Pascal Rigaux | 2007-08-23 | 1 | -2/+3 |
| | | | | | esp. remove eid= which is the same as id= | ||||
* | this is debug stuff, hide it from -v | Pascal Rigaux | 2007-08-23 | 1 | -2/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-23 | 3 | -1/+3 |
| | | | | | o new option --justdb (new perl-URPM 1.76) | ||||
* | rename urpm::install::create_transaction() into build_transaction_set_() | Pascal Rigaux | 2007-08-23 | 2 | -2/+2 |
| | | | | | (to avoid confusion with $db->create_transaction from URPM.xs) | ||||
* | 4.10.5 | Pascal Rigaux | 2007-08-18 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-13 | 1 | -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 passed | Pascal Rigaux | 2007-08-13 | 1 | -1/+2 |
| | |||||
* | (translate_why_removed_one) if we got back an explanation unknown of | Thierry Vignaud | 2007-08-13 | 1 | -0/+2 |
| | | | | | use, just report it back | ||||
* | (translate_why_unselected_one) try harder to explain why we cannot | Thierry Vignaud | 2007-08-13 | 1 | -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 rafael | Thierry Vignaud | 2007-08-13 | 1 | -1/+0 |
| | | | | | commit on 2006-01-11 13:17) |