Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 urpmi.update... | Rafael Garcia-Suarez | 2005-10-10 | 1 | -2/+12 | |
* | 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 | |
* | 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 de... | Rafael Garcia-Suarez | 2005-09-05 | 1 | -5/+3 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | A function to encapsulate calls to apply_delta_rpm | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+14 | |
* | Implement -RR in urpmq to search through virtual packages as well. (bug 15895) | Rafael Garcia-Suarez | 2005-05-20 | 1 | -1/+1 | |
* | POD fixes | Rafael Garcia-Suarez | 2005-05-17 | 1 | -10/+11 | |
* | Factorize and sort option names | Rafael Garcia-Suarez | 2005-05-17 | 1 | -21/+3 | |
* | Remove the -z option passed to curl. It never worked. | Rafael Garcia-Suarez | 2005-05-16 | 1 | -2/+2 | |
* | - really detect http and ftp proxy | Michael Scherer | 2005-05-16 | 1 | -1/+5 | |
* | - use '/etc/ldap.conf' instead of '/etc/openldap/ldap.conf'. | Michael Scherer | 2005-05-16 | 1 | -1/+1 | |
* | - fix the call to write ldap | Michael Scherer | 2005-05-16 | 1 | -1/+1 | |
* | perl_checker and other fixes | Rafael Garcia-Suarez | 2005-05-16 | 1 | -74/+67 | |
* | Add ldap media configuration support (Michael Scherer) | Rafael Garcia-Suarez | 2005-05-16 | 2 | -1/+219 | |
* | First media should have priority == 1 | Rafael Garcia-Suarez | 2005-05-16 | 1 | -1/+1 | |
* | Add a "nopubkey" global option in urpmi.cfg | Rafael Garcia-Suarez | 2005-04-29 | 1 | -0/+1 | |
* | add a --nopubkey option to urpmi.addmedia | Rafael Garcia-Suarez | 2005-04-29 | 1 | -0/+1 |