Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -1/+1 |
| | | | | | o move some code to new module urpm::main_loop to share it with rpmdrake | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | The parallel handlers define the same function. This could lead to warnings; ↵ | Rafael Garcia-Suarez | 2005-12-06 | 1 | -1/+0 |
| | | | | silence them. | ||||
* | Avoid redefinition warnings when loading several parallel modules | Rafael Garcia-Suarez | 2005-11-24 | 1 | -0/+2 |
| | |||||
* | Add test to ensure everything compiles. Use strict in tests. | Rafael Garcia-Suarez | 2005-11-07 | 1 | -0/+10 |