-
Notifications
You must be signed in to change notification settings - Fork 16
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
Added env. variables that are used in the Makefiles of projects like esp... #2
base: master
Are you sure you want to change the base?
Conversation
…this breaks the provisioning. Added default git user name and user email.
Fixes to the GIT username and email settings.
@@ -21,7 +21,19 @@ fi | |||
|
|||
cd /opt/Espressif/crosstool-NG | |||
|
|||
function gitsha() { git show --format=%H | head -1; } | |||
# Git complains if these values are not set |
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.
i don't think this git config is necessary -- it's needed for commits, but we're only doing clones and pulls
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.
I thought the same but without it the provisioning was failing. You can test it by getting this file and then running:
vagrant provision
also: - RTOS SDK actually builds - ct-ng doesn't get rebuilt if it's already built - tabs replaced with spaces
...httpd.