summaryrefslogtreecommitdiffstats
path: root/t/01compile.t
Commit message (Collapse)AuthorAgeFilesLines
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-1/+1
|
* urpm/cdrom.pm has been addedPascal Rigaux2008-03-011-1/+1
|
* - all tools:Pascal Rigaux2008-02-231-1/+1
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* - 5.0Pascal Rigaux2008-01-111-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
* - urpmiPascal Rigaux2007-08-091-1/+1
| | | | | o move some code to new module urpm::main_loop to share it with rpmdrake
* re-sync after the big svn lossPascal Rigaux2007-04-241-1/+1
|
* The parallel handlers define the same function. This could lead to warnings; ↵Rafael Garcia-Suarez2005-12-061-1/+0
| | | | silence them.
* Avoid redefinition warnings when loading several parallel modulesRafael Garcia-Suarez2005-11-241-0/+2
|
* Add test to ensure everything compiles. Use strict in tests.Rafael Garcia-Suarez2005-11-071-0/+10