Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "a" and "b" can be installed in any order, so sometimes "a" is first, | Pascal Rigaux | 2008-03-03 | 1 | -3/+11 |
| | | | | | sometimes "b" is first | ||||
* | urpm/cdrom.pm has been added | Pascal Rigaux | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | don't disable tests for jbj rpm | Per Øyvind Karlsen | 2008-03-01 | 1 | -24/+9 |
| | |||||
* | skip buildroot checks for rpm5.org | Per Øyvind Karlsen | 2008-03-01 | 3 | -1/+9 |
| | |||||
* | fixed in perl-URPM 3.09 | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | add a simple test case for mirrorlist | Pascal Rigaux | 2008-02-25 | 1 | -0/+17 |
| | |||||
* | add a test case for "sort choices on virtual package by provided version ↵ | Pascal Rigaux | 2008-02-25 | 8 | -0/+143 |
| | | | | (#12645)" | ||||
* | - all tools: | Pascal Rigaux | 2008-02-23 | 1 | -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 Rigaux | 2008-02-23 | 1 | -2/+2 |
| | | | | purpose) | ||||
* | rename conf_file__rel_media into with-dir | Pascal Rigaux | 2008-02-21 | 1 | -1/+1 |
| | | | | | (since it will be used in urpmi.cfg too, it needs a less verbose name) | ||||
* | - urpmi handles /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2008-02-14 | 2 | -0/+48 |
| | | | | | | | as an alternative to using urpmi.addmedia nb: need documentation | ||||
* | - 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 |
| |