1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
#
# detect packages with problems because of not enough force
#
PATTERN='E: There are problems and -y was used without --force-yes|E: Essential packages were removed and -y was used without --allow-remove-essential'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages with failed logs because of not enough force'
HELPTEXT='
<p>
The piuparts logfile for these packages contains the string <pre>E: There are problems and -y was used without --force-yes</pre>, which is usually an indication, that an essential package needs to be removed to install this package. As piuparts does not use that much force, the piuparts test fails.
</p>
<p>
This is usually not an error in the package and it needs to be seen how piuparts should deal with it.
</p>
'
|