-
Couldn't load subscription status.
- Fork 90
Make elementmap.xml path resolution dynamic #415
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
Conversation
|
Try multiple path in an if exists chain. If it's not in datadir, then /usr/local/... And also verify it works without doing make install and running from bin/click directly, because we always do that. |
|
how do you change the location of elementmap.xml without 'make install'? |
|
Can you rebase? The pipeline should be fixed now. |
|
I sync the repo all test passed but after the rebase, the test failed |
|
That one is a false positive I think, I restarted it |
|
Can you rebase? |
Done! Let me know if it's good like this or not. |
|
Maybe you forgot to fetch before the rebase? You're still 4 commits behind. |
|
it's normal because the “hash” of the commits has changed with the rebase but if you look at the history you can see that the commits are still there. |
|
You have modifications from me in your branch, which is not normal. |
|
Thanks! |
Make elementmap.xml path resolution dynamic by using CLICK_DATADIR variable