Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - urpmi, urpme, urpmq, urpmf: | Pascal Rigaux | 2008-02-05 | 1 | -0/+6 |
| | | | | | | | o fix --use-distrib (and add test to ensure it never breaks again) | ||||
* | simplify | Pascal Rigaux | 2008-02-05 | 1 | -2/+1 |
| | |||||
* | adapt to "media_info_dir: media_info" being the default | Pascal Rigaux | 2008-02-04 | 1 | -10/+10 |
| | |||||
* | have urpmi quiet option "-q" for urpm_cmd() | Pascal Rigaux | 2008-02-04 | 1 | -5/+10 |
| | |||||
* | do set _tmppath | Pascal Rigaux | 2008-02-04 | 1 | -1/+3 |
| | |||||
* | add a test case: conflicting manpages | Pascal Rigaux | 2008-01-23 | 3 | -0/+61 |
| | |||||
* | add bug number | Pascal Rigaux | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | add bug number | Pascal Rigaux | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | adapt to rpm patch change: | Pascal Rigaux | 2008-01-18 | 1 | -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 Rigaux | 2008-01-18 | 5 | -0/+75 |
| | |||||
* | it's not an ERROR, urpmi really must do +a-2,+c-2,-b-1 in the same transaction | Pascal Rigaux | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | add a failing test case | Pascal Rigaux | 2008-01-18 | 5 | -0/+73 |
| | |||||
* | cleanup using run_urpm_cmd | Pascal Rigaux | 2008-01-18 | 3 | -8/+4 |
| | |||||
* | cleanup using run_urpm_cmd | Pascal Rigaux | 2008-01-18 | 3 | -8/+3 |
| | |||||
* | cleanup using run_urpm_cmd | Pascal Rigaux | 2008-01-18 | 1 | -9/+3 |
| | |||||
* | only display the cmd when debugging | Pascal Rigaux | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | check rpmv3 pkg files are installed | Pascal Rigaux | 2008-01-18 | 1 | -1/+6 |
| | |||||
* | test urpmq/urpmf correctly use info.xml.lzma with exotic medium name | Pascal Rigaux | 2008-01-16 | 1 | -1/+37 |
| | |||||
* | need real fix... urpmi one or the other... | Pascal Rigaux | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | add run_urpm_cmd() | Pascal Rigaux | 2008-01-15 | 1 | -1/+7 |
| | |||||
* | use genhdlist2 and create xml info files | Pascal Rigaux | 2008-01-15 | 1 | -3/+4 |
| | |||||
* | rpm bug #27417 is fixed | Pascal Rigaux | 2008-01-15 | 2 | -2/+0 |
| | |||||
* | test "urpmq --list" | Pascal Rigaux | 2008-01-15 | 1 | -0/+6 |
| | |||||
* | - 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 | ||||
* | add a test case for #27417 (no fix yet) | Pascal Rigaux | 2007-12-20 | 2 | -0/+56 |
| | |||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 2 | -32/+30 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | also check the pkg correctly builds with files | Pascal Rigaux | 2007-12-18 | 3 | -4/+10 |
| | |||||
* | add tests for %ghost conflicts (which should be allowed) | Pascal Rigaux | 2007-12-18 | 3 | -0/+77 |
| | |||||
* | add some tests for %buildroot, %defaultbuildroot, BuildRoot | Pascal Rigaux | 2007-12-17 | 3 | -0/+99 |
| | |||||
* | - check "old suggests" are still handled. | Pascal Rigaux | 2007-12-14 | 3 | -0/+8 |
| | | | | | | ie RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK, instead of RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0) | ||||
* | get rid of a "Use of uninitialized value" | Pascal Rigaux | 2007-12-11 | 1 | -2/+2 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-12-10 | 1 | -0/+11 |
| | | | | | o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007) | ||||
* | - urpmi: | Pascal Rigaux | 2007-11-30 | 3 | -6/+21 |
| | | | | | | | o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still install "valid" | ||||
* | adapt to "--split-length 8" being the default | Pascal Rigaux | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | add a test for "urpmq --fuzzy" | Pascal Rigaux | 2007-11-28 | 1 | -0/+12 |
| | |||||
* | test "urpmi --src" and "urpmi --install-src" | Pascal Rigaux | 2007-11-15 | 1 | -2/+26 |
| | |||||
* | allow to run tests on 4.4.2.2 which gives a few different results | Pascal Rigaux | 2007-11-14 | 5 | -15/+41 |
| | |||||
* | run complex test later | Pascal Rigaux | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | remove debug code | Pascal Rigaux | 2007-10-19 | 1 | -1/+0 |
| | |||||
* | use system_() from helper.pm | Pascal Rigaux | 2007-10-16 | 1 | -7/+2 |
| | |||||
* | fixed in rpm-4.4.8-22mdv2008 :) | Pascal Rigaux | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | add a test showing rpm failure (for #34342) | Pascal Rigaux | 2007-10-02 | 2 | -0/+35 |
| | |||||
* | better doc | Pascal Rigaux | 2007-10-02 | 1 | -0/+2 |
| | |||||
* | add doc | Pascal Rigaux | 2007-10-02 | 1 | -0/+9 |
| | |||||
* | add a test which currently triggers a big transaction | Pascal Rigaux | 2007-09-28 | 6 | -0/+110 |
| | |||||
* | with perl-URPM 2.04, promote on obsoletes are properly handled | Pascal Rigaux | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | - move some test from superuser--media_info_dir.t into superuser--rpm.t | Pascal Rigaux | 2007-09-27 | 3 | -9/+56 |
| | | | | | - add a test | ||||
* | add a rebuilddb check (to detect bugs like #34181) | Pascal Rigaux | 2007-09-27 | 1 | -0/+10 |
| | |||||
* | KBackup failing is not a big deal | Pascal Rigaux | 2007-09-21 | 1 | -1/+1 |
| | |||||
* | add an old .src.rpm in the test. it fails | Pascal Rigaux | 2007-09-21 | 2 | -0/+12 |
| |