Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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'" |