Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get ABI report working for Pacemaker 3 #3797

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kgaillot
Copy link
Contributor

@kgaillot kgaillot commented Jan 9, 2025

It really needed a major overhaul

The previous code attempted to dereference PACKAGE before it was set,
and used the wrong syntax for doing so.

It didn't matter because the Makefile sets the variable, so the default
was never used.
Old variable | New variable | Old location     | New location
-------------+--------------+------------------+-------------------
BUILD_ROOT   | ABI_CHECKOUT | .ABI_build       | abi/src
(none)       | ABI_INSTALL  | .ABI_build/root  | abi/install
(none)       | ABI_DUMPS    | abi_dumps        | abi/dumps
(none)       | ABI_REPORTS  | compat_reports   | abi/compat_reports
@kgaillot
Copy link
Contributor Author

kgaillot commented Jan 9, 2025

@clumens, here's a low priority review

Copy link
Contributor

@clumens clumens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's still a couple asciidoc references remaining - in INSTALL.md, the doc/asciidoc.reference file, and a BuildRequires line in the spec file.

We haven't needed asciidoc since 2.1.9 dropped the deprecated .txt/.html
documents.
@kgaillot
Copy link
Contributor Author

There's still a couple asciidoc references remaining - in INSTALL.md, the doc/asciidoc.reference file, and a BuildRequires line in the spec file.

Whoops, thanks. Updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants