| |
---|
| | echo "${FULLDATE}" > ${TOOLSDIR}/tools-builder.upgrade.datetime |
---|
| | echo "${GITREVISION}" > ${TOOLSDIR}/tools-builder.upgrade.gitrevision |
---|
| | brew update |
---|
| | brew upgrade |
---|
| | brew unlink python |
---|
| | brew link --overwrite python |
---|
| | pip install ${PIPMODULES} -U --ignore-installed |
---|
| | |
---|
| | insecure: |
---|
| | echo insecure >> ~/.curlrc |
---|
| |
---|
| | |