We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I read $(P)SwVer-I PV, I found the value becomes something like: kmod-deb-3-0-2-gd1f0ec7f-dirty rather than 2.6.0
$(P)SwVer-I
kmod-deb-3-0-2-gd1f0ec7f-dirty
2.6.0
The MRF_VERSION macro is generated from genVersionHeader.pl
genVersionHeader.pl
perl -CSD ../genVersionHeader.pl -t "../../.." -V "2.6.0" -N MRF_VERSION version.h Creating VCS version header version.h with "kmod-deb-3-0-13-gd1f0ec7f-dirty"
inside genVersionHeader.pl, it uses the most recent tag and current commit ID to denote the mrfioc2 version
mrfioc2/mrfCommon/src/genVersionHeader.pl
Lines 64 to 72 in 5b21096
Perhaps we should remove these two tags or modify genVersionHeader.pl to keep digit tags only
The text was updated successfully, but these errors were encountered:
@Insomnia1437 , kmod releases are not the IOC releases. There is the IOC artefact so the ci is for the upgrade in the future.
kmod
Sorry, something went wrong.
fix in #146 close this issue
gabrielfedel
jerzyjamroz
Successfully merging a pull request may close this issue.
When I read
$(P)SwVer-I
PV, I found the value becomes something like:kmod-deb-3-0-2-gd1f0ec7f-dirty
rather than2.6.0
The MRF_VERSION macro is generated from
genVersionHeader.pl
inside
genVersionHeader.pl
, it uses the most recent tag and current commit ID to denote the mrfioc2 versionmrfioc2/mrfCommon/src/genVersionHeader.pl
Lines 64 to 72 in 5b21096
Perhaps we should remove these two tags or modify
genVersionHeader.pl
to keep digit tags onlyThe text was updated successfully, but these errors were encountered: