Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Mageia copyright statements | RĂ©mi Verschelde | 2017-04-26 | 1 | -0/+2 |
| | |||||
* | add some missing methods, allows to do urpmf --qf '%sourcerpm:%recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | use ->recommends_nosense() instead of suggests"() | Thierry Vignaud | 2014-09-07 | 1 | -1/+1 |
| | | | | | this is the new method name (even if compatibility still works). needs a new URPM. | ||||
* | add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires' | Pascal Terjan | 2014-05-31 | 1 | -0/+5 |
| | |||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -5/+54 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+22 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+2 |
| | |||||
* | - urpmf: | Pascal Rigaux | 2008-01-14 | 1 | -1/+1 |
| | | | | | o fix --license | ||||
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 1 | -0/+46 |
- urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option |