Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -1/+2 |
| | | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list) | ||||
* | factorize | Pascal Rigaux | 2007-08-11 | 1 | -2/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+1 |
| | | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112) | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -0/+4 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | 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 | ||||
* | handle urpmf --license | Pascal Rigaux | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | get rid of some "Use of uninitialized value" | Pascal Rigaux | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | factorize handling of -q|--quiet and -v|--verbose for all tools | Pascal Rigaux | 2007-08-01 | 1 | -10/+6 |
| | | | | | this fixes -q option not handled by urpmi.update (#31890) | ||||
* | - normalize verbose option handling over $options{verbose} | Pascal Rigaux | 2007-08-01 | 1 | -5/+5 |
| | | | | | - handle $rpm_opt where it is used | ||||
* | - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib | Pascal Rigaux | 2007-06-18 | 1 | -0/+1 |
| | | | | | | | | | | | o media.cfg per media field hdlist=hdlist_xxx.cz is not used anymore, xxx/media_info/hdlist.cz is used instead. To get previous behaviour, use option --use-copied-hdlist or use_copied_hdlist=1 in media.cfg beware: this modifies the behaviour of urpmi, especially for multi CDs media which were the only one really using the hdlist-copied-in-media/media_info feature | ||||
* | - urpmf | Pascal Rigaux | 2007-06-14 | 1 | -1/+1 |
| | | | | | o add option --use-distrib | ||||
* | - urpmq | Pascal Rigaux | 2007-06-14 | 1 | -8/+1 |
| | | | | | | | | o allow using --use-distrib as non-root nb: reverting commit r15208 2005-10-12 "Forbid urpmq --use-distrib when non root" since i can't see any valid reason for this | ||||
* | - all tools | Pascal Rigaux | 2007-06-01 | 1 | -0/+1 |
| | | | | | o --debug now implies --verbose | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -5/+8 |
| | |||||
* | display URPM debug messages when using --debug | Pascal Rigaux | 2007-01-09 | 1 | -2/+6 |
| | |||||
* | add code to help debugging bugs like #26256 | Pascal Rigaux | 2006-12-06 | 1 | -5/+13 |
| | |||||
* | directly set $urpm->{root}, it's simpler | Pascal Rigaux | 2006-11-29 | 1 | -2/+2 |
| | | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it) | ||||
* | factorize --nolock and --root option handling | Pascal Rigaux | 2006-11-29 | 1 | -13/+8 |
| | |||||
* | urpmi.removemedia now use urpm::args, and some cleanup | Pascal Rigaux | 2006-11-29 | 1 | -10/+11 |
| | |||||
* | --debug for all progs | Pascal Rigaux | 2006-11-28 | 1 | -3/+7 |
| | |||||
* | - add {debug} level messages | Pascal Rigaux | 2006-11-28 | 1 | -1/+2 |
| | | | | | | - add some debug message before downloading - always display the retrieved url (using {log}) | ||||
* | don't allow --probe-synthesis or --probe-hdlist without --use-distrib for | Pascal Rigaux | 2006-11-24 | 1 | -0/+4 |
| | | | | | urpmi/urpmq/urpme | ||||
* | use $options{usedistrib} for all progs (prepare for next commit) | Pascal Rigaux | 2006-11-24 | 1 | -13/+18 |
| | |||||
* | --WID=id was introduced looong ago (2001) by fpons, it should be dead by now | Pascal Rigaux | 2006-11-09 | 1 | -1/+0 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | use standard Exporter | Pascal Rigaux | 2006-11-09 | 1 | -19/+5 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-03 | 1 | -5/+5 |
| | |||||
* | Add --no-md5sum and --force-key options to urpmi | Rafael Garcia-Suarez | 2006-10-18 | 1 | -0/+2 |
| | |||||
* | Add Prozilla support | Rafael Garcia-Suarez | 2006-09-21 | 1 | -4/+6 |
| | |||||
* | Check that --root directory exists (#24031) | Rafael Garcia-Suarez | 2006-08-01 | 1 | -2/+16 |
| | |||||
* | Add the rurpme(8) command | Rafael Garcia-Suarez | 2006-06-13 | 1 | -0/+1 |
| | |||||
* | - restore old behavior of urpmi.addmedia, add --all-media and --interactive ↵ | Olivier Thauvin | 2006-06-11 | 1 | -0/+2 |
| | | | | options | ||||
* | - fix r36644, ensure urpm::args::parse_cmdline() return true if there is no ↵ | Olivier Thauvin | 2006-06-11 | 1 | -1/+3 |
| | | | | error | ||||
* | Use revision number as version numbers for internal modules. | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+3 |
| | | | | | For gurpmi.pm, use the same version number as urpm. | ||||
* | Add a new option -I to urpmf | Rafael Garcia-Suarez | 2006-05-19 | 1 | -0/+1 |
| | |||||
* | Fix harmless typo in internal command-line option | Rafael Garcia-Suarez | 2006-05-17 | 1 | -1/+1 |
| | |||||
* | Allow '--' in urpmf command-lines to search for patterns that begin with a '-' | Rafael Garcia-Suarez | 2006-05-15 | 1 | -0/+14 |
| | | | | | (bug noticed by Titi) | ||||
* | urpmq --synthesis was broken | Rafael Garcia-Suarez | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | New urpmi.recover option: --list-safe | Rafael Garcia-Suarez | 2006-03-23 | 1 | -0/+1 |
| | |||||
* | Some urpme cleanup | Rafael Garcia-Suarez | 2006-03-08 | 1 | -0/+1 |
| | |||||
* | Add a --disable option to urpmi.recover | Rafael Garcia-Suarez | 2006-02-16 | 1 | -0/+1 |
| | |||||
* | Add ignorearch option to urpmq | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+1 |
| | |||||
* | Add --ignorearch flag to urpmi | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+1 |
| | |||||
* | New tool, urpmi.recover | Rafael Garcia-Suarez | 2006-02-10 | 1 | -0/+12 |
| | |||||
* | urpme needs to support --repackage too | Rafael Garcia-Suarez | 2006-02-09 | 1 | -0/+1 |
| | |||||
* | Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg. | Rafael Garcia-Suarez | 2006-02-09 | 1 | -0/+1 |
| | | | | | Document them. | ||||
* | Get rid of message() function | Rafael Garcia-Suarez | 2006-02-08 | 1 | -1/+1 |
| | |||||
* | Add a --logfile option for debug | Rafael Garcia-Suarez | 2006-02-08 | 1 | -0/+1 |
| | |||||
* | I keep typing --noinstall instead of --no-install. Add this as an alias. | Rafael Garcia-Suarez | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-24 | 1 | -1/+1 |
| |