scylladb / scylla-jmx

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

dist/debian: cleanup build/debian before building .deb #114

Closed syuu1228 closed 4 years ago

syuu1228 commented 4 years ago

On 52bd496, we stopped to rm -rf debian/ on build_deb.sh, since now we have prebuilt debian/ directory. However, it might cause .deb build error when we modified debian package source, since it never cleanup.

To prevent build error, we need to cleanup build/debian on reloc/build_deb.sh, before extracting contents from relocatable package.