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

ci: fix --version not printing compile-time features #5147

Merged
merged 1 commit into from May 17, 2022

Conversation

kmk3
Copy link
Collaborator

@kmk3 kmk3 commented May 17, 2022

Currently, when running on CI, firejail --version only prints the
following line:

firejail version 0.9.69

Add a new print_version() function that always prints both the above and
the compile-time options (like it is done outside of CI) and call it in
both of the places that handle --version on main.c.

Misc: The printing of compile-time features was added on commit
48dd1fb ("apparmor", 2016-08-02).

Currently, when running on CI, `firejail --version` only prints the
following line:

    firejail version 0.9.69

Add a new print_version() function that always prints both the above and
the compile-time options (like it is done outside of CI) and call it in
both of the places that handle --version on main.c.

Misc: The printing of compile-time features was added on commit
48dd1fb ("apparmor", 2016-08-02).
@kmk3 kmk3 requested a review from netblue30 May 17, 2022 00:11
@kmk3 kmk3 added this to In progress in Release 0.9.70 via automation May 17, 2022
@kmk3 kmk3 requested a review from reinerh May 17, 2022 00:56
@kmk3 kmk3 merged commit 78aaed1 into netblue30:master May 17, 2022
@kmk3 kmk3 deleted the ci-fix-print-version branch May 17, 2022 14:19
kmk3 added a commit that referenced this pull request Jun 8, 2022
@kmk3 kmk3 moved this from In progress to Done (on RELNOTES) in Release 0.9.70 Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 0.9.70
  
Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

None yet

1 participant