summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* check that just required packages are not detected as orphansPascal Rigaux2008-07-091-0/+3
| | | | | | (reported on cooker@ that perl-Mail-DomainKeys suggested by spamassassin was detected as orphan)
* check "urpmi --auto-select" and "urpme" correctly warn about new orphansPascal Rigaux2008-07-071-18/+53
|
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-0784-1/+1220
|
* add a testPascal Rigaux2008-06-302-0/+63
|
* fixed in perl-URPM 3.15Pascal Rigaux2008-06-231-3/+2
|
* Add a testcase for urpmi wrongly considering epochless conflicts to match anyAnssi Hannula2008-06-134-0/+67
| | | | | | | epoch in a case when urpmi should upgrade a conflicting package to an actually non-conflicting version. Disabled for now until fixed.
* add a test case for mdvbz#40842Pascal Rigaux2008-05-195-0/+81
|
* add a test case for something that currently failsPascal Rigaux2008-04-0311-0/+169
|
* add a test for "should-restart"Pascal Rigaux2008-03-184-0/+70
|
* add a test that is fixed in perl-URPM 3.12Pascal Rigaux2008-03-078-0/+115
|
* add a commentPascal Rigaux2008-03-071-0/+1
|
* - this bug is fixedPascal Rigaux2008-03-071-2/+2
| | | | | - add bug number (it was only in the commit log)
* "a" and "b" can be installed in any order, so sometimes "a" is first,Pascal Rigaux2008-03-031-3/+11
| | | | | sometimes "b" is first
* urpm/cdrom.pm has been addedPascal Rigaux2008-03-011-1/+1
|
* don't disable tests for jbj rpmPer Øyvind Karlsen2008-03-011-24/+9
|
* skip buildroot checks for rpm5.orgPer Øyvind Karlsen2008-03-013-1/+9
|
* fixed in perl-URPM 3.09Pascal Rigaux2008-02-251-1/+1
|
* add a simple test case for mirrorlistPascal Rigaux2008-02-251-0/+17
|
* add a test case for "sort choices on virtual package by provided version ↵Pascal Rigaux2008-02-258-0/+143
| | | | (#12645)"
* - all tools:Pascal Rigaux2008-02-231-1/+1
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* ash is no more static in mandriva, use dash.static instead (for our test ↵Pascal Rigaux2008-02-231-2/+2
| | | | purpose)
* rename conf_file__rel_media into with-dirPascal Rigaux2008-02-211-1/+1
| | | | | (since it will be used in urpmi.cfg too, it needs a less verbose name)
* - urpmi handles /etc/urpmi/media.d/*.cfgPascal Rigaux2008-02-142-0/+48
| | | | | | | as an alternative to using urpmi.addmedia nb: need documentation
* - urpmi, urpme, urpmq, urpmf:Pascal Rigaux2008-02-051-0/+6
| | | | | | | o fix --use-distrib (and add test to ensure it never breaks again)
* simplifyPascal Rigaux2008-02-051-2/+1
|
* adapt to "media_info_dir: media_info" being the defaultPascal Rigaux2008-02-041-10/+10
|
* have urpmi quiet option "-q" for urpm_cmd()Pascal Rigaux2008-02-041-5/+10
|
* do set _tmppathPascal Rigaux2008-02-041-1/+3
|
* add a test case: conflicting manpagesPascal Rigaux2008-01-233-0/+61
|
* add bug numberPascal Rigaux2008-01-231-1/+1
|
* add bug numberPascal Rigaux2008-01-231-1/+1
|
* adapt to rpm patch change:Pascal Rigaux2008-01-181-11/+8
| | | | | | | - allow conflicting ghost file types as sometimes the same ghost file is a file in one package and a symlink in another package (modifies rpm-4.4.2.2-allow-conflicting-ghost-files.patch)
* add some tests (including a failing one)Pascal Rigaux2008-01-185-0/+75
|
* it's not an ERROR, urpmi really must do +a-2,+c-2,-b-1 in the same transactionPascal Rigaux2008-01-181-1/+1
|
* add a failing test casePascal Rigaux2008-01-185-0/+73
|
* cleanup using run_urpm_cmdPascal Rigaux2008-01-183-8/+4
|
* cleanup using run_urpm_cmdPascal Rigaux2008-01-183-8/+3
|
* cleanup using run_urpm_cmdPascal Rigaux2008-01-181-9/+3
|
* only display the cmd when debuggingPascal Rigaux2008-01-181-1/+1
|
* check rpmv3 pkg files are installedPascal Rigaux2008-01-181-1/+6
|
* test urpmq/urpmf correctly use info.xml.lzma with exotic medium namePascal Rigaux2008-01-161-1/+37
|
* need real fix... urpmi one or the other...Pascal Rigaux2008-01-161-1/+1
|
* add run_urpm_cmd()Pascal Rigaux2008-01-151-1/+7
|
* use genhdlist2 and create xml info filesPascal Rigaux2008-01-151-3/+4
|
* rpm bug #27417 is fixedPascal Rigaux2008-01-152-2/+0
|
* test "urpmq --list"Pascal Rigaux2008-01-151-0/+6
|
* - 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
* add a test case for #27417 (no fix yet)Pascal Rigaux2007-12-202-0/+56
|
* - all tools:Pascal Rigaux2007-12-192-32/+30
| | | | | o drop hdlist support (will be replaced with xml media_info)
* also check the pkg correctly builds with filesPascal Rigaux2007-12-183-4/+10
|