Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do rename medium name too | Pascal Rigaux | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | obsolete-and-provide test into provide-and-no-obsolete (much better name ↵ | Pascal Rigaux | 2007-06-22 | 4 | -0/+8 |
| | | | | since there really is no obsolete used) | ||||
* | - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib | Pascal Rigaux | 2007-06-18 | 1 | -6/+30 |
| | | | | | | | | | | | o media.cfg per media field hdlist=hdlist_xxx.cz is not used anymore, xxx/media_info/hdlist.cz is used instead. To get previous behaviour, use option --use-copied-hdlist or use_copied_hdlist=1 in media.cfg beware: this modifies the behaviour of urpmi, especially for multi CDs media which were the only one really using the hdlist-copied-in-media/media_info feature | ||||
* | add a test case for bug #31130 (--auto-select not upgrading pkg "a" providing | Pascal Rigaux | 2007-05-31 | 5 | -1/+76 |
| | | | | | "c" because pkg "b" provides a new version of "c") | ||||
* | - adapt test to change in urpm/cfg.pm | Pascal Rigaux | 2007-05-31 | 1 | -3/+2 |
| | | | | | | - when something goes wrong, display the diff using $file.verbatim, which may be more useful since things are "tidied up" | ||||
* | - urpmi | Pascal Rigaux | 2007-05-09 | 1 | -2/+3 |
| | | | | | | | | o display "removing package ..." when removing an obsolete or conflicting package (need perl-URPM 1.63), and not before o in verbose mode, display "removing upgraded package ..." (should make it more understandable by users) | ||||
* | add a simple test case on split transactions | Pascal Rigaux | 2007-04-30 | 5 | -0/+95 |
| | |||||
* | check the output displays "removing package a" | Pascal Rigaux | 2007-04-30 | 1 | -1/+17 |
| | |||||
* | add test checking the bad upgrade of mandriva-release in 2007.1: basesystem ↵ | Pascal Rigaux | 2007-04-30 | 2 | -2/+32 |
| | | | | is removed! | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 60 | -32/+1151 |
| | |||||
* | catch "module Net::Server::Simple is missing" case | Pascal Rigaux | 2007-03-23 | 1 | -2/+5 |
| | |||||
* | group nobody is not standard (?) | Pascal Rigaux | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | check things like --media, --excludemedia... | Pascal Rigaux | 2006-12-12 | 1 | -0/+55 |
| | |||||
* | create urpm_cmd() | Pascal Rigaux | 2006-12-12 | 1 | -9/+12 |
| | |||||
* | add urpmi_update() | Pascal Rigaux | 2006-12-08 | 1 | -1/+5 |
| | |||||
* | remove function now in helper | Pascal Rigaux | 2006-12-08 | 1 | -7/+0 |
| | |||||
* | add set_urpmi_cfg_global_options() | Pascal Rigaux | 2006-12-08 | 1 | -0/+11 |
| | |||||
* | help perl_checker | Pascal Rigaux | 2006-12-08 | 1 | -0/+1 |
| | |||||
* | try with one, then try with two media | Pascal Rigaux | 2006-12-07 | 1 | -27/+56 |
| | |||||
* | prepare next commit | Pascal Rigaux | 2006-12-07 | 1 | -13/+22 |
| | |||||
* | also test urpmi works with that configuration | Pascal Rigaux | 2006-12-06 | 1 | -5/+21 |
| | |||||
* | 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 |
| | |||||
* | add tests for --probe-synthesis/--probe-hdlist | Pascal Rigaux | 2006-12-04 | 1 | -0/+27 |
| | |||||
* | add some *old* pkgs (from redhat 4.0) to test rpm&URPM handle it correctly | Pascal Rigaux | 2006-12-01 | 5 | -11/+44 |
| | | | | | so that bug #27263 won't happen again :) | ||||
* | more tests, clean some others, enhance helper.pm | Pascal Rigaux | 2006-11-30 | 7 | -29/+287 |
| | |||||
* | using --urpmi-root, create some tests using urpmi.addmedia, urpmi, urpme | Pascal Rigaux | 2006-11-30 | 10 | -0/+334 |
| | | | | | | | | 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'" | ||||
* | Add POD test file | Rafael Garcia-Suarez | 2006-09-19 | 1 | -0/+5 |
| | |||||
* | The parallel handlers define the same function. This could lead to warnings; ↵ | Rafael Garcia-Suarez | 2005-12-06 | 1 | -1/+0 |
| | | | | silence them. | ||||
* | Avoid redefinition warnings when loading several parallel modules | Rafael Garcia-Suarez | 2005-11-24 | 1 | -0/+2 |
| | |||||
* | Add test to ensure everything compiles. Use strict in tests. | Rafael Garcia-Suarez | 2005-11-07 | 2 | -0/+11 |
| | |||||
* | Don't use MDK::Common | Rafael Garcia-Suarez | 2005-11-03 | 1 | -4/+4 |
| | |||||
* | Functions to write proxy.cfg (and regression tests) | Rafael Garcia-Suarez | 2004-06-30 | 1 | -2/+30 |
| | |||||
* | Handle quoted option values | Rafael Garcia-Suarez | 2004-06-24 | 1 | -3/+7 |
| | |||||
* | I18N of error messages in urpm::cfg | Rafael Garcia-Suarez | 2004-06-24 | 1 | -0/+3 |
| | | | | | Normalize key_ids to key-ids | ||||
* | Tests and fixes for the urpmi.cfg parser | Rafael Garcia-Suarez | 2004-06-24 | 1 | -0/+48 |