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

environment variables in config files #302

Closed
gyorb opened this issue May 6, 2016 · 0 comments · Fixed by #317
Closed

environment variables in config files #302

gyorb opened this issue May 6, 2016 · 0 comments · Fixed by #317
Assignees
Milestone

Comments

@gyorb
Copy link
Contributor

gyorb commented May 6, 2016

saargs and tidyargs config files should handle environment variables

for example in an saargs config file:
-I/home/$$MY_PROJ$$/inc

@gyorb gyorb modified the milestone: week19 - 2016 May 10, 2016
@gyorb gyorb modified the milestones: week19 - 2016, release 5.4 May 24, 2016
bruntib pushed a commit to bruntib/codechecker that referenced this issue Jun 1, 2016
This commit fixes Ericsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
bruntib pushed a commit to bruntib/codechecker that referenced this issue Jun 1, 2016
This commit fixes Ericsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
bruntib pushed a commit to bruntib/codechecker that referenced this issue Jun 6, 2016
This commit fixes Ericsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
bruntib pushed a commit to bruntib/codechecker that referenced this issue Jun 8, 2016
This commit fixes Ericsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
@gyorb gyorb closed this as completed in #317 Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants