Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for urpmi -X | Rafael Garcia-Suarez | 2004-12-07 | 1 | -9/+0 |
| | |||||
* | Fix loading of urpm::msg::N() in urpm::args, and urpmi's --no-locale option | Rafael Garcia-Suarez | 2004-12-06 | 1 | -1/+4 |
| | |||||
* | While we're at it, implement --no-ignore and make it work with -a | Rafael Garcia-Suarez | 2004-12-03 | 1 | -1/+1 |
| | |||||
* | Add an --ignore option to urpmi.update | Rafael Garcia-Suarez | 2004-12-03 | 1 | -0/+1 |
| | |||||
* | Fix indentation | Rafael Garcia-Suarez | 2004-12-02 | 1 | -1/+3 |
| | |||||
* | - add --search-media options: looking requested or package to update with ↵ | Olivier Thauvin | 2004-11-24 | 1 | -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-Suarez | 2004-10-27 | 1 | -0/+1 |
| | | | | configuration file option | ||||
* | Remove obsolete comment | Rafael Garcia-Suarez | 2004-10-14 | 1 | -2/+0 |
| | |||||
* | Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia. | Rafael Garcia-Suarez | 2004-10-14 | 1 | -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 been | Rafael Garcia-Suarez | 2004-09-29 | 1 | -0/+1 |
| | | | | | found. | ||||
* | perl_checker_fixes | Rafael Garcia-Suarez | 2004-09-16 | 1 | -2/+2 |
| | |||||
* | Add a --more-choices option | Rafael Garcia-Suarez | 2004-07-30 | 1 | -0/+1 |
| | |||||
* | --excludedocs was broken | Rafael Garcia-Suarez | 2004-07-30 | 1 | -1/+1 |
| | |||||
* | Add options -q and -v (quiet and verbose) to urpmi.update | Rafael Garcia-Suarez | 2004-07-27 | 1 | -0/+2 |
| | |||||
* | Add options -q and -v (quiet and verbose) to urpmi.{add,remove}media | Rafael Garcia-Suarez | 2004-07-27 | 1 | -0/+2 |
| | |||||
* | Add an option -Y to urpmq (fuzzy and case insensitive) | Rafael Garcia-Suarez | 2004-07-26 | 1 | -0/+1 |
| | |||||
* | Copyright updates | Rafael Garcia-Suarez | 2004-07-22 | 1 | -0/+4 |
| | |||||
* | Document the "skip" option. Remove obsolete code. | Rafael Garcia-Suarez | 2004-07-09 | 1 | -1/+1 |
| | |||||
* | Add a --version flag to the urpm* tools | Rafael Garcia-Suarez | 2004-07-08 | 1 | -3/+4 |
| | |||||
* | Fix parsing of proxy.cfg and --proxy options | Rafael Garcia-Suarez | 2004-06-29 | 1 | -3/+3 |
| | |||||
* | Support for setting proxy per-media in proxy.cfg | Rafael Garcia-Suarez | 2004-06-29 | 1 | -2/+5 |
| | |||||
* | The --proxy option was broken. | Rafael Garcia-Suarez | 2004-05-21 | 1 | -4/+4 |
| | |||||
* | New helpful error messages in urpmq. | Rafael Garcia-Suarez | 2004-05-13 | 1 | -41/+41 |
| | | | | | Improve documentation and refactorization. | ||||
* | - fix --changelog handling in urpmq | Olivier Blin | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | Fix locale handling and the --no-locales command-line argument | Rafael Garcia-Suarez | 2004-04-28 | 1 | -3/+7 |
| | |||||
* | Remaining command-line options parsing problems | Rafael Garcia-Suarez | 2004-04-28 | 1 | -16/+16 |
| | |||||
* | Cope with long short urpmi options (--X versus -X) | Rafael Garcia-Suarez | 2004-04-27 | 1 | -0/+3 |
| | |||||
* | Some more cleanup and refactorization. | Rafael Garcia-Suarez | 2004-04-19 | 1 | -3/+3 |
| | |||||
* | Some more options refactorisation. The --from option of urpmi.addmedia | Rafael Garcia-Suarez | 2004-04-19 | 1 | -17/+27 |
| | | | | | was being ignored; fix it. | ||||
* | Fix the parsing of command-line options of urpmf when no option is specified | Rafael Garcia-Suarez | 2004-04-14 | 1 | -7/+16 |
| | |||||
* | Factorize the message/prompt/I18N code of urpm* in a separate module | Rafael Garcia-Suarez | 2004-04-14 | 1 | -5/+9 |
| | |||||
* | urpmi.addmedia was forgetting command-line arguments. | Rafael Garcia-Suarez | 2004-04-14 | 1 | -0/+3 |
| | |||||
* | Factorize the code to handle command-line options for the urpm* tools | Rafael Garcia-Suarez | 2004-04-13 | 1 | -0/+14 |
| | | | | | in a module urpm::args. | ||||
* | Factorize command-line handling for urpm* tools in a separate module. | Rafael Garcia-Suarez | 2004-04-09 | 1 | -0/+272 |
Use this in urpmi. |