summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a --literal option to urpmfRafael Garcia-Suarez2005-10-131-2/+7
|
* Only quote "+" in patterns (for c++ / libgtk+ / etc... packages)Rafael Garcia-Suarez2005-10-131-2/+2
|
* Add a --debug option to print internal callback (instead of using --verbose ↵Rafael Garcia-Suarez2005-10-131-0/+1
| | | | for that).
* Allow ! ( ) as well as -! -( -) as arguments to urpmf (backwards compat)Rafael Garcia-Suarez2005-10-131-1/+1
|
* Sort options.Rafael Garcia-Suarez2005-10-121-14/+14
|
* Forbid urpmq --use-distrib when non rootRafael Garcia-Suarez2005-10-121-1/+7
|
* Add an --ignoresize option to urpmiRafael Garcia-Suarez2005-10-101-0/+1
|
* Abort on unrecognized options for urpmq tooRafael Garcia-Suarez2005-10-101-0/+2
|
* Don't allow media names that begin with -- in urpmi.addmedia and ↵Rafael Garcia-Suarez2005-10-101-2/+12
| | | | urpmi.update, to avoid naming mistakes
* Add an experimental --restricted option, based on code by Michael SchererRafael Garcia-Suarez2005-06-291-0/+1
| | | | | (bug #16610)
* urpmf should warn on unknown optionsRafael Garcia-Suarez2005-06-161-0/+4
|
* Document --summary option to urpmq.Rafael Garcia-Suarez2005-06-131-1/+1
| | | | | Add -S as an alias for --summary.
* Introduce a --nolock option in urpmi and urpmq.Rafael Garcia-Suarez2005-06-091-0/+2
| | | | | Use it for parallel distribution over ssh on localhost
* Implement -RR in urpmq to search through virtual packages as well. (bug 15895)Rafael Garcia-Suarez2005-05-201-1/+1
|
* add a --nopubkey option to urpmi.addmediaRafael Garcia-Suarez2005-04-291-0/+1
|
* Remove obsolete codeRafael Garcia-Suarez2005-04-271-2/+0
|
* Allow to ask user for proxy credentialsRafael Garcia-Suarez2005-04-261-3/+7
|
* Update copyrightsRafael Garcia-Suarez2005-04-251-1/+1
|
* There's no reason not to extend this improvement to urpmqRafael Garcia-Suarez2005-04-251-1/+1
|
* Allow relative pathnames in --root (Michael Scherer)Rafael Garcia-Suarez2005-04-251-1/+1
|
* Add a new option, --no-install, to urpmi, to only download rpms andRafael Garcia-Suarez2005-04-141-0/+1
| | | | | not install them (by Michael Scherer)
* Add a --raw option to urpmi.addmediaRafael Garcia-Suarez2005-04-111-1/+2
|
* Add a --summary option to urpmq.Rafael Garcia-Suarez2005-03-141-0/+1
| | | | | Patch by Michael Scherer, slightly reworked (bug 14513)
* Add a retry option to urpmi and urpmi.cfg (bug #1174)Rafael Garcia-Suarez2005-03-101-0/+1
|
* Remove obsoleted and broken --distrib-XXX command-line optionRafael Garcia-Suarez2005-02-171-7/+2
|
* Patch by Guillaume Rousse to improve bash-completion for media names, viaRafael Garcia-Suarez2005-01-271-1/+1
| | | | | adding new optional arguments to the --list-media option of urpmq.
* urpmi --gui will now ask with a GUI popup to change media. IntendedRafael Garcia-Suarez2005-01-241-0/+1
| | | | | to be used with --auto (so other annoying dialogs are not shown)
* Insignificant patchRafael Garcia-Suarez2005-01-191-2/+2
|
* Remove unused varsRafael Garcia-Suarez2005-01-101-3/+1
|
* Add an option to urpmi, --expect-install, that tells urpmi to return withRafael Garcia-Suarez2005-01-101-0/+1
| | | | | an exit status of 15 if it installed nothing.
* Remove support for urpmi -XRafael Garcia-Suarez2004-12-071-9/+0
|
* Fix loading of urpm::msg::N() in urpm::args, and urpmi's --no-locale optionRafael Garcia-Suarez2004-12-061-1/+4
|
* While we're at it, implement --no-ignore and make it work with -aRafael Garcia-Suarez2004-12-031-1/+1
|
* Add an --ignore option to urpmi.updateRafael Garcia-Suarez2004-12-031-0/+1
|
* Fix indentationRafael Garcia-Suarez2004-12-021-1/+3
|
* - add --search-media options: looking requested or package to update with ↵Olivier Thauvin2004-11-241-0/+2
| | | | | | | --auto-select in given media - replace a die() by $urpm->{fatal}()
* Add the --strict-arch command-line option to urpmi and the strict-arch ↵Rafael Garcia-Suarez2004-10-271-0/+1
| | | | configuration file option
* Remove obsolete commentRafael Garcia-Suarez2004-10-141-2/+0
|
* Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia.Rafael Garcia-Suarez2004-10-141-1/+3
| | | | | | It prevents rebuilding the hdlist from the headers of the RPMs for a local media. It's also settable globally in the urpmi.cfg file. Comes with doc.
* Add a new option -m to urpmf to get the media in which a package has beenRafael Garcia-Suarez2004-09-291-0/+1
| | | | | found.
* perl_checker_fixesRafael Garcia-Suarez2004-09-161-2/+2
|
* Add a --more-choices optionRafael Garcia-Suarez2004-07-301-0/+1
|
* --excludedocs was brokenRafael Garcia-Suarez2004-07-301-1/+1
|
* Add options -q and -v (quiet and verbose) to urpmi.updateRafael Garcia-Suarez2004-07-271-0/+2
|
* Add options -q and -v (quiet and verbose) to urpmi.{add,remove}mediaRafael Garcia-Suarez2004-07-271-0/+2
|
* Add an option -Y to urpmq (fuzzy and case insensitive)Rafael Garcia-Suarez2004-07-261-0/+1
|
* Copyright updatesRafael Garcia-Suarez2004-07-221-0/+4
|
* Document the "skip" option. Remove obsolete code.Rafael Garcia-Suarez2004-07-091-1/+1
|
* Add a --version flag to the urpm* toolsRafael Garcia-Suarez2004-07-081-3/+4
|
* Fix parsing of proxy.cfg and --proxy optionsRafael Garcia-Suarez2004-06-291-3/+3
|