| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
"fix urpmi failing silently and with exit status 0 when package
installation fails due to either conflicts (mdv#63072) or to
unselecting package (inspirated by mdv, mdv#63940)"
urpmi now exit with 17 instead of 0 in that case unless we comment
"$exit_code ||= $urpm::postponed_code;" in urpmi
|
|
|
|
|
|
| |
the tests passed if either of them is installed succesfully after alerting
the user.
|
|
|
|
|
|
| |
These tests have 2 valid outputs depending on which order the packages
are picked by urpmi, seems this order changed, so we have to adjust the
expected results
|
|
|
|
| |
Patch by Anssi Hannula
|
| |
|
|
|