Skip to content
Snippets Groups Projects
Commit cf880be5 authored by Walter Lozano's avatar Walter Lozano Committed by Emanuele Aina
Browse files

Add warning for pre scan hook


Add a warning to clarify how to handle special pre scan requirement, like
gcc-10 has, since its source code is shipped in tarballs.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 0ced49fd
No related branches found
No related tags found
1 merge request!287T8113: Add warning for pre scan hook
Pipeline #289510 passed with warnings
......@@ -580,6 +580,12 @@ When such a situation arises, it is the responsibility of the submitter to
perform the review of the license scan results and make updates to the package
if necessary.
{{% notice warning %}}
Some packages like `gcc-10` require extra steps before the license scan:
in this case, the package can provide a `debian/apertis/pre-scan-hook`
executable script to run arbitrary preparation steps.
{{% /notice %}}
When the license scan mistakenly identifies a file as being under an incorrect
license, or fails to process it correctly, there are three ways to fix this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment