-
Notifications
You must be signed in to change notification settings - Fork 149
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
tcmu_config: allow user to define custom config path #640
base: main
Are you sure you want to change the base?
Conversation
Please do this in the CMakeList.txt, then we can speicify the custom path when building. |
And also please add the |
cdb7a78
to
60a48c8
Compare
now user can define it own path to the tcmu.conf name and location default name and location moved from libtcmu_config.c to CMakeLists.txt Signed-off-by: Konstantin Liashkevich <[email protected]>
done! Now you can run p.s. |
Sorry for late. Just came back from holidays. This still doesn't work:
|
@lxbsz thank you for checking. Lets suggest better solution.
but after I am copying tcmu.conf to target directory it works:
Is there a chance that |
You should also fix the |
And also the spec file. |
Hey!
I am using tcmu-runner in my project and I noticed that default config path is not editable.
In C we can use defines mechanism to specify custom config path and I implemented it.
I will add definition in my CMakeLists.txt file to modify config path.
Thank you!