Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a reverse conflict test case, not nicely handled at the moment | Pascal Rigaux | 2007-09-07 | 5 | -0/+68 |
| | |||||
* | mark clearly what are errors (ERROR) and what could be better (WARNING) | Pascal Rigaux | 2007-09-07 | 4 | -10/+10 |
| | |||||
* | add another test | Pascal Rigaux | 2007-09-07 | 1 | -0/+13 |
| | |||||
* | add more tests showing the need for promotion | Pascal Rigaux | 2007-09-07 | 5 | -1/+87 |
| | |||||
* | add a test showing the lack of promotion | Pascal Rigaux | 2007-09-07 | 1 | -0/+14 |
| | |||||
* | add a simple test case for promotion on conflict | Pascal Rigaux | 2007-09-07 | 5 | -9/+82 |
| | |||||
* | nicer comment | Pascal Rigaux | 2007-09-07 | 1 | -2/+2 |
| | |||||
* | rename test into split-transactions--promote | Pascal Rigaux | 2007-09-07 | 10 | -0/+0 |
| | |||||
* | add a test showing promotion of a new package on missing require | Pascal Rigaux | 2007-09-07 | 6 | -5/+91 |
| | |||||
* | add a simple test that shows urpmi promotes pkgs when a strict require fails | Pascal Rigaux | 2007-09-05 | 12 | -18/+104 |
| | |||||
* | add a test (that is not fully well handled) | Pascal Rigaux | 2007-09-05 | 1 | -0/+6 |
| | |||||
* | add a comment | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
| | |||||
* | test case is fixed since perl-URPM defaults to "one big transaction" instead | Pascal Rigaux | 2007-09-05 | 1 | -2/+1 |
| | | | | | of doing nonsense | ||||
* | add a test case which triggers "transaction is too small" error | Pascal Rigaux | 2007-09-05 | 6 | -0/+100 |
| | | | | | (nb: it's not a fatal error since "one big transaction" fallback is used) | ||||
* | rpm patch ↵ | Pascal Rigaux | 2007-08-29 | 1 | -2/+2 |
| | | | | rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch breaks a+ga+gd test (it is meant to be that way) | ||||
* | - add a test case for same files but different paths through symlink | Pascal Rigaux | 2007-08-29 | 5 | -4/+139 |
| | | | | | - perl-URPM do not drop tags anymore, so re-enable the test which fails without tag RPMTAG_FILEDIGESTS | ||||
* | update comment | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | test fixed by new perl-URPM 1.76 | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | better comment | Pascal Rigaux | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | add a test case for #31969, need to fix urpmi now... | Pascal Rigaux | 2007-08-22 | 8 | -1/+125 |
| | |||||
* | add a test for dir vs symlink conflict | Pascal Rigaux | 2007-08-13 | 2 | -0/+41 |
| | |||||
* | revert things wrongly committed in previous commit (thanks titi) | Pascal Rigaux | 2007-08-13 | 1 | -4/+0 |
| | |||||
* | add the bug number of the rpm issue | Pascal Rigaux | 2007-08-13 | 1 | -2/+6 |
| | |||||
* | add one "directory owned by 2 rpms" test | Pascal Rigaux | 2007-08-13 | 3 | -3/+38 |
| | |||||
* | new test for file conflicts | Pascal Rigaux | 2007-08-13 | 5 | -1/+148 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-12 | 1 | -2/+21 |
| | | | | | | | | | | o when using --urpmi-root, load <root>/etc/rpm/macros this allow using _install_langs in the rooted directory - fix test exclude.t: the build computer macro _install_langs don't interfere anymore - add one test to exclude.t: test wether urpmi correctly honor _install_langs | ||||
* | one more test | Pascal Rigaux | 2007-08-12 | 1 | -3/+23 |
| | |||||
* | also test through urpmi | Pascal Rigaux | 2007-08-12 | 1 | -22/+37 |
| | |||||
* | prepare next commit | Pascal Rigaux | 2007-08-12 | 1 | -3/+8 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 6 | -0/+142 |
| | | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list) | ||||
* | remove useless "use Expect" | Pascal Rigaux | 2007-08-11 | 5 | -5/+0 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -1/+1 |
| | | | | | o move some code to new module urpm::main_loop to share it with rpmdrake | ||||
* | fix testing with local urpmi after urpmi restart | Pascal Rigaux | 2007-08-09 | 1 | -0/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 11 | -0/+214 |
| | | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69 | ||||
* | - urpmi | Pascal Rigaux | 2007-08-03 | 7 | -12/+40 |
| | | | | | | | | o handle README.<version>.upgrade.urpmi and README.<version>-<release>.upgrade.urpmi: the content is displayed when upgrading from rpm older than <version> (#30187) - fix build of some test rpms | ||||
* | fix & enhance test | Pascal Rigaux | 2007-07-06 | 1 | -5/+18 |
| | |||||
* | add test on rpmnew creation for %config files | Pascal Rigaux | 2007-07-05 | 4 | -0/+141 |
| | |||||
* | 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 |
| |