skroutz / rafka

Kafka proxy with a simple API, speaking the Redis protocol
https://engineering.skroutz.gr/blog/kafka-rails-integration/
GNU General Public License v3.0
8 stars 0 forks source link

debian: running -version doesn't contain the sha1 #78

Open agis opened 5 years ago

agis commented 5 years ago

When we build with make build, the sha1 of the tip is appended to the version displayed when doing rafka -version. However, the debian package doesn't contain this info. I assume this is because dh-make-golang does a go build instead of make build.

If my above assumptions are true, it'd be good if we could customize the procedure to use make build instead.