mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
Currently, build_deb.sh looks very complicated because each of distribution requires different parameter, and we are applying them by sed command one-by-one. This patch will replace them by Mustache, it's simple and easy syntax template language. Both .rpm distributions and .deb distributions have pystache (a Python implimentation of Mustache), we will use it. Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <20180604104026.22765-1-syuu@scylladb.com>