-
Notifications
You must be signed in to change notification settings - Fork 24
[MANA-37] Add version tracking to MANA #45
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
base: master-old
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you add the git commit hash id?
We probably also want to add a cmdline option to those binaries, so something like dmtcp_coordinator --version
will print the version number.
BTW, you should submit PR to master, this change is not related to CentOS, rebase your local branch on top of master, and then submit PR to master.
Is the intention to keep track of both DMTCP's version and MANA's version? If so then should we rename the header file as mana-version.h? because the root directory of MANA has a |
yes, i think we are starting to track MANA's version, the same way criu tracks theirs. i think it would be ideal to merge both version files, just to have one centralized one that keeps track of all the versions of relevant packages. while we discuss whether this is viable, renaming it to |
c664b53
to
6202729
Compare
test this please |
1 similar comment
test this please |
6537221
to
652e635
Compare
I don't think we want to merge both versions, to my understanding, MANA is built on top of DMTCP, but they could dev&release separately. MANA should have its own version. (Each MANA version might be on top of a different DMTCP version though) I also agree with @JainTwinkle that we should update the READ.me file on how to get the MANA version. We should add command-line option to |
I agree with the points by @jungan.
Since @jungan has been tracking this PR, I'll let @jungan take the lead on reviewing it. |
81e306a
to
2e7e83e
Compare
This pull request adds version tracking to MANA, organized similarly to how criu does. More information can be added to
Makefile.versions
as necessary in the future.