aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/tf_env_collect.sh
Commit message (Collapse)AuthorAge
* Create tf_env_collect.shGravatar Androbin2017-06-14
|
* Try both python and python3Gravatar Androbin2017-06-14
| | | Used `configure` script for reference
* Various Bash Improvements (#10572)Gravatar Androbin2017-06-13
|
* Merge commit for internal changesGravatar Vijay Vasudevan2017-05-03
|\
| * Internal changeGravatar A. Unique TensorFlower2017-05-03
| | | | Change: 154978617
* Fix tf_env_collect.sh on macos by avoiding >>& redirection (#9601)Gravatar Andrew Selle2017-05-02
| | | | | | Avoid using redirection ">>& foo.txt". Instead use "2>&1 >> foo.txt" Fixes #9587
* Update issue template (thanks jart@) and add env collection script. (#9140)Gravatar Andrew Selle2017-04-12
* Update issue template (thanks jart@) and add env collection script. * Improve shell script and issue template more (address review) - Make shell script for stringent by using -u - Use uppercase GIT_VERSION instead of __git_version__. - Add OS platform to required information