Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop support for rpm5 | Thierry Vignaud | 2012-10-04 | 1 | -6/+0 |
| | |||||
* | fix testsuite: use new --no-verify-rpm option | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (system_should_partially_fail,urpmi_partial) introduce them for next commit | Thierry Vignaud | 2012-06-08 | 1 | -1/+10 |
| | |||||
* | (system_should_fail) on some error questions ("Do you want to... | Thierry Vignaud | 2012-02-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | (y/N)?"), urpmi doesn't output "\n", which breaks parsing: t/superuser--handle-conflict-deps2.t ............................ Failed 2/18 subtests (...) Test Summary Report ------------------- t/superuser--handle-conflict-deps2.t (Wstat: 0 Tests: 16 Failed: 0) Parse errors: Tests out of sequence. Found (6) but expected (5) Tests out of sequence. Found (7) but expected (6) Tests out of sequence. Found (8) but expected (7) Tests out of sequence. Found (9) but expected (8) Tests out of sequence. Found (10) but expected (9) Displayed the first 5 of 13 TAP syntax errors. Re-run prove with the -p option to see them all. eg: Continue installation anyway? (Y/n) ok 5 - should fail: echo n | perl -I.. ../urpmi --urpmi-root /urpmi/t/root -q c-2 d1-2 | ||||
* | - drop support for /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2009-01-28 | 1 | -26/+0 |
| | | | | | | | (was partially broken, non documented and hopefully unused) (mostly reverting commit 234656 which introduced that feature) | ||||
* | fix typo | Pascal Rigaux | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | segfault must not go undetected! | Pascal Rigaux | 2008-12-09 | 1 | -1/+2 |
| | |||||
* | revert unwanted commit (was for debugging) | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | for tests: handle empty list of pkgs to remove | Pascal Rigaux | 2008-09-06 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -0/+26 |
| | | | | | | | as an alternative to using urpmi.addmedia nb: need documentation | ||||
* | have urpmi quiet option "-q" for urpm_cmd() | Pascal Rigaux | 2008-02-04 | 1 | -5/+10 |
| | |||||
* | only display the cmd when debugging | Pascal Rigaux | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | add run_urpm_cmd() | Pascal Rigaux | 2008-01-15 | 1 | -1/+7 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-11-30 | 1 | -1/+5 |
| | | | | | | | o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still install "valid" | ||||
* | allow to run tests on 4.4.2.2 which gives a few different results | Pascal Rigaux | 2007-11-14 | 1 | -0/+5 |
| | |||||
* | add a test case for #31969, need to fix urpmi now... | Pascal Rigaux | 2007-08-22 | 1 | -1/+8 |
| | |||||
* | new test for file conflicts | Pascal Rigaux | 2007-08-13 | 1 | -1/+6 |
| | |||||
* | add a test case for bug #31130 (--auto-select not upgrading pkg "a" providing | Pascal Rigaux | 2007-05-31 | 1 | -1/+7 |
| | | | | | "c" because pkg "b" provides a new version of "c") | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -0/+26 |
| | |||||
* | catch "module Net::Server::Simple is missing" case | Pascal Rigaux | 2007-03-23 | 1 | -2/+5 |
| | |||||
* | create urpm_cmd() | Pascal Rigaux | 2006-12-12 | 1 | -9/+12 |
| | |||||
* | add urpmi_update() | Pascal Rigaux | 2006-12-08 | 1 | -1/+5 |
| | |||||
* | add set_urpmi_cfg_global_options() | Pascal Rigaux | 2006-12-08 | 1 | -0/+11 |
| | |||||
* | fix typo | Pascal Rigaux | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | fix typo (remove a "undefined value" warning) | Pascal Rigaux | 2006-12-04 | 1 | -3/+6 |
| | |||||
* | more tests, clean some others, enhance helper.pm | Pascal Rigaux | 2006-11-30 | 1 | -2/+36 |
| | |||||
* | using --urpmi-root, create some tests using urpmi.addmedia, urpmi, urpme | Pascal Rigaux | 2006-11-30 | 1 | -0/+40 |
one drawback of the superuser--*.t is the need to be root (the rpmlib needs it to install in a root partition), so for now "make test" tests *.t but superuser--*.t are skipped. Then as root, run "sudo make test TEST_FILES='t/superuser--*.t'" |