janl commented on issue #1435: report git sha on welcome request URL: https://github.com/apache/couchdb/pull/1435#issuecomment-405107299 turns out this was easier after all. After the `git archive`, we do a bunch of things to the tarball, like copying the docs and fauxton builds into it, so I’m now appending `git_sha` to `version.mk` and have `Makefile[.win]` -> `src/couch/rebar.config.script` -> `couch_server.erl` pick it up: ``` {"couchdb":"Welcome","version":"2.2.0","git_sha":"88e9b5e25","features":["pluggable-storage-engines","scheduler"],"vendor":{"name":"The Apache Software Foundation"}} ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
