apache / openwhisk-devtools

Development tools for building and deploying Apache OpenWhisk
https://openwhisk.apache.org/
Apache License 2.0
180 stars 126 forks source link

make tmp directory as a modifiable parameter #265

Closed axiqia closed 5 years ago

axiqia commented 5 years ago

The tmp directory in Makefile was hard-coded as ~ before, may the user need to change the tmp directory to somewhere else for some reason, for me, ~ is not writable for my root account, so I make the tmp directory as a modifiable parameter now.

Relate issue: https://github.com/apache/incubator-openwhisk-devtools/issues/179