summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* urpmi --gui will now ask with a GUI popup to change media. IntendedRafael Garcia-Suarez2005-01-241-0/+1
* 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
* 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 --a...Olivier Thauvin2004-11-241-0/+2
* Add the --strict-arch command-line option to urpmi and the strict-arch config...Rafael Garcia-Suarez2004-10-271-0/+1
* 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
* Add a new option -m to urpmf to get the media in which a package has beenRafael Garcia-Suarez2004-09-291-0/+1
* 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
* Support for setting proxy per-media in proxy.cfgRafael Garcia-Suarez2004-06-291-2/+5
* The --proxy option was broken.Rafael Garcia-Suarez2004-05-211-4/+4
* New helpful error messages in urpmq.Rafael Garcia-Suarez2004-05-131-41/+41
* - fix --changelog handling in urpmqOlivier Blin2004-05-041-1/+1
* Fix locale handling and the --no-locales command-line argumentRafael Garcia-Suarez2004-04-281-3/+7
* Remaining command-line options parsing problemsRafael Garcia-Suarez2004-04-281-16/+16
* Cope with long short urpmi options (--X versus -X)Rafael Garcia-Suarez2004-04-271-0/+3
* Some more cleanup and refactorization.Rafael Garcia-Suarez2004-04-191-3/+3
* Some more options refactorisation. The --from option of urpmi.addmediaRafael Garcia-Suarez2004-04-191-17/+27
* Fix the parsing of command-line options of urpmf when no option is specifiedRafael Garcia-Suarez2004-04-141-7/+16
* Factorize the message/prompt/I18N code of urpm* in a separate moduleRafael Garcia-Suarez2004-04-141-5/+9
* urpmi.addmedia was forgetting command-line arguments.Rafael Garcia-Suarez2004-04-141-0/+3
* Factorize the code to handle command-line options for the urpm* toolsRafael Garcia-Suarez2004-04-131-0/+14
* Factorize command-line handling for urpm* tools in a separate module.Rafael Garcia-Suarez2004-04-091-0/+272