gojimmypi
gojimmypi
jenkins retest this please
Replaced `tee --append` with `tee -a`. I don't have a Mac so I was unable to test on a Mac. Verified on WSL and real Ubntun VM. Renamed the refresh...
@dgarske - done; moved into [scripts/config_check on this PR ConfigCheck branch](https://github.com/gojimmypi/wolfssl/tree/ConfigCheck/scripts/config_check). Should I try to squash commits during or after the PR review process? There are some rather petty ones...
performed a ``` git reset $(git merge-base master $(git branch --show-current)) git push --force ``` to squash commits. Re-added config files & reopened this PR.
Reopening this PR after using [script to squash commits](https://gist.github.com/gojimmypi/669a726595b9b0272874f6132279d95b). test with: ``` # prep git clone https://github.com/gojimmypi/wolfssl.git wolfssl_ConfigCheck_PR_Test --depth 1 --branch ConfigCheck cd wolfssl_ConfigCheck_PR_Test ./autogen.sh cd scripts/config_check # test ./refresh.sh...
updated readme, [resync with upstream and squashed commits](https://gist.github.com/gojimmypi/669a726595b9b0272874f6132279d95b), reopened for review.
@kaleb-himes I created this script mainly to have the ability to have a fully commented list of parameters to feed to the `./configure` command. Sure, there are a variety of...
I appreciate the review and attention to detail. I've made some changes as suggested.
I've refreshed from upstream, squashed & re-added files; also fixed the line endings on the prior `.gitignore` that should have never been included (thanks @ejohnstown). Let me know what needs...
Jenkins retest this please