summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightThierry Vignaud2009-11-241-1/+1
|
* add --not-available option to urpmqChristophe Fergeau2009-10-211-0/+1
| | | | | | | | Patch from Pascal Terjan, fixes bug #51418 urpmq --not-available shows the packages that are installed but no longer available in the configured media. This can be helpful to figure out which packages are obsolete after a few distro upgrades.
* parse download-all argument in gurpmi tooChristophe Fergeau2009-10-211-1/+1
|
* allow to define the cache directory for RPMs when setting --download-allChristophe Fergeau2009-10-151-2/+1
|
* add --download-all options to enable downloading of all packages before installChristophe Fergeau2009-10-131-0/+1
|
* dudf patch from Olivier Rosello for the Mancoosi projectChristophe Fergeau2009-07-301-0/+5
|
* Remove urpmi.recover from args.pmChristophe Fergeau2009-01-131-11/+0
|
* drop obsolete stuffPascal Rigaux2008-10-291-1/+0
| | | | | | | | | it should have been dropped in commit: : r14827 | rgarciasuarez | 2005-02-17 16:01:39 +0100 (Thu, 17 Feb 2005) | 2 lines : Remove obsoleted and broken --distrib-XXX command-line option
* - implement urpme --envPascal Rigaux2008-10-271-1/+1
| | | | | - handle urpme --auto-orphans --env
* add support for --clean in gurpmiThierry Vignaud2008-10-141-1/+1
|
* add --split-level and --split-length to gurpmiPascal Rigaux2008-10-071-1/+2
| | | | | (but only works as "--split-length=xx", not "--split-length xx")
* what mdkonline really want, is that gurpmi/gurpmi2 handles --replacefilesPascal Rigaux2008-10-061-1/+1
|
* - urpmi, library:Pascal Rigaux2008-10-061-0/+1
| | | | | | o handle --replacefiles, will be used by mdkonline (require perl-URPM 3.19)
* (set_verbose,set_verbosity) enable rpmdrake to support -q & -v optionsThierry Vignaud2008-09-091-4/+12
|
* (set_debug) extract it so that rpmdrake can support the --debug optionThierry Vignaud2008-09-091-5/+8
|
* fix previous commit (otherwise it goes very weird)Pascal Rigaux2008-09-051-1/+1
|
* allow --no-metalinkPascal Rigaux2008-09-051-1/+1
|
* - fix proxy parameter for aria2 (thanks to alkh)Pascal Rigaux2008-09-041-1/+1
|
* - gurpmi2Pascal Rigaux2008-09-011-1/+1
| | | | | o handle --update
* factorizePascal Rigaux2008-08-201-2/+1
|
* handle --justdb and --noscripts in gurpmiThierry Vignaud2008-08-071-1/+1
|
* - urpmePascal Rigaux2008-07-111-1/+1
| | | | | o add --justdb
* factorize --version and --help handlingPascal Rigaux2008-07-101-19/+7
|
* factorizePascal Rigaux2008-07-101-4/+9
|
* cleanup, and also add --metalink on urpmqPascal Rigaux2008-07-101-4/+2
| | | | | (no reason not to have it there too)
* adjust tabbing to pixel's tastePer Øyvind Karlsen2008-07-101-4/+4
|
* add --metalink option to urpmi.addmedia & urpmi.updatemedia as wellPer Øyvind Karlsen2008-07-091-0/+2
|
* add local metalink generationPer Øyvind Karlsen2008-07-091-0/+2
|
* have --no-locales for all toolsPascal Rigaux2008-07-091-3/+3
|
* - urpmiPascal Rigaux2008-07-081-0/+1
| | | | | o handle --debug-librpm
* allow "urpmi.addmedia --distrib --mirrorlist" to please blino (#40283)Pascal Rigaux2008-07-081-1/+1
|
* - urpmqPascal Rigaux2008-07-081-0/+1
| | | | | o add --obsoletes
* - urpmq:Pascal Rigaux2008-07-081-7/+4
| | | | | | | | o --suggests now displays the suggested packages, see --allow-suggests for previous behaviour (#39726) - fixing duplicated setting of options in args.pm
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-2/+3
|
* create file2absolute_file() and use itPascal Rigaux2008-07-071-2/+4
|
* normalize options passing: through %options or $urpm->{options}Pascal Rigaux2008-07-021-5/+3
|
* - urpmq:Pascal Rigaux2008-04-031-2/+13
| | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726)
* - urpmf:Pascal Rigaux2008-03-311-8/+21
| | | | | | o check usage of -a, -! and the like instead of displaying the ugly "Internal error: syntax error ..."
* create add_urpmf_binary_op() and add_urpmf_unary_op(),Pascal Rigaux2008-03-311-3/+13
| | | | | nothing changed yet (see next commit)
* handle -p and -P like urpmiThierry Vignaud2008-03-171-1/+1
|
* handle --forceThierry Vignaud2008-03-131-1/+1
|
* handle priority upgrade listThierry Vignaud2008-03-041-1/+1
|
* factorize common options between urpmi & gurpmiThierry Vignaud2008-03-041-9/+6
|
* add a warning for gurpmiThierry Vignaud2008-03-031-0/+1
|
* handle --testThierry Vignaud2008-03-031-0/+1
|
* handle --allow-medium-change (needed for do_pkgs)Thierry Vignaud2008-03-031-0/+2
|
* handle --expect-install (needed for do_pkgs)Thierry Vignaud2008-03-031-0/+1
|
* fix --expect-install (broken since 4.9.30!)Thierry Vignaud2008-03-031-1/+1
|
* fix --auto-select optionThierry Vignaud2008-03-031-1/+1
|
* (gurpmi::parse_command_line) reuse common shared code of urpm::args,Thierry Vignaud2008-03-031-0/+13
| | | | | thus fixing --root option