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

Determine Icinga 2 git version more reliably #10039

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yhabteab
Copy link
Member

fixes #10016

Before:

(venv) ~/Workspace/icinga2 (master ✗) prefix/sbin/icinga2 --version
icinga2 - The Icinga 2 network monitoring daemon (version: v2.14.0-146-g9e31b8b55; debug)

Copyright (c) 2012-2024 Icinga GmbH (https://icinga.com/)
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl2.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
...

After:

(venv) ~/Workspace/icinga2 (determine-git-version-for-master ✗) prefix/sbin/icinga2 --version
icinga2 - The Icinga 2 network monitoring daemon (version: v2.14.2-147-ga34eecd85; debug)

Copyright (c) 2012-2024 Icinga GmbH (https://icinga.com/)
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl2.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
...

@yhabteab yhabteab added the bug Something isn't working label Apr 10, 2024
@yhabteab yhabteab added this to the 2.15.0 milestone Apr 10, 2024
@yhabteab yhabteab requested a review from Al2Klimov April 10, 2024 13:45
@cla-bot cla-bot bot added the cla/signed label Apr 10, 2024
@yhabteab yhabteab force-pushed the determine-git-version-for-master branch 3 times, most recently from 0ed27c3 to 4c040df Compare August 16, 2024 14:35
@yhabteab yhabteab force-pushed the determine-git-version-for-master branch from 4c040df to bfb5eea Compare August 29, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The version of the master is not the latest release
1 participant