galuszkak commented on issue #4932: [AIRFLOW-3611] Simplified development workflow [Depends on multi-staging] URL: https://github.com/apache/airflow/pull/4932#issuecomment-480274534 Some small feedback: ``` ➜ airflow git:(simplified-development-workflow) ✗ ./breeze -- You are running breeze in OSX environment The getopt version installed by OSX should be replaced by the GNU one Run 'brew install gnu-getopt' And link it to become default as suggested by brew by typing: echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.bash_profile . ~/.bash_profile Login and logout afterwards ➜ airflow git:(simplified-development-workflow) ✗ export PATH="/usr/local/opt/gnu-getopt/bin:$PATH" ➜ airflow git:(simplified-development-workflow) ✗ ./breeze =============================================================================================== Initial diagnostics ./breeze: line 204: md5sum: command not found Missing md5sum for /Users/galuszkak/Projects/airflow/setup.py ./breeze: line 204: md5sum: command not found Missing md5sum for /Users/galuszkak/Projects/airflow/setup.cfg ./breeze: line 204: md5sum: command not found Missing md5sum for /Users/galuszkak/Projects/airflow/Dockerfile ./breeze: line 204: md5sum: command not found Missing md5sum for /Users/galuszkak/Projects/airflow/airflow/version.py ./breeze: line 204: md5sum: command not found Missing md5sum for /Users/galuszkak/Projects/airflow/airflow/www/package.json ./breeze: line 204: md5sum: command not found Missing md5sum for /Users/galuszkak/Projects/airflow/airflow/www/package-lock.json !!!!!!! Your docker images are not up-to-date !!!!!!!!!!!!!!! ``` Sounds there should be also detector if someone has md5sum.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
