Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot to convert two parameters | Rafael Garcia-Suarez | 2005-10-18 | 1 | -2/+2 |
| | |||||
* | Add epoch in urpmf --all | Rafael Garcia-Suarez | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | Synamically generate option parsing callbacks for urpmf | Rafael Garcia-Suarez | 2005-10-18 | 1 | -24/+53 |
| | |||||
* | New options. Change callback generation method. | Rafael Garcia-Suarez | 2005-10-17 | 1 | -0/+5 |
| | |||||
* | Remove the evil urpmf --quiet option | Rafael Garcia-Suarez | 2005-10-13 | 1 | -1/+0 |
| | |||||
* | Oops | Rafael Garcia-Suarez | 2005-10-13 | 1 | -1/+1 |
| | |||||
* | Add a --literal option to urpmf | Rafael Garcia-Suarez | 2005-10-13 | 1 | -2/+7 |
| | |||||
* | Only quote "+" in patterns (for c++ / libgtk+ / etc... packages) | Rafael Garcia-Suarez | 2005-10-13 | 1 | -2/+2 |
| | |||||
* | Add a --debug option to print internal callback (instead of using --verbose ↵ | Rafael Garcia-Suarez | 2005-10-13 | 1 | -0/+1 |
| | | | | for that). | ||||
* | Allow ! ( ) as well as -! -( -) as arguments to urpmf (backwards compat) | Rafael Garcia-Suarez | 2005-10-13 | 1 | -1/+1 |
| | |||||
* | Sort options. | Rafael Garcia-Suarez | 2005-10-12 | 1 | -14/+14 |
| | |||||
* | Forbid urpmq --use-distrib when non root | Rafael Garcia-Suarez | 2005-10-12 | 1 | -1/+7 |
| | |||||
* | Don't use "verbose" setting in urpm::download API | Rafael Garcia-Suarez | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | Add an --ignoresize option to urpmi | Rafael Garcia-Suarez | 2005-10-10 | 1 | -0/+1 |
| | |||||
* | Abort on unrecognized options for urpmq too | Rafael Garcia-Suarez | 2005-10-10 | 1 | -0/+2 |
| | |||||
* | Don't allow media names that begin with -- in urpmi.addmedia and ↵ | Rafael Garcia-Suarez | 2005-10-10 | 1 | -2/+12 |
| | | | | urpmi.update, to avoid naming mistakes | ||||
* | Use an explicit path for the md5sum utility | Rafael Garcia-Suarez | 2005-09-30 | 1 | -1/+1 |
| | |||||
* | This workaround is no longer necessary | Rafael Garcia-Suarez | 2005-09-07 | 1 | -9/+0 |
| | |||||
* | Don't decode utf-8 text when the locale charset is itself in utf-8. | Rafael Garcia-Suarez | 2005-09-07 | 1 | -2/+4 |
| | | | | | Optimize utf-8 text manipulations. | ||||
* | Remove trace | Rafael Garcia-Suarez | 2005-09-05 | 1 | -1/+0 |
| | |||||
* | On top of previous fix | Rafael Garcia-Suarez | 2005-09-05 | 1 | -2/+2 |
| | |||||
* | Fix bug 18234 : force download of ftp files when the timestamp couldn't be ↵ | Rafael Garcia-Suarez | 2005-09-05 | 1 | -5/+3 |
| | | | | determined | ||||
* | Turn off utf8 warnings in the caller each time we use urpm::msg. | Rafael Garcia-Suarez | 2005-08-31 | 1 | -0/+10 |
| | |||||
* | decode every utf8 that gets translated | Rafael Garcia-Suarez | 2005-08-30 | 1 | -1/+3 |
| | |||||
* | Add an experimental --restricted option, based on code by Michael Scherer | Rafael Garcia-Suarez | 2005-06-29 | 1 | -0/+1 |
| | | | | | (bug #16610) | ||||
* | Add LDAP media at the end | Rafael Garcia-Suarez | 2005-06-28 | 1 | -0/+2 |
| | |||||
* | urpmf should warn on unknown options | Rafael Garcia-Suarez | 2005-06-16 | 1 | -0/+4 |
| | |||||
* | Document --summary option to urpmq. | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+1 |
| | | | | | Add -S as an alias for --summary. | ||||
* | Fix comment | Rafael Garcia-Suarez | 2005-06-13 | 1 | -2/+2 |
| | |||||
* | Timeout on all network operations when using wget | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | parallel distribution via ssh wasn't working on localhost when network media | Rafael Garcia-Suarez | 2005-06-10 | 1 | -2/+12 |
| | | | | | were involved | ||||
* | update readme | Rafael Garcia-Suarez | 2005-06-09 | 1 | -7/+11 |
| | |||||
* | When node is localhost, don't use ssh to run commands on it | Rafael Garcia-Suarez | 2005-06-09 | 1 | -10/+13 |
| | |||||
* | Introduce a --nolock option in urpmi and urpmq. | Rafael Garcia-Suarez | 2005-06-09 | 2 | -3/+7 |
| | | | | | Use it for parallel distribution over ssh on localhost | ||||
* | Error reporting nit | Rafael Garcia-Suarez | 2005-06-09 | 1 | -4/+4 |
| | |||||
* | Missing parentheses | Rafael Garcia-Suarez | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | Fix invocation of scp | Rafael Garcia-Suarez | 2005-06-09 | 1 | -6/+5 |
| | |||||
* | Update documentation | Rafael Garcia-Suarez | 2005-06-08 | 1 | -10/+8 |
| | |||||
* | Adjust fudge factor | Rafael Garcia-Suarez | 2005-06-08 | 1 | -2/+2 |
| | |||||
* | Remove unused variables | Rafael Garcia-Suarez | 2005-06-08 | 1 | -4/+4 |
| | |||||
* | a few perl_checker fixes | Rafael Garcia-Suarez | 2005-06-08 | 1 | -9/+9 |
| | |||||
* | Don't use hashes in scalar context | Rafael Garcia-Suarez | 2005-06-08 | 1 | -3/+3 |
| | |||||
* | Factorize commands | Rafael Garcia-Suarez | 2005-06-08 | 1 | -17/+19 |
| | |||||
* | Remove globs | Rafael Garcia-Suarez | 2005-06-08 | 1 | -17/+17 |
| | |||||
* | Don't shell out when calling scp | Rafael Garcia-Suarez | 2005-06-08 | 1 | -6/+7 |
| | |||||
* | Fix parallel installation message | Rafael Garcia-Suarez | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | Remove verbose output of applydeltarpm | Rafael Garcia-Suarez | 2005-06-02 | 1 | -7/+7 |
| | |||||
* | Add support for deltarpms | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+3 |
| | |||||
* | Don't shell out unless necessary | Rafael Garcia-Suarez | 2005-06-02 | 1 | -2/+10 |
| | |||||
* | Exit codes for applydeltarpm suck | Rafael Garcia-Suarez | 2005-06-02 | 1 | -2/+3 |
| |