scylladb / scylla-jmx

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

reloc: stop removing entire $BUILDDIR #177

Closed syuu1228 closed 2 years ago

syuu1228 commented 2 years ago

We found that user can mistakenly break system with --builddir option, something like './reloc/build_deb.sh --builddir /'. To avoid that we need to stop removing entire $BUILDDIR, remove directories only we have to clean up before building deb package.

See: https://github.com/scylladb/scylla-python3/pull/23#discussion_r707088453