summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
Commit message (Collapse)AuthorAgeFilesLines
* - urpmq:Pascal Rigaux2007-11-281-1/+1
| | | | | o new option --requires-recursive (alias of option -d)
* add undocumented & unstable --tune-rpm optionPascal Rigaux2007-11-141-0/+3
| | | | | (allow to test nofsync and private db)
* reverting commit (13 March 2006): Pascal Rigaux2007-09-131-1/+0
| | | | | | | "Passing bundle option, even if that does nothing for now" since it does nothing. will revert if/when support is really implemented
* - urpmfPascal Rigaux2007-09-111-3/+2
| | | | | | | o fix --synthesis (by handling synthesis argument the same way in urpmq, urpmi and urpmf)
* add new urpmi option, only for debugging purpose: --debug__do_not_installPascal Rigaux2007-09-041-0/+1
|
* - urpmiPascal Rigaux2007-08-281-1/+5
| | | | | | | 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)
* (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
|
* (set_root) split it out in order to be reused by rpmdrakeThierry Vignaud2007-08-131-8/+11
|
* - urpmiPascal Rigaux2007-08-111-1/+2
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* factorizePascal Rigaux2007-08-111-2/+1
|
* - urpmiPascal Rigaux2007-08-111-0/+1
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - all toolsPascal Rigaux2007-08-111-0/+4
| | | | | o new option --wait-lock (#13025)
* - urpmiPascal Rigaux2007-08-091-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 --licensePascal Rigaux2007-08-021-0/+1
|
* get rid of some "Use of uninitialized value"Pascal Rigaux2007-08-021-1/+1
|
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-10/+6
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* - normalize verbose option handling over $options{verbose}Pascal Rigaux2007-08-011-5/+5
| | | | | - handle $rpm_opt where it is used
* - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib Pascal Rigaux2007-06-181-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
* - urpmfPascal Rigaux2007-06-141-1/+1
| | | | | o add option --use-distrib
* - urpmqPascal Rigaux2007-06-141-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 toolsPascal Rigaux2007-06-011-0/+1
| | | | | o --debug now implies --verbose
* re-sync after the big svn lossPascal Rigaux2007-04-241-5/+8
|
* display URPM debug messages when using --debugPascal Rigaux2007-01-091-2/+6
|
* add code to help debugging bugs like #26256Pascal Rigaux2006-12-061-5/+13
|
* directly set $urpm->{root}, it's simplerPascal Rigaux2006-11-291-2/+2
| | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
* factorize --nolock and --root option handlingPascal Rigaux2006-11-291-13/+8
|
* urpmi.removemedia now use urpm::args, and some cleanupPascal Rigaux2006-11-291-10/+11
|
* --debug for all progsPascal Rigaux2006-11-281-3/+7
|
* - add {debug} level messagesPascal Rigaux2006-11-281-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 forPascal Rigaux2006-11-241-0/+4
| | | | | urpmi/urpmq/urpme
* use $options{usedistrib} for all progs (prepare for next commit)Pascal Rigaux2006-11-241-13/+18
|
* --WID=id was introduced looong ago (2001) by fpons, it should be dead by nowPascal Rigaux2006-11-091-1/+0
|
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
|
* use standard ExporterPascal Rigaux2006-11-091-19/+5
|
* perl_checker compliancePascal Rigaux2006-11-031-5/+5
|
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-181-0/+2
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-4/+6
|
* Check that --root directory exists (#24031)Rafael Garcia-Suarez2006-08-011-2/+16
|
* Add the rurpme(8) commandRafael Garcia-Suarez2006-06-131-0/+1
|
* - restore old behavior of urpmi.addmedia, add --all-media and --interactive ↵Olivier Thauvin2006-06-111-0/+2
| | | | options
* - fix r36644, ensure urpm::args::parse_cmdline() return true if there is no ↵Olivier Thauvin2006-06-111-1/+3
| | | | error
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
| | | | | For gurpmi.pm, use the same version number as urpm.
* Add a new option -I to urpmfRafael Garcia-Suarez2006-05-191-0/+1
|
* Fix harmless typo in internal command-line optionRafael Garcia-Suarez2006-05-171-1/+1
|
* Allow '--' in urpmf command-lines to search for patterns that begin with a '-'Rafael Garcia-Suarez2006-05-151-0/+14
| | | | | (bug noticed by Titi)
* urpmq --synthesis was brokenRafael Garcia-Suarez2006-03-301-1/+1
|
* New urpmi.recover option: --list-safeRafael Garcia-Suarez2006-03-231-0/+1
|
* Some urpme cleanupRafael Garcia-Suarez2006-03-081-0/+1
|