File: problems_and_no_force_error.conf

package info (click to toggle)
piuparts 1.6.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72,532 kB
  • sloc: python: 8,240; sh: 4,367; makefile: 171
file content (16 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (6)
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>

'