#14 Add help message to write own .abignore file
Merged 6 years ago by sinnykumari. Opened 6 years ago by sinnykumari.
sinnykumari/task-abicheck develop  into  develop

file modified
+7
@@ -41,6 +41,13 @@ 

  

          padding = str('=' * 103)

          detail.output.append("%s\n\n" % padding)

+         detail.output.append("This file contains possible ABI changes which have occurred"

+                              " due to this package update against latest stable build available"

+                              " in koji for the given Fedora release.\n\n"

+                              "If you want to filter out these kind of ABI changes in the future,"

+                              " you can add a proper .abignore file to this package. To know more"

+                              " about how to write one, please look at the wiki page"

+                              " https://fedoraproject.org/wiki/Taskotron/Tasks/dist.abicheck#filtering .\n\n")

          for arch in arches:

              test_arch(arch, stable_rpmsdir, update_rpmsdir, detail)

  

rebased onto a301ca1

6 years ago

If you want, you can use https://fedoraproject.org/wiki/Taskotron/Tasks/dist.abicheck#filtering instead (I added this short anchor to the wiki).

rebased onto 91f7192

6 years ago

Thanks @kparal for creating anchor for the link . Rebased change with updated link.

Pull-Request has been merged by sinnykumari

6 years ago
Metadata