scylladb / scylla-jmx

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

install.sh: add --without-systemd option #186

Closed syuu1228 closed 1 year ago

syuu1228 commented 2 years ago

Since we fail to write files to $USER/.config on Jenkins jobs, we need an option to skip installing systemd units. Let's add --without-systemd to do that.

See scylladb/scylla-dtest#2819


This is jmx part of scylladb/scylla#11345

fruch commented 2 years ago

@syuu1228 I think you should advance .relocatable_package_version so we can use this in CCM while not breaking backward compatibility

syuu1228 commented 2 years ago

@fruch incremented .relocatable_package_version to 2.2.

syuu1228 commented 1 year ago

@avikivity ping