scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 52 forks source link

dist/debian: fix renaming debian/scylla-* files rule #158

Closed syuu1228 closed 3 years ago

syuu1228 commented 3 years ago

Current renaming rule of debian/scylla-* files is buggy, it fails to install some .service files when custom product name specified.

Introduce regex based rewriting instead of adhoc renaming, and fixed wrong renaming rule.

Fixes scylladb/scylla#8113