ironsmile / nedomi

Highly performant HTTP reverse proxy with efficient caching of big files
GNU General Public License v3.0
81 stars 9 forks source link

Git vars can be overriden wint env vars #209

Closed ironsmile closed 8 years ago

ironsmile commented 8 years ago

If you are building in a gitless directory the git commands will fail. This may be because you are building from a source archive.

This commit gives you the option to supply the variables manually via environment variables:

$ GIT_TAG="v0.1.2" make

This does not solve the problem completely since ideally, you should be able to just type make and compile nedomi without warnings.

mstoykov commented 8 years ago

:+1: