-
Notifications
You must be signed in to change notification settings - Fork 42
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
[ign-common3] Miscellaneous Cleanups #107
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-common3 #107 +/- ##
===============================================
+ Coverage 73.97% 74.00% +0.03%
===============================================
Files 69 69
Lines 9421 9432 +11
===============================================
+ Hits 6969 6980 +11
Misses 2452 2452
Continue to review full report at Codecov.
|
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
d0ade77
to
f9e2ada
Compare
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.
LGTM with happy CI once Jenkins is back
* Use variable substitution to prevent forward port issues * Add string Join functionality * Replace all uses of env with Ignition functions Signed-off-by: Michael Carroll <[email protected]>
* Use variable substitution to prevent forward port issues * Add string Join functionality * Replace all uses of env with Ignition functions Signed-off-by: Michael Carroll <[email protected]>
* Use variable substitution to prevent forward port issues * Add string Join functionality * Replace all uses of env with Ignition functions Signed-off-by: Michael Carroll <[email protected]>
A few things that I found when doing the forward port
CMakeLists.txt
file to keep things from breaking across portsgetenv
,setenv
,putenv
,unsetenv
with Ignition functionality.