summaryrefslogtreecommitdiffstats
path: root/urpmi
Commit message (Collapse)AuthorAgeFilesLines
* better fix for "always prompt before doing a priority-upgrade transaction,Pascal Rigaux2008-01-111-1/+1
| | | | | | | | | | | | even if there is only one priority upgrade package (since there will be more packages to install after restarting urpmi)" since we don't want to prompt if all pkgs have been especially prompted on command-line also not using suggests when selecting pkgs in priority-upgrade (nb: this may by-pass some suggests in priority-upgrade pkgs, need more checking)
* - urpmiPascal Rigaux2008-01-081-1/+1
| | | | | | | | | o always prompt before doing a priority-upgrade transaction, even if there is only one priority upgrade package (since there will be more packages to install after restarting urpmi) see bug #36483 which mention this
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-191-1/+0
| | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :)
* - all tools:Pascal Rigaux2007-12-191-2/+0
| | | | | o drop hdlist support (will be replaced with xml media_info)
* - urpmi:Pascal Rigaux2007-12-181-1/+1
| | | | | | | | o do remove __db* on priority-upgrade (fix regression introduced in 4.10.15) (may fix #36190)
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-4/+1
| | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error)
* factorize default options, and have them by default in $urpm->{options}Pascal Rigaux2007-11-281-7/+4
|
* - urpmi:Pascal Rigaux2007-11-281-2/+2
| | | | | | | | o small transactions should have at least 8 packages (ie --split-length is now 8 by default) o do not do a big transaction if installing less than 20 packages (ie --split-level is now 1 by default)
* - all tools:Pascal Rigaux2007-11-221-1/+1
| | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage)
* - urpmiPascal Rigaux2007-11-191-3/+4
| | | | | | | | | o --auto-update is quite unsafe, but at least now it should be cleaner (ensure $urpm doesn't have media twice) bug triggered by --auto-update --update. still --auto-update --update should not update non-update media...
* a somewhat better error message Pascal Rigaux2007-11-151-1/+1
| | | | | (occurs when using --install-src and a buildrequire is missing)
* nicer error messagePascal Rigaux2007-11-151-1/+1
|
* create urpm::sys::clean_rpmdb_shared_regions() and use itPascal Rigaux2007-10-021-1/+1
|
* $rpm_lock is undefined when we create the rpmdb from scratchPascal Rigaux2007-10-021-1/+1
|
* debug__do_not_install: better do it everywherePascal Rigaux2007-09-271-1/+1
|
* --env is used for debugging, so don't clobber urpmi.log from bug reportPascal Rigaux2007-09-271-2/+0
| | | | | (it also fixes fork mess when debugging)
* fix using debug__do_not_installPascal Rigaux2007-09-271-2/+2
|
* - urpmfPascal Rigaux2007-09-111-3/+2
| | | | | | | o fix --synthesis (by handling synthesis argument the same way in urpmq, urpmi and urpmf)
* - urpmi, urpmePascal Rigaux2007-09-101-4/+10
| | | | | | | o default to selecting all the prefered packages according to installed locales (need perl-URPM 1.81 to work)
* - urpmi, urpmePascal Rigaux2007-09-101-18/+10
| | | | | | | | | 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
* - urpmiPascal Rigaux2007-09-071-22/+10
| | | | | | o enhance "columns" display of packages to install (esp. fit on 80 columns)
* small fix: there may be no medium name for a package (from command line)Pascal Rigaux2007-09-071-1/+2
|
* - urpmiPascal Rigaux2007-09-061-9/+18
| | | | | | | | | o display size that will be installed - removed with a nice message (#32022) o display packages which are going to installed with name-version-release info in columns (need enhancing a little more the "info in columns")
* simplifyPascal Rigaux2007-09-061-3/+3
|
* - urpmiPascal Rigaux2007-09-061-3/+1
| | | | | | | | | | 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
* remove duplicated $env codePascal Rigaux2007-09-061-10/+6
|
* add new urpmi option, only for debugging purpose: --debug__do_not_installPascal Rigaux2007-09-041-2/+2
|
* - urpmiPascal Rigaux2007-08-281-8/+8
| | | | | | | 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
* - urpmiPascal Rigaux2007-08-231-0/+1
| | | | | o new option --justdb (new perl-URPM 1.76)
* - urpmiPascal Rigaux2007-08-211-3/+3
| | | | | o fix --bug when there is no /etc/urpmi/prefer.list file
* add 'meta-task' to 'priority-upgrade' because of /etc/urpmi/prefer.vendor.listThierry Vignaud2007-08-141-1/+1
|
* do try to umount removable media when using --debug (fixing commit rafel'sThierry Vignaud2007-08-131-0/+2
| | | | | commit r15048 on 2005-06-09)
* - libraryPascal Rigaux2007-08-121-1/+2
| | | | | | | 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-111-5/+14
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - urpmiPascal Rigaux2007-08-111-2/+12
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - all toolsPascal Rigaux2007-08-111-2/+2
| | | | | o new option --wait-lock (#13025)
* fix typo in previous commitPascal Rigaux2007-08-101-1/+1
|
* - urpmiPascal Rigaux2007-08-091-230/+19
| | | | | o move some code to new module urpm::main_loop to share it with rpmdrake
* we already computed the number of package (cosmetic)Thierry Vignaud2007-08-091-3/+3
|
* - urpmiPascal Rigaux2007-08-091-0/+4
| | | | | | | | | | | 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
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-3/+0
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* - normalize verbose option handling over $options{verbose}Pascal Rigaux2007-08-011-8/+7
| | | | | - handle $rpm_opt where it is used
* make sure comments appear in po catalogsThierry Vignaud2007-07-041-4/+7
|
* - [bugfix] fix plural handling in "Packages foo can not be installed" (#31229)Pascal Rigaux2007-06-081-15/+15
| | | | | - fix quite a few more plurals using perl_checker
* - urpmiPascal Rigaux2007-06-011-0/+1
| | | | | o [bugfix] fix urpmi --parallel (#30996)
* - urpmiPascal Rigaux2007-05-091-1/+0
| | | | | | | | o display "removing package ..." when removing an obsolete or conflicting package (need perl-URPM 1.63), and not before o in verbose mode, display "removing upgraded package ..." (should make it more understandable by users)
* display "In order to satisfy the '%s' dependency, one of the followingPascal Rigaux2007-05-031-2/+2
| | | | | | packages is needed:" so that user can understand what dependency is used (as suggested by Guillaume Rousse on cooker)
* kill dead codeThierry Vignaud2007-03-061-9/+0
|
* (ask_choice) display translated summaryThierry Vignaud2007-03-051-1/+1
|
* merge some strings (thus giving more control to translators for theThierry Vignaud2007-03-051-5/+4
| | | | | second occurence)